Skip to content

Releases: wailsapp/wails

v2.0.0-beta.33

05 Mar 02:45
Compare
Choose a tag to compare
v2.0.0-beta.33 Pre-release
Pre-release

Features

  • NSIS Installer support for creating installers for Windows applications - Thanks @stffabi 🎉
  • New frontend:dev:watcher command to spin out 3rd party watchers when using wails 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

22 Feb 20:15
Compare
Choose a tag to compare
v2.0.0-beta.32 Pre-release
Pre-release
  • Bugfix: Attempt to find non-package versions of npm, docker and upx when running wails doctor on Linux

v2.0.0-beta.31

22 Feb 10:51
Compare
Choose a tag to compare
v2.0.0-beta.31 Pre-release
Pre-release

Features

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 to WindowUnfullscreen

v2.0.0-beta.30

04 Feb 23:32
Compare
Choose a tag to compare
v2.0.0-beta.30 Pre-release
Pre-release

New Features for v2

  • wails build now supports a debug 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 and WindowSetPosition calls were incorrectly defined as WindowGetPos and WindowSetPos 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

Full Changelog: v2.0.0-beta.29...v2.0.0-beta.30

v2.0.0-beta.29

17 Jan 09:53
Compare
Choose a tag to compare
v2.0.0-beta.29 Pre-release
Pre-release

What's Changed

  • [v2] Only call EnableSizable for normal windows by @stffabi in #1074
  • Fix for Windows Message Loop crashes by @stffabi

v2.0.0-beta.28

12 Jan 09:45
Compare
Choose a tag to compare
v2.0.0-beta.28 Pre-release
Pre-release

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

Full Changelog: v1.16.9...v2.0.0-beta.28

v2.0.0-beta.27

27 Dec 08:42
Compare
Choose a tag to compare
v2.0.0-beta.27 Pre-release
Pre-release
  • Add Webview2 runtime bootstrapper

v2.0.0-beta.26

27 Dec 07:13
Compare
Choose a tag to compare
v2.0.0-beta.26 Pre-release
Pre-release
  • Actually commit files the project depends on 🙄

v2.0.0-beta.25

26 Dec 18:23
Compare
Choose a tag to compare
v2.0.0-beta.25 Pre-release
Pre-release
  • Removed the replace line in go.mod that prevented installation

v2.0.0-beta.24

26 Dec 09:16
Compare
Choose a tag to compare
v2.0.0-beta.24 Pre-release
Pre-release

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