You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AssetServer RequestURI and URL are now RFC and Go Docs compliant for server requests. This means Scheme, Host and Fragments are not provided anymore. Changed by @stffabi in PR
Fixed
Avoid app crashing when the Linux GTK key is empty. Fixed by @aminya in PR
Fix issue where app would exit before main() on linux if $DISPLAY env var was not set. Fixed by @phildrip in PR
Fixed a race condition when positioning the window on Linux. Added by @lyimmi in PR
Fixed SetBackgroundColour so it sets the window's background color to reduce resize flickering on Linux. Added by @lyimmi in PR
Fixed disable window resize option and wrong initial window size when its enabled. Added by @lyimmi in PR
Fixed build hook command parsing. Added by @smac89 in PR
Fixed -reloaddir flag to watch additional directories (non-recursively). @haukened in PR #2871
Fixed support for Go 1.21 go.mod files. Fixed by @stffabi in PR
Added
Added correct NodeJS and Docker package names for DNF package manager of Fedora 38. Added by @aranggitoar in PR
Added -devtools production build flag. Added by @mmghv in PR
Added EnableDefaultContextMenu option to allow enabling the browser's default context-menu in production . Added by @mmghv in PR
Added smart functionality for the default context-menu in production with CSS styles to control it. Added by @mmghv in PR
Added custom error formatting to allow passing structured errors back to the frontend.
Added sveltekit.mdx guide. Added by @figuerom16 in PR