Wails v3.0.0-beta.16
- Prompt for notarization password in a new terminal window in PR by @leaanthony
- Correctly handle systray click types on macOS in PR by @ChewbaccaCookie
- CI removes unused Microsoft apt repos before updating in PR by @Grantmartin2002
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.16
Wails v3.0.0-beta.15
- Increase WebView2 embed timeout to 60 seconds in PR by @Grantmartin2002
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.15
v1.13.0
Performance improvements and new top-level goquery.Text function to extract text from a selection with more control than the sel.Text jquery-like method.
Wails v3.0.0-beta.14
- Name Control-letter key presses correctly on macOS in PR by @taliesin-ai
- Fix ICO tray icons and follow taskbar theme on Windows in PR by @nik9play
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.14
v1.10.2
This is a small maintenance release that updates github.com/stretchr/testify to v1.12.1, removing the legacy gopkg.in/yaml.v3 dependency from Logrus' dependency graph. There are no functional changes in this release.
Dependency Changes
- update github.com/stretchr/testify to v1.12.1
Full Changelog: https://github.com/sirupsen/logrus/compare/v1.10.1...v1.10.2
Release 1.83.2
- server: Reject requests missing both
:authorityandHostheaders with HTTP 400 and statusInternal. (https://github.com/grpc/grpc-go/pull/9365)- Special Thanks: @winklemad
Wails v3.0.0-beta.13
- Keep serving main thread work on macOS while a modal loop runs in PR by @leaanthony
- Make mobile secure storage fallible and fail-closed in PR by @mortenolsrud
- Run application event hooks even when no listener is registered in PR by @archy-rock3t-cloud
- Correct typos in comments and localized documentation in PR by @haoku123
- Remove the precompiled macOS binaries committed under
v3/examplesin PR by @4RH1T3CT0R7
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.13
Release 1.82.2
- server: Reject requests missing both
:authorityandHostheaders with HTTP 400 and statusInternal. (https://github.com/grpc/grpc-go/pull/9365)- Special Thanks: @winklemad
v1.5.3
- Update nats docs by @m110 in https://github.com/ThreeDotsLabs/watermill/pull/694
- Add setting for forwarder's handler name by @roblaszczak in https://github.com/ThreeDotsLabs/watermill/pull/695
Full Changelog: https://github.com/ThreeDotsLabs/watermill/compare/v1.5.2...v1.5.3
v6.12.0
https://github.com/micro/go-micro/pull/4897
Moving defaults to cmd/defaults so requires import _ "go-micro.dev/v6/cmd/defaults" if you are using them