Releases: wailsapp/wails
Releases · wailsapp/wails
v2.0.0-alpha.70
- ARM64 fixes
v2.0.0-alpha.69
- New
wails generate template
command wails init
now supports remote templates- Fix: Mac memory leaks. Massive memory improvements.
v2.0.0-alpha.68
- Fix for dialogs. Thanks @lyimmi!
v1.16.5
- Fix: Mac save dialog
- vue3-js template
- Fix: Smart quote
- Fix: Binding methods from package that is not main
v2.0.0-alpha.67
General
- Remove SetColour
- Update default template
- Vanilla template fix (no drag)
- Update build directory template. Update vanilla template.
- Big tidy up!
- If using -compiler flag, add go version to filename.
- Update vanilla template with @wails/runtime v1.3.20
- Update bridge assets. @wails/runtime v1.3.20
- Update debme for CopyFile() fix
- Better app icon
Windows
- Support SetPosition
- Support fullscreen config + api & unfullscreen api
- Workaround webview2 bug being blank. Reduced flashing at start.
- Support StartHidden flag
- Change location of application data
- hideWindowOnClose partial solution
- Fix application shutdown
- Temporarily use common-dialog fork
- Fix app size, disable devtools in production build
- Better handle closing dialogs
- Lint fixes
- Support frameless
- Support drag
- Improve Save Dialog
- Improve Dialog Message API
- Improve Dialog API. Major refactor.
- Support Dialog API
- Support webview2 runtime installation strategies
- Update SDK scripts/files
- Support disabling window icon
- Support translucent windows
- Remove default app title
- Support transparent webview
- Add missing files
- Update WebView2 to 1.0.864.35
- Better error messages
Mac
- fix compilation bug
v2.0.0-alpha.66
- [linux] Fix header signatures
- [v2] Make user + email discovery optional
- [linux] Support
wails build
andwails dev
- [linux] Add linux runtime to
wails dev
- [linux] Create Linux runtime
- [v2] Remove redundant apps package
- [mac] Update runtime to use
window.wailsInvoke
- [v1] Upgrade vanilla template to use runtime v1.3.19
- [v1] Fix vanilla template package-lock.json
- [linux] Get CLI working. yum->dnf. doctor improvements.
- [v2] Add README to vanilla template
- [v2] Rebuild runtime
- [v2] Remove common.js
- [windows] Support
wails dev
- [windows] Support rollup in vanilla template
- [v2] Updated runtime
- [windows] Fix bridge payload for 'wails dev'
- [v2] Published @wails/runtime v1.3.14
- [v2] Change import to require for bridge for compatibility reasons
- [windows] wails doctor docker support Better output
- [mac] detect upx
- [mac] better
wails doctor
- [windows] Better wails doctor installation details
- [windows] Better wails doctor diagnostics
- [mac] better
wails doctor
- fix shadowed err (#718)
- Updated README.md
- [windows] add icon to main window
- Support for upx and more go:embed.
- Better handling of process in wails dev
- [windows] Generate syso file for windows builds
- [windows] fix for no windows config
- hack: enable builds on non-Windows
- Merge pull request #715
- Support passing arguments when using wails dev
- [windows] Fix broken WebView2Loader.dll
- Move assets -> build dir. Bundle assets in CLI binary.
- [windows] Updated webview.dll
- Fix width and height being set to zero when no max width and max height is set. (#709)
- Implement server to client notify support. (#700)
- Implement server to client notify support. (#700)
- Fixed generated typescript type for []byte. (#701)
- [windows] Added options, WindowBackgroundIsTranslucent
- [windows] Updated WebView2 to Microsoft.Web.WebView2.1.0.818.41
- [windows] Support Startup hook
- [windows] Make initial loading a sync operation
- [windows] Backend calls now working
- [windows] App assets loading correctly
- update vanilla template css
- [windows] update eslint ecmaversion
- [windows] Windows runtime
- [windows] Add CGO_CXXFLAGS
- [windows] Support -compress flag for UPX compression
- [windows] Compressed DLLs
- [windows] Adjust when resizing
- [windows] Add DPI awareness
- Fix some warnings
- [windows] WebView2 component working
- [windows] Closer to webview2 integration
- fix frameless option
- [windows] output required DLLs on build
- [windows] ON_MAIN_THEAD macro. Misc updates
- fix: min/max constraint logic
- [windows] Move to C++. Support unicode titles. Add test.
- Merge remote-tracking branch 'origin/v2-alpha' into v2-alpha
- [windows] wrap ffenestri.h for c++
- [windows] Main thread dispatcher. Small refactor.
- [windows] Center
- [windows] Show,Hide,Maximise,Minimise,Unmaximise,Unminimise,ToggleMaximise,ToggleMinimise
- [windows] StartHidden
- [windows] DisableResize
- Min/Max size + setTitle
- Ensure min/max window sizes are valid
- [win] Initial window working
v1.16.4-pre3
- Fix to disable smart quotes on Mac
v2.0.0-alpha.65
- Moved templates to CLI and now using
go:embed
instead of relative FS path - Typescript fix:
Promise
->Promise<void>
- Vanilla template fix to work with
wails dev
- Windows: Improve
wails doctor
v1.16.4-pre2
- Use go mod tidy, not go get for dips
v1.13.1
This branch has the gtk blank screen fix back-ported to the 1.13 release for people who still want cross compilation working