summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-02-01 05:02:15 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-02-01 05:02:15 +0900
commitcd0670bdf48ef26a1db597ace2794c9d774390cf (patch)
tree23172980524e7d6e87fac19eb389e27f6f5ed3d0 /README.md
parente3da50d5c82e1bf02c0d392056028f5f70366fe0 (diff)
v2.2.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 894d8b6..2252e61 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,13 @@ For more detailed document, visit https://kyoheiu.dev/felix.
## New release
+## v2.2.4 (2023-02-01)
+
+### 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)
### Fixed
@@ -33,14 +40,6 @@ For more detailed document, visit https://kyoheiu.dev/felix.
- `chafa`'s minimal supported version: >= v1.10.0
- Add pacman installation.
-## v2.2.2 (2022-12-19)
-
-### Fixed
-
-- Disable commands with Ctrl or other modifiers unless explicitly implemented. (For now, `Ctrl + r` to redo, `Alt + j` and `Alt + k` to scroll the preview text are implemented) This avoids for example the situation where `Ctrl + d` unintentionally deletes an item.
-- Add `create_dir_all` to `config_dir` and `data_local_dir` to avoid error.
-- Check if the argument is directory.
-
For more details, see `CHANGELOG.md`.
<a id="status"></a>