4 hours ago
validator

Release 10.30.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.29.0...v10.30.0

18 hours ago
wails

Wails v3.0.0-alpha.50

Wails v3 Alpha Release - v3.0.0-alpha.50

Changed

  • Update the documentation for Window X/Y options @ruhuang2001

🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.50

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

1 days ago
tcell

Version 2.13.5 Bug Fix Release

This fixes a regression where Control-J was being reported as KeyEnter.

Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.4...v2.13.5

1 days ago
tcell

Version 3.0.4 Bug Fix Release (Includes Breaking Change)

This release contains one important bug fix (for Control-J reporting on legacy terminals), and some refactoring intended to make feature detection and reporting better. There is a breaking change here in the TTY API, but we don't think anyone has adopted the v3 version of this yet, which is why we felt we could make this change.

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v3.0.3...v3.0.4

2 days ago
Open-IM-Server

v3.8.3-patch.13

What's Changed

Full Changelog: https://github.com/openimsdk/open-im-server/compare/v3.8.3...v3.8.3-patch.13

3 days ago
toml

v1.6.0

TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: https://github.com/toml-lang/toml/blob/main/CHANGELOG.md

Also two small fixes:

  • Encode large floats as exponent syntax so that round-tripping things like 5e+22 is correct.

  • Using duplicate array keys would not give an error:

    arr = [1]
    arr = [2]
    

    This will now correctly give a "Key 'arr' has already been defined" error.

3 days ago
wails

Wails v3.0.0-alpha.49

Wails v3 Alpha Release - v3.0.0-alpha.49

Changed

  • Update the Frontend Runtime documentation by adding more options for generating frontend bindings by @ndianabasi

🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.49

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

5 days ago
lego

v4.30.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.

Changelog

  • 9e2dffe8d222ceaeb8aa9b681263fd87189982b2 Add DNS Provider for Neodigit (#2747)
  • dea97e4dfaf3024edcbc959c3efa3556cdfa267c Add DNS provider for Gravity (#2738)
  • e21ba75da8da148f9b0cff3b298fdd63d151e51f Add DNS provider for Ionos Cloud (#2752)
  • 02dd7152f03ed630889e98a0ca2225495c4a13e7 Add DNS provider for Syse.no (#2742)
  • e54598536ba25fb754bb2c0d68d77e61ea6ce6f5 Add DNS provider for Virtualname (#2748)
  • 465d7918a80d1887d84f6eeb8aaee2e71622114c Add DNS provider for hosting.nl (#1967)
  • cc83c025b547f7aba231316cbe0f711c669dfb70 autodns: use the right response structure (#2737)
  • bc163db9edd23bbfc3521086c0b570f468b9a87b feat: remove email requirement (#2736)
  • 5574de68cd9dc3364cb03cf9951f5f28c21881be fix: downgrade aliyun credentials to v1.4.7 (#2756)
5 days ago
wails

Wails v3.0.0-alpha.48

Wails v3 Alpha Release - v3.0.0-alpha.48

Added

  • Add desktop environment detection on linux PR #4797

Changed

  • Update the documentation page for Wails v3 Asset Server by @ndianabasi
  • BREAKING: Remove package-level dialog functions (application.InfoDialog(), application.QuestionDialog(), etc.). Use the app.Dialog manager instead: app.Dialog.Info(), app.Dialog.Question(), app.Dialog.Warning(), app.Dialog.Error(), app.Dialog.OpenFile(), app.Dialog.SaveFile()
  • Update dialogs documentation to match actual API: use app.Dialog.*, AddButton() with callbacks (not SetButtons()), SetDefaultButton(*Button) (not string), AddFilter() (not SetFilters()), SetFilename() (not SetDefaultFilename()), and app.Dialog.OpenFile().CanChooseDirectories(true) for folder selection

Fixed

  • Fix crash on macOS when toggling window visibility via Hide()/Show() with ApplicationShouldTerminateAfterLastWindowClosed enabled (#4389) by @leaanthony
  • Fix memory leak in context menus on macOS and Windows when repeatedly opening menus (#4012) by @leaanthony
  • Fix context menu native resources not being reused on macOS, causing fresh menu creation on each display (#4012) by @leaanthony

🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.48

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

6 days ago
resty

v2.17.1

Release Notes

Bug Fixes

Full Changelog: https://github.com/go-resty/resty/compare/v2.17.0...v2.17.1