Skip to content

Releases: wailsapp/wails

v2.0.0-rc.1.1

13 Sep 02:07
e75fb53
Compare
Choose a tag to compare
v2.0.0-rc.1.1 Pre-release
Pre-release

Fix CLI version text

v2.0.0-rc.1

13 Sep 01:53
847cd67
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

Deprecated

  • The -noGen flag for the wails dev command has been replaced with -skipbindings. This is to
    align with the wails build command.

Added

Fixed

Changed

New Contributors

Full Changelog: v2.0.0-beta.44.2...v2.0.0-rc.1

v2.0.0-beta.44.2

20 Aug 03:52
3474d4e
Compare
Choose a tag to compare
v2.0.0-beta.44.2 Pre-release
Pre-release

Fix compile error in dev build

v2.0.0-beta.44.1

20 Aug 03:48
2466bb1
Compare
Choose a tag to compare
v2.0.0-beta.44.1 Pre-release
Pre-release
  • Fix compile error for production builds.

v2.0.0-beta.44

20 Aug 00:00
c11c769
Compare
Choose a tag to compare
v2.0.0-beta.44 Pre-release
Pre-release

Deprecation Notice

The data-wails-drag attribute is being deprecated in favour of the following CSS style:
style="--wails-draggable:drag". You can use style="--wails-draggable:no-drag" to disable the drag behaviour.
For this release only, you can test this by setting the following application option:

  Experimental: &options.Experimental{
    UseCSSDrag: true,
  },

Added

Fixed

  • Bug fix collecting of output binaries for platforms by @stffabi in #1715
  • Fix registration of exposed fields by @ValentinTrinque in #1727
  • Fix column widths for doctor command's dependencies table by @ianmjones in #1717
  • Do not generate bindings for OnBeforeClose method

What's Changed

New Contributors

v2.0.0-beta.43

08 Aug 10:27
62526a3
Compare
Choose a tag to compare
v2.0.0-beta.43 Pre-release
Pre-release

Added

  • Add support for retrieving the release notes from Github by @leaanthony in #1679
  • Add frontend:dev:install configuration by @LGiki in #1666

Fixed

What's Changed

  • add wails-sveltekit-template to website by @h8gi in #1671
  • wails doctor now reports correct MacOS os id by @stffabi in #1673
  • Update application-development.mdx by @SamHennessy in #1682
  • Move SetMin/Max calls to main thread by @leaanthony in #1684
  • Change frontend:dev to frontend:dev:build by @LGiki in #1691
  • Build frontend only before starting the dev watcher command by @stffabi in #1694
  • Improve error message for auto dev server discovery without a dev watcher by @stffabi
    in #1711

New Contributors

v2.0.0-beta.42

25 Jul 12:16
87b1d1d
Compare
Choose a tag to compare
v2.0.0-beta.42 Pre-release
Pre-release

Added

  • Added options.NewRGBA and options.NewRGB functions to create *options.RGBA by @leaanthony

Fixed

  • Fixed initial build of frontend when using wails dev on new projects by @leaanthony
    in #1650
  • Ignore empty install command when running wails dev by @stffabi in #1651
  • Fixed error reporting in templates
  • BackgroundColour documentation fix
  • Generalize manual compile steps [Documentation] by @acheong08 in #1644

v2.0.0-beta.39.2

19 Jul 21:24
848eee5
Compare
Choose a tag to compare
v2.0.0-beta.39.2 Pre-release
Pre-release

Added

Fixed

v2.0.0-beta.39

19 Jul 11:00
f7976a5
Compare
Choose a tag to compare
v2.0.0-beta.39 Pre-release
Pre-release

Added

Fixed

Changed

New Contributors

Full Changelog: v2.0.0-beta.38...v2.0.0-beta.39

v2.0.0-beta.38

27 Jun 10:57
b2cec41
Compare
Choose a tag to compare
v2.0.0-beta.38 Pre-release
Pre-release

Added

Fixed

Changed

New Contributors