Releases: awesome-gocui/gocui
Releases · awesome-gocui/gocui
v1.1.0 Fixes
What's Changed
- Implement synchronization for using keys in testing by @dankox in #102
- Update tcell dependency by @coloursofnoise in #106
- Fix how wide runes are displayed by @dankox in #109
- Fix bugs in _examples/ by @coloursofnoise in #107
- Allow more mouse modifiers and include them on mousewheel events by @Kavantix in #111
- Add support for Backtab key by @Kavantix in #112
- Implemented mouse release handling by @Kavantix in #110
- Add support for Shift modifier on keys like arrow keys by @Kavantix in #113
New Contributors
- @coloursofnoise made their first contribution in #106
- @Kavantix made their first contribution in #111
Full Changelog: v1.0.1...v1.1.0
v1.0.1 Bug fixes
Merge pull request #97 from dankox/fix/incorrect-autorscroll-wrap Fix incorrect scrolling when `Wrap` is set to `true`
v1.0.0!
v1.0.0-beta-4: more fixes
- Mainly fixes for setting the cursor position
- Less dependencies in gocui lib
v1.0.0-beta-3: General fixes
This release contains mainly bugfixes for a potential panic
v1.0.0-beta-2: Cursor re-write
The cursor part of gocui is now re-written to be more stable and have way less bugs.
For help migrating to v1 you can read /migrate-to-v1.md
v1.0.0-beta-1: Switched to tcell
Tanks to @dankox GoCui now runs on top of tcell.
With this we stop our usage of termbox and with that comes support for true colors in the terminal and many bugs fixes 🎉🎉.
If you want migrate to 1.0.0 you can readup on the changes between termbox and tcell here: /migrate-to-v1.md
v0.6.0
- Community improvements thanks to @RIscRIpt and others
- Fixed some example code thanks to @JLevconoks-Sky
- Fixed build on windows thanks to @mattn
- Fixed bug presented in go 1.13 thanks to @josharian
v0.5.0: Merge branch 'feature/automation'
Implemented CI for testing
Improve get terminal window size in the docker container
Updated examples
Lots of improvements by @jesseduffield