9.17.2
- Connection Pool: Fixed critical race condition in turn management that could cause connection leaks when dial goroutines complete after request timeout (#3626) by @cyningsun
- Context Timeout: Improved context timeout calculation to use minimum of remaining time and DialTimeout, preventing goroutines from waiting longer than necessary (#3626) by @cyningsun
- chore(deps): bump rojopolis/spellcheck-github-actions from 0.54.0 to 0.55.0 (#3627)
We'd like to thank all the contributors who worked on this release!
@cyningsun and @ndyakov
9.17.2
- Connection Pool: Fixed critical race condition in turn management that could cause connection leaks when dial goroutines complete after request timeout (#3626) by @cyningsun
- Context Timeout: Improved context timeout calculation to use minimum of remaining time and DialTimeout, preventing goroutines from waiting longer than necessary (#3626) by @cyningsun
- chore(deps): bump rojopolis/spellcheck-github-actions from 0.54.0 to 0.55.0 (#3627)
We'd like to thank all the contributors who worked on this release!
@cyningsun and @ndyakov
Version 3.0.0 Major Release
Version 3 is a major new release. It introduces improvements in the event handling, richer support for more keys and modifier reports, more functionality out of the box, desktop notification support, simpler APIs for emitting strings directly to the screen, and numerous bug fixes.
Every Tcell version 2 application will need some modifications to work with Tcell version 3. See the CHANGESv3.md document for more information.
Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.0...v3.0.0
Version 2.13.1 Bug Fix Release
This fixes a bug decoding certain control keys ([, ], )
Version 3.0.0 Release Candidate 1
- Bring V3 changes to main branch by @gdamore in https://github.com/gdamore/tcell/pull/871
- fix: rxvt key handling enhancments by @gdamore in https://github.com/gdamore/tcell/pull/872
Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.0...v3.0.0-rc.1
Version 3.0.0 Beta 2 Prelease
- feat: Desktop notifications (fixes #499) by @gdamore in https://github.com/gdamore/tcell/pull/868
Full Changelog: https://github.com/gdamore/tcell/compare/v3.0.0-beta.1...v3.0.0-beta.2
Version 3.0.0 Beta 1 Prelease
- Remove extra semicolon from setFgBgRgb by @tihirvon in https://github.com/gdamore/tcell/pull/865
- EventQ refactor by @gdamore in https://github.com/gdamore/tcell/pull/867
Full Changelog: https://github.com/gdamore/tcell/compare/v3.0.0-alpha.2...v3.0.0-beta.1
Version 2.13 Bug Fix and Minor Feature Release
- Various keyboard protocol handling fixes by @gdamore in https://github.com/gdamore/tcell/pull/866
Full Changelog: https://github.com/gdamore/tcell/compare/v2.12.2...v2.13.0
v4.29.0
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.
- ea8aca4366818773d79540a6fc2da7aff1cc20bb Add DNS provider for AlibabaCloud ESA (#2703)
- 877738cef3c705d6bdcfd85daa476fccffa20e24 Add DNS provider for EdgeCenter (#2710)
- aea6afe2d66f403096b96d563ed8c572cc7c3f33 Add DNS provider for Gigahost.no (#2723)
- dc0a595a9f7c3e861bc244bc9021e704c774b381 Add DNS provider for United-Domains (#2731)
- b338263c96bef5d1eefb77c40f1c87d2d57cdc6b baiducloud: pagination and TTL (#2712)
- 0abf391bd1db8a24cf7b1910ff4be514d8581cd9 docs: remove author names
- fc5e0174b8baa7453a266132a9efded3a0ae7ab7 docs: update the number of supported DNS
- 56cb356ef2d95275cc0bc5c7fa599396a32d23bb edgeone: add zones mapping (#2728)
- d5dc3866e666984c954695f246b8ea3dcd1dfbe4 gandiv5: update base API URL (#2708)
- 93b8bb71ca5e6de001b28e3d01c83f4362ca851b hetzner: use int64 for IDs (#2720)
- a8226a67133d2127f8b309e36210af7bd5002e5f namecheap: add experimental proxy support (#2715)
- ad6adbffd4eddb2e15a250af437850a7ec11551c tests: fix flaky test (#2729)
Version 3.0.0 Alpha 2 Prelease
- Constant terminfo strings by @gdamore in https://github.com/gdamore/tcell/pull/857
- chore(term): Use VT100 character set for drawing fallback everywhere. by @gdamore in https://github.com/gdamore/tcell/pull/860
- fix: Cursor X/Y mix-up by @tihirvon in https://github.com/gdamore/tcell/pull/859
- V3 colors by @gdamore in https://github.com/gdamore/tcell/pull/862
- V3 no terminfo by @gdamore in https://github.com/gdamore/tcell/pull/864
Full Changelog: https://github.com/gdamore/tcell/compare/v3.0.0-alpha.1...v3.0.0-alpha.2