Document TextView region tag fix

This commit is contained in:
Trevor Slocum 2021-08-02 11:27:18 -07:00
parent 6f90b4422c
commit b4beaaeff9
3 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.idea/
dist/
tmp/
vendor/
*.sh
cview.test

View File

@ -1,6 +1,7 @@
v1.5.7 (WIP)
- Add Modal.SetButtonsAlign and Modal.SetTextAlign
- Fix TextView.GetRegionText error when text contains color tags
- Fix TextView region tags when placed at the end of a line
- Do not customize Modal window styling by default (use GetForm and GetFrame to customize)
v1.5.6 (2020-07-08)

View File

@ -39,6 +39,10 @@ Bugfixes in ANSI escape sequence handling as well as TextView
Sun Jul 12 13:34:19 2020 +0200
TextView.GetText() and .GetRegionText() didn't filter out empty colour tags. Fixes #453
d689098cf1ab89315db61d7020efa5bf4c0c1b44 (HEAD -> master)
Tue Apr 27 09:08:36 2021 +0200
Fixed missed tag at EOL in TextView
The cview license applies to all other commits.
----------