Skip to content

Releases: wailsapp/wails

v2.0.0-alpha.70

29 Jun 13:45
11cd51c
Compare
Choose a tag to compare
v2.0.0-alpha.70 Pre-release
Pre-release
  • ARM64 fixes

v2.0.0-alpha.69

29 Jun 13:34
418438b
Compare
Choose a tag to compare
v2.0.0-alpha.69 Pre-release
Pre-release
  • New wails generate template command
  • wails init now supports remote templates
  • Fix: Mac memory leaks. Massive memory improvements.

v2.0.0-alpha.68

26 Jun 08:22
Compare
Choose a tag to compare
v2.0.0-alpha.68 Pre-release
Pre-release

v1.16.5

26 Jun 07:49
333b98d
Compare
Choose a tag to compare
  • Fix: Mac save dialog
  • vue3-js template
  • Fix: Smart quote
  • Fix: Binding methods from package that is not main

v2.0.0-alpha.67

21 Jun 09:34
Compare
Choose a tag to compare
v2.0.0-alpha.67 Pre-release
Pre-release

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

05 Jun 04:44
c13257b
Compare
Choose a tag to compare
v2.0.0-alpha.66 Pre-release
Pre-release
  • [linux] Fix header signatures
  • [v2] Make user + email discovery optional
  • [linux] Support wails build and wails 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

21 Apr 22:57
d17255e
Compare
Choose a tag to compare
v1.16.4-pre3 Pre-release
Pre-release
  • Fix to disable smart quotes on Mac

v2.0.0-alpha.65

20 Apr 09:46
8caf277
Compare
Choose a tag to compare
v2.0.0-alpha.65 Pre-release
Pre-release
  • 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

19 Apr 13:19
7926c21
Compare
Choose a tag to compare
v1.16.4-pre2 Pre-release
Pre-release
  • Use go mod tidy, not go get for dips

v1.13.1

17 Apr 05:08
ba6fe82
Compare
Choose a tag to compare

This branch has the gtk blank screen fix back-ported to the 1.13 release for people who still want cross compilation working