summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-06-14 06:10:24 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-06-14 06:10:24 +0900
commitd81e6dabc6ac3a38e9a20755af90feb21db3e4ed (patch)
treeb5a297bf778e86fb1d6c53169d160c9fcca99642 /README.md
parentd712ff4233c09d0bf219ec7b1b8f39450431fee1 (diff)
v2.4.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/README.md b/README.md
index 94e1dfa..f7c4069 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,17 @@ For more detailed document, visit https://kyoheiu.dev/felix.
## New release
+## v2.4.0 (2023-06-14)
+
+### Added
+
+- Add registers (unnamed, zero, numbered, named): Now you can view registers by `:reg`, and add items to registers by usual vim command (prefixed by `"`). See the key manual for more details.
+- Refactor unpacking command: `e` unpacks / decompresses gz(Gzip), tar.gz, xz(lzma), tar.xz, zst(Zstandard), tar.zst, tar, and zip file format and formats based on it.
+
+### Removed
+
+- `:z` - Use `z` instead.
+
## v2.3.0 (2023-05-26)
### Changed
@@ -35,12 +46,6 @@ For more detailed document, visit https://kyoheiu.dev/felix.
- If the current directory is read-only, `dd`, `Vd` and `p` is disabled in the first place.
- Bump up MSRV to 1.65.
-## v2.2.8 (2023-05-19)
-
-### Fixed
-
-- Kitty-specific: Enable scrolling of the preview text by redrawing the screen only when needed (this also improves the perfomance entirely).
-
For more details, see `CHANGELOG.md`.
<a id="status"></a>
@@ -163,8 +168,7 @@ c :Switch to the rename mode.
n :Go forward to the item that matches the keyword.
N :Go backward to the item that matches the keyword.
Esc :Return to the normal mode.
-:cd / :z :Go to the home directory.
-:z <keyword> :Same as `z <keyword>`.
+:cd :Go to the home directory.
:e :Reload the current directory.
:trash :Go to the trash directory.
:empty :Empty the trash directory.