Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: awesome-gocui/gocui

v1.1.0 Fixes

13 Jan 10:29
9bbecca

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1 Bug fixes

25 Jul 09:45
36a6087

Choose a tag to compare

Merge pull request #97 from dankox/fix/incorrect-autorscroll-wrap

Fix incorrect scrolling when `Wrap` is set to `true`

v1.0.0!

04 May 17:21
33004d6

Choose a tag to compare

Merge pull request #88 from lawrencegripper/lg/simtesting

v1.0.0-beta-4: more fixes

28 Mar 16:24

Choose a tag to compare

Pre-release
  • Mainly fixes for setting the cursor position
  • Less dependencies in gocui lib

v1.0.0-beta-3: General fixes

26 Feb 19:25
f08cd7a

Choose a tag to compare

Pre-release

This release contains mainly bugfixes for a potential panic

v1.0.0-beta-2: Cursor re-write

24 Dec 18:20
c6cc4e8

Choose a tag to compare

Pre-release

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

23 Dec 18:04
0450a61

Choose a tag to compare

Pre-release

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

27 Aug 16:46
4e340cb

Choose a tag to compare

v0.5.0: Merge branch 'feature/automation'

29 May 07:33

Choose a tag to compare

Implemented CI for testing
Improve get terminal window size in the docker container
Updated examples
Lots of improvements by @jesseduffield