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
Version 1.60.2 (2026-08-24)
- fix: correct JoinGroup v8 selection threshold to V3_2_0_0 by @mpicque in https://github.com/IBM/sarama/pull/3722
- chore(deps): bump github.com/klauspost/compress from 1.19.1 to 1.19.2 by @dependabot[bot] in https://github.com/IBM/sarama/pull/3706
- chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.27 to 4.1.28 by @dependabot[bot] in https://github.com/IBM/sarama/pull/3705
- chore(deps): update module golang.org/x/crypto to v0.55.0 by @renovate[bot] in https://github.com/IBM/sarama/pull/3707
- fix(deps): update module github.com/stretchr/testify to v1.12.0 by @renovate[bot] in https://github.com/IBM/sarama/pull/3713
- fix(deps): update module github.com/stretchr/testify to v1.12.1 by @renovate[bot] in https://github.com/IBM/sarama/pull/3719
- fix(deps): update module github.com/pierrec/lz4/v4 to v4.1.29 by @renovate[bot] in https://github.com/IBM/sarama/pull/3718
- fix(deps): update module golang.org/x/net to v0.58.0 by @renovate[bot] in https://github.com/IBM/sarama/pull/3708
- chore(deps): update docker/setup-buildx-action action to v4.3.0 by @renovate[bot] in https://github.com/IBM/sarama/pull/3726
- chore(ci): update linters for Go 1.27 by @dnwe in https://github.com/IBM/sarama/pull/3725
- @mpicque made their first contribution in https://github.com/IBM/sarama/pull/3722
Full Changelog: https://github.com/IBM/sarama/compare/v1.60.1...v1.60.2
v2.8.1: Big performance boosts and lots of fixes
It's a big release following our v2.8.0 last month, check out this bumper change log!
- File dialog content is now padded using container.NewPadded (#6451)
- The "large FyneDo" warning is now delayed unless hints are enabled
- Big performance boost in repainting, walking objects and building render lists (#6449, #6453, #6454)
- MenuItem.Shortcut was missing from systray menus
- Fix file path handling for URIs on Windows, including paths without a file scheme
- Support query, fragment and URN forms in ParseURI, with stricter host validation
- Android: re-create the surface if the window has changed underneath us (#6408)
- Android: fix duplicated characters when using a hardware keyboard, and add missing delete key support (#6271)
- Android: fix typo when checking for NULL in native code (#6402)
- Mobile: multiline Entry ignored scroll position on TouchDown (#6307)
- Mobile: fix row selection and follow-up behaviour after double/triple tap in Entry
- Form: rebuild the render slot when a FormItem.Widget is replaced (#1966, #6459)
- Menu: sync menu item label text on Refresh (#6404)
- macOS: rebuild the native menu when switching windows (#6431)
- Fix popup menu immediately dismissing when opened over an existing overlay (#6426)
- Only skip unfocus on mouse click when the click is over the currently focused widget (#6432)
- RequestAlwaysOnTop had no effect when called after window creation (#6436, #6441)
- Prevent crashes from unknown GLFW scancodes, such as the Fn key on Wayland (#6445)
- Always check for a nil return from monitor.GetVideoMode() (#6472)
- Fix apps with systray showing a hidden "SystrayMonitor" window on KDE Wayland (#6428)
- Fix noisy Preferences API warnings for apps that don't use Preferences (#6429)
- Fix inconsistent vertical positioning of mixed-font text lines (#6448)
- Fix an issue with the emoji parser
- Report captured images as opaque so blended output is correct in captures
- Data binding: handle the edge case where parsing a string as a float fails
- Fix vendoring of apps using the Wayland build by keeping GLFW include headers
- Resolve issue where some touch screen Linux taps were missed