Releases: wailsapp/wails
Releases · wailsapp/wails
v2.0.0-beta.33
Features
- NSIS Installer support for creating installers for Windows applications - Thanks @stffabi 🎉
- New
frontend:dev:watcher
command to spin out 3rd party watchers when usingwails dev
- Thanks @stffabi 🎉 - Remote templates now support version tags - Thanks @misitebao 🎉
Bug Fixes
- A number of fixes for ARM Linux providing a huge improvement - Thanks @ianmjones 🎉
- Fixed potential Nil reference when discovering the path to
index.html
- Fixed crash when using
runtime.Log
methods in a production build - Improvements to internal file handling meaning webworkers will now work on Windows - Thanks @stffabi 🎉
Changes
- The Webview2 bootstrapper is now run as a normal user and doesn't require admin rights
- The docs have been improved and updated
- Added troubleshooting guide
v2.0.0-beta.32
- Bugfix: Attempt to find non-package versions of npm, docker and upx when running
wails doctor
on Linux
v2.0.0-beta.31
Features
- Linux Beta Release!!! 🎉
- Allow multiple platform builds (native platform + windows ARM64/AMD64)
- Try to provide help when old MacOS SDK is installed
- New WindowToggleMaximise runtime method
Bug Fixes
- More Windows DPI fixes by @stffabi
- Restore Window Min/Max after fullscreen
- Fix Mac icon bug
- Fix Windows icon file mode @ValentinTrinque
Breaking Changes
WindowUnFullscreen
has been renamed toWindowUnfullscreen
v2.0.0-beta.30
New Features for v2
wails build
now supports adebug
flag to generate a production build with debug symbols- [Go Runtime] New
GetEnvironment()
method to return information about the build at runtime
Fixes
- Possible breaking change: The
WindowGetPosition
andWindowSetPosition
calls were incorrectly defined asWindowGetPos
andWindowSetPos
in the Go runtime. This has been fixed. - [windows] Fix dpi scaling for factors other than 100%, 200%,... by @stffabi in #1098
- [windows] Improve frameless window handling by @stffabi in #1085
- [windows] Add WebviewUserDataPath to windows options by @stffabi in #1105
- [runtime] Added TypeScript interface export for the window.go object by @albert-sun in #1092
- [windows] Updated windows window/frontend to fix issue with html select positioning by @MikeSchaap in #1082
- [windows] Only call EnableSizable for normal windows by @stffabi in #1074
- [windows] Reduce frameless border size to 6px
- [runtime] Fix logging bug
- [templates] Updated vanilla template to remove logging and use non-deprecated APIs
- [windows] Disallow maximising a window if DisableResize is true
- use path to first index.html file for 'index' by @tmclane in #1127
New Contributors
- @albert-sun made their first contribution in #1092
- @MikeSchaap made their first contribution in #1082
Full Changelog: v2.0.0-beta.29...v2.0.0-beta.30
v2.0.0-beta.29
v2.0.0-beta.28
What's Changed
- Fix Window resizing in Windows
- Fix cancelling dialogs on Mac
- Fixed Save dialog on Mac
- Fix for bad default directories in dialog options
- New build flag:
-debug
- Fix EventsOff in JS runtime
- Allow window resizing regardless of frameless or other options (#1049) by @pierrejoye in #1053
- update zh-hans docs by @GargantuaX in #1059
- Add templates for using Svelte with Vite by @BillBuilt in #1068
- [v2] Fix: win window maximise/minimise by @redraskal in #1069
New Contributors
- @pierrejoye made their first contribution in #1053
- @GargantuaX made their first contribution in #1059
- @BillBuilt made their first contribution in #1068
- @redraskal made their first contribution in #1069
Full Changelog: v1.16.9...v2.0.0-beta.28
v2.0.0-beta.27
- Add Webview2 runtime bootstrapper
v2.0.0-beta.26
- Actually commit files the project depends on 🙄
v2.0.0-beta.25
- Removed the
replace
line ingo.mod
that prevented installation
v2.0.0-beta.24
What's Changed
- [windows] Fix for detecting webview2 runtime as the official method now doesn't work 🙄
- [mac] Fix for submenu titles
- Export interfaces in
runtime.d.ts
- [v2] feature / Add flag to skip mod tidy by @dedo1911 in #1021
- Add Riftshare to community showcase by @achhabra2 in #1024
- Added react template by @AlienRecall in #1025
- Add Svelte template by @raitonoberu in #1030
New Contributors
- @achhabra2 made their first contribution in #1024
- @AlienRecall made their first contribution in #1025
- @raitonoberu made their first contribution in #1030