summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-05-19 05:35:26 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-05-19 05:35:26 +0900
commita4ffe42704d91b0fbc302fa316deed5112fb9c9f (patch)
tree58f731e1e81b8fa54f016dc9950a148df1060148 /README.md
parentadb16685aa90b4b3954f8af68ce4f5abd113b278 (diff)
v2.2.8: Fix preview text scrolling and performance in Kitty
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/README.md b/README.md
index b3ed3c6..671f7df 100644
--- a/README.md
+++ b/README.md
@@ -26,21 +26,17 @@ For more detailed document, visit https://kyoheiu.dev/felix.
## New release
-## v2.2.7 (2023-05-05)
-
-### Added
+## v2.2.8 (2023-05-19)
-- Print `[RO]` on the headline if user does not have the write permission on the directory. This is available only on UNIX for now.
+### Fixed
+- Kitty-specific: Enable scrolling of the preview text by redrawing the screen only when needed (this also improves the perfomance entirely).
-## v2.2.6 (2023-04-24)
+## v2.2.7 (2023-05-05)
-### Removed
+### Added
-- Remove duplicated `-v | --version` option. This is because i) Since some users
- do not have `cargo` installed, fetching latest version via `cargo` doesn't
- work for many, and ii) `-h | --help` option can already show the current
- version.
+- Print `[RO]` on the headline if user does not have the write permission on the directory. This is available only on UNIX for now.
For more details, see `CHANGELOG.md`.