Main Changes
- Update tcell to v2.13.2 (Buf Fix Release)
- Upgraded the tcell dependency to v2.13.2.
- This fixes a problem that affected some applications on Windows (wrong terminal dimensions due to an off-by-one error).
- See: tcell v2.13.2 release notes
What's Changed
- README.md: Update for v0.50.0 by @noborus in #922
- Grammar correction for v0.50.0 update by @noborus in #923
- GetContent has been deprecated and changed to Get by @noborus in #924
- Update tcell v2.13.1 to v2.13.2 by @noborus in #925
- Add string type to prepare for replacing SetContent with Put by @noborus in #926
- Replace TAP_GITHUB_TOKEN with APP_TOKEN for GoReleaser and workflow by @noborus in #927
Full Changelog: v0.50.0...v0.50.1-pre1