15 hours ago
wails

Wails v3.0.0-beta.16

Wails v3 Beta Release - v3.0.0-beta.16

Changed

  • Prompt for notarization password in a new terminal window in PR by @leaanthony

Fixed

  • 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

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

2 days ago
wails

Wails v3.0.0-beta.15

Wails v3 Beta Release - v3.0.0-beta.15

Fixed

  • 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

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

2 days ago
goquery

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.

3 days ago
wails

Wails v3.0.0-beta.14

Wails v3 Beta Release - v3.0.0-beta.14

Fixed

  • 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

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

4 days ago
logrus

v1.10.2

Logrus 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

4 days ago
grpc-go

Release 1.83.2

Security

4 days ago
wails

Wails v3.0.0-beta.13

Wails v3 Beta Release - v3.0.0-beta.13

Fixed

  • 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/examples in 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

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

4 days ago
grpc-go

Release 1.82.2

Security

4 days ago
watermill

v1.5.3

What's Changed

Full Changelog: https://github.com/ThreeDotsLabs/watermill/compare/v1.5.2...v1.5.3

5 days ago
go-micro

v6.12.0

Breaking

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