2 hours 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.

1 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.

1 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

2 days ago
grpc-go

Release 1.83.2

Security

2 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.

2 days ago
grpc-go

Release 1.82.2

Security

2 days ago
watermill

v1.5.3

What's Changed

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

2 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

3 days ago
sarama

Version 1.60.2 (2026-08-24)

What's Changed

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.60.1...v1.60.2

4 days ago
fyne

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!

Changed

  • 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)

Fixed

  • 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