From f5e3347e4cdf0eb0ea5513c603ff6d66e70607e3 Mon Sep 17 00:00:00 2001 From: rhysd Date: Mon, 11 Jul 2022 01:07:54 +0900 Subject: [PATCH] update changelog for v0.1.4 changes --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e8d51..1f2d449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# [v0.1.4](https://github.com/rhysd/tui-textarea/releases/tag/v0.1.4) - 10 Jul 2022 + +- Fix the cursor line style was not applied when a cursor is at the end of line. +- Fix the cursor position after undoing the modification by 'delete until head of line' (`^J` by default). + +[Changes][v0.1.4] + + # [v0.1.3](https://github.com/rhysd/tui-textarea/releases/tag/v0.1.3) - 08 Jul 2022 @@ -72,6 +81,7 @@ First release :tada: [Changes][v0.1.0] +[v0.1.4]: https://github.com/rhysd/tui-textarea/compare/v0.1.3...v0.1.4 [v0.1.3]: https://github.com/rhysd/tui-textarea/compare/v0.1.2...v0.1.3 [v0.1.2]: https://github.com/rhysd/tui-textarea/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/rhysd/tui-textarea/compare/v0.1.0...v0.1.1