Sourced from github.com/gdamore/tcell/v2's releases.
Version 2.6.0 Feature Release
The main feature introduced in this release is support for web based applications. You can now create applications that run in a browser, and display a simulated terminal emulator in the browser. The initial implementation of this capability was supplied by
@Ahoys123
-- thank you! (We made some follow up bug fixes and improvements.)More detail about this mode can be found in the README-wasm.md file.
Additionally we added support for alacritty-direct, which was contributed by
@moson-mo
.This version is only tested on go 1.18 and newer. Older versions of go may work, but might also fail, as our dependencies have started using newer compilation flags.
Version 2.5.4 Bug Fix Release
Version 2.5.4 fixed quite a few things in the 2.5 release chain. Arguably it could also have been a minor release due to some quasi-feature updates. It is anticipated that this will be the last release for 2.5.x.
The next minor release (2.6.0) will probably require updating to at least go 1.17 as we move towards updating imports and adopting additional language features.
Fixes:
- On Windows (and some other platforms) custom TTYs did not work (#580)
- Default to using narrow for ambiguous characters in East Asian locales (#578) This affected a lot of folks in East Asian locales, and now tcell applications should work by default for them. If overrides to the RUNEWIDTH_EASTASIAN environment are present they will still be honored.
- Fix for intermittent screen flashes (#576)
- Encoding sub package now registers all encodings when imported. (Explicit call to Register is no longer required)
- Tutorial program improved to demonstrate panic handling (thanks to Eric S. Raymond)
- Fix for mouse-wheel/click-drag conflation (#574)
- Hyperlink ID support added (#568) (thanks to Tim Culverhouse)
- Paste support added to views.Application (#552) (thanks to Chris Bradbury)
- WidgetWatcher is concurrency-safe (thanks to Tim Culverhouse)
- Fix for CellView.Size() (#553) (thanks to Chris Bradbury)
- Fix for tput escape sequence errors (#546)
- Horizontal, Vertical are now type Orientation (#543) (thanks to Zaim Bakar)
Version 2.5.3 Bug Fix Release
Version 2.5.3 only fixed some things related to the documentation.
Version 2.5.2 Bug Fix & Feature Release
(Technically this should probably have been a new minor as a new feature was introduced.)
- Better handling of monochrome terminals
- Console resizing support (#462) (this new feature allows applications to specify the window size they want.)
- Minor mouse demo improvements
- Added support for terminal hyperlinks (#300)
- Optimize some output (#526)
- Documentation fixes
Version 2.5.1 Bug Fix Release
This release fixes #523 - which addresses an unintended behavior when clearing the screen. The regression was introduced in v2.5.0.
Version 2.5.0 Feature Release
Version 2.5.0 is a rollup of a number of bug fixes but also includes some new features:
... (truncated)
c951371
minor style fixup615b4b1
fixes #589
unexpected character linux console7fe9d5f
Webasm terminal fixes.d78960c
Color fixups.5db823e
Better colors for mouse demo (brighter).7b5fe1f
Spelling.729d178
Choose better fonts for web terminal.fade40c
added to README-wasm.md0851813
added js flagb96a7ed
removed js build flag in terms_static.go