v5.4.1
lego is an independent, free, and open-source project, if you value it, consider supporting it! ❤️
Everybody thinks that the others will donate, but in the end, nobody does.
So if you think that lego is worth it, please consider donating.
For key updates, see the changelog.
- eb880da5e91403b460606d1196d91fd64c1ed09b docs: update required Go version (#3245)
- 9a650d9dffef4c563f1a872fca4cbe3259510c94 fix(lib): add EnableCommonName to RenewOptions (#3246)
- 30facfdb1c7a176f7e69120ce425f75e74baa9ce fix: LEGO_EXPERIMENTAL_DNS_TCP_ONLY support (#3243)
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