Version 3.0.1 Bug Fix Release
One very unfortunate bug with key handling (capital letters not working) was found just after we released 3.0.0.
This release also adds some accessors which should have been in 3.0.0 but weren't. Technically this probably should have been a minor release, but we don't think anyone is likely to have started using 3.0.0 for real (particularly with the nasty bug we fixed), so we decided not to make it a minor release.
With this direct Attributes use is no longer recommended. Use the accessors on Style instead.
What's Changed
- Add style accessors by @gdamore in #880
- fix: Shift+letter A-Z treated as Ctrl+letter by @tihirvon in #882
- fix: report control space properly in legacy by @gdamore in #883
- CodeRabbit Generated Unit Tests: Add comprehensive unit tests for input.go null-byte handling by @coderabbitai[bot] in #884
New Contributors
- @coderabbitai[bot] made their first contribution in #884
Full Changelog: v3.0.0...v3.0.1