summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkyoheiu <kyoheiu@outlook.com>2023-02-12 07:12:17 +0900
committerkyoheiu <kyoheiu@outlook.com>2023-02-12 07:12:17 +0900
commit19aaf36d2739943ce3b21cf5bfb0ae2a2860a8b6 (patch)
tree6d91eba6d3f91e0f8a4a86de7b7070340a99be45 /README.md
parentad3409d668ae34766e959c73ab7cbf894f1805ac (diff)
v2.2.5
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 12 insertions, 13 deletions
diff --git a/README.md b/README.md
index 2252e61..536ddf4 100644
--- a/README.md
+++ b/README.md
@@ -23,22 +23,21 @@ For more detailed document, visit https://kyoheiu.dev/felix.
## New release
-## v2.2.4 (2023-02-01)
+## v2.2.5 (2023-02-12)
-### Fixed
-- Disable remove_and_yank in the trash dir.
-- Clear selection in the select mode if something fails.
-- Cursor move after deleting multiple items in select mode.
-
-## v2.2.3 (2023-01-20)
+### Added
+- Allow renaming even when item name contains non-ascii chars (i.e. wide chars).
+- Key command with arguments is now supported: For example,
+ ```
+ exec:
+ 'feh -.':
+ [jpg, jpeg, png, gif, svg, hdr]
+ ```
+ this configuration enables you to execute `feh -. <item path>` by `Enter | l | Right`, or `o`.
+- Check for out-of-boundary of the cursor at the top of loop.
### Fixed
-- Wide chars handling: Using unicode_width, now felix can properly split file name or previewed texts.
-- Preview space height: When horizontally split, image preview could break the layout. Fixed this by adjusting the height.
-
-### Added
-- `chafa`'s minimal supported version: >= v1.10.0
-- Add pacman installation.
+- Display when using in kitty: Correctly show the cursor and preview.
For more details, see `CHANGELOG.md`.