From b4beaaeff937794a2621ac533397bbf8af75fb0d Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Mon, 2 Aug 2021 11:27:18 -0700 Subject: [PATCH] Document TextView region tag fix --- .gitignore | 1 + CHANGELOG | 1 + LICENSE | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 0b74880..c30e6a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea/ dist/ +tmp/ vendor/ *.sh cview.test diff --git a/CHANGELOG b/CHANGELOG index c2fe669..3d64e85 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/LICENSE b/LICENSE index b8432d4..c9c5c72 100644 --- a/LICENSE +++ b/LICENSE @@ -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. ----------