mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 18:01:17 +08:00

* Fix computing 'startURL' when 'FRONTEND_DEVSERVER_URL' is present. * Respect provided URL when computing 'startURL' and 'FRONTEND_DEVSERVER_URL' is present. * Update changelog. * Correctly produce absolute URI in 'GetStartURL' when input is provided.
3.6 KiB
3.6 KiB
Changelog
[Unreleased]
Added
- [darwin] add Event ApplicationShouldHandleReopen to be able to handle dock icon click by @5aaee9 in #2991
- [darwin] add getPrimaryScreen/getScreens to impl by @tmclane in #2618
- [darwin] add option for showing the toolbar in fullscreen mode on macOS by @fbbdev in #3282
- [linux] add onKeyPress logic to convert linux keypress into an accelerator @Atterpac in#3022
- [linux] add task
run:linux
by @marcus-crane in #3146 - export
SetIcon
method by @almas1992 in PR - Improve
OnShutdown
by @almas1992 in PR - restore
ToggleMaximise
method inWindow
interface by @fbbdev in #3281
Fixed
- Fixed Doctor apt package verify by Atterpac in #2972.
- Fixed application frozen when quit (Darwin) by @5aaee9 in #2982
- Fixed background colours of examples on Windows by mmgvh in #2750.
- Fixed default context menus by mmgvh in #2753.
- Fixed hex values for arrow keys on Darwin by jaybeecave in #3052.
- Set drag-n-drop for windows to working. Added by @pylotlight in PR
- Fixed bug for linux in doctor in the event user doesn't have proper drivers installed. Added by @pylotlight in PR
- Fix dpi scaling on start up (windows). Changed by @almas1992 in PR
- Fix replace line in
go.mod
to use relative paths. Fixes Windows paths with spaces - @leaanthony. - Fix MacOS systray click handling when no attached window by thomas-senechal in PR #3207
- Fix failing Windows build due to unknown option by thomas-senechal in PR #3208
- Fix wrong baseURL when open window twice by @5aaee9 in PR #3273
- Fix ordering of if branches in
WebviewWindow.Restore
method by @fbbdev in #3279 - Correctly compute
startURL
across multipleGetStartURL
invocations whenFRONTEND_DEVSERVER_URL
is present. #3299