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
Version 2.12.2 Bug Fix Release
This fixes a problem with certain emoji sequences.
Full Changelog: https://github.com/gdamore/tcell/compare/v2.12.1...v2.12.2
Version 3.0.0 Alpha 1 Prelease
- fix(views): app PostFunc races with screen initialization (fixes #276) by @gdamore in https://github.com/gdamore/tcell/pull/851
- Fix KeyCtrlRightSq name from 'Ctrl-[' to 'Ctrl-]' by @noborus in https://github.com/gdamore/tcell/pull/853
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/gdamore/tcell/pull/850
- fix: Pasting 32 or more runes is broken (fixes #852) by @gdamore in https://github.com/gdamore/tcell/pull/854
- Small fix, unused code removal and Style size reduction by @tihirvon in https://github.com/gdamore/tcell/pull/855
- Urlsize by @gdamore in https://github.com/gdamore/tcell/pull/856
Full Changelog: https://github.com/gdamore/tcell/compare/v2.12.0...v3.0.0-alpha.1
Version 2.12.1 Bug Fix Release
There was some fallout from all the recent design changes. This should fix the main known issues. It also fixes a long standing issue in the views package.
- fix(views): app PostFunc races with screen initialization (fixes #276) by @gdamore in https://github.com/gdamore/tcell/pull/851
- Fix KeyCtrlRightSq name from 'Ctrl-[' to 'Ctrl-]' by @noborus in https://github.com/gdamore/tcell/pull/853
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/gdamore/tcell/pull/850
- fix: Pasting 32 or more runes is broken (fixes #852) by @gdamore in https://github.com/gdamore/tcell/pull/854
Full Changelog: https://github.com/gdamore/tcell/compare/v2.12.0...v2.12.1