- [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