summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-05-05 16:24:52 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-05-05 16:24:52 +0900
commitbba2ca9654a69887243a29571743e5a077099c27 (patch)
tree255566f6ac744cd7e89ba55aae0ad0e5fb22a20b /README.md
parent1a6412b4006160b3985cc13175f723dfae97159f (diff)
v2.2.7: Print read-only info on the headline
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 7 insertions, 19 deletions
diff --git a/README.md b/README.md
index 732ccc7..0bd8033 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,13 @@ For more detailed document, visit https://kyoheiu.dev/felix.
## New release
+## v2.2.7 (2023-05-05)
+
+### Added
+
+- Print `[RO]` on the headline if user do not have the write permission on the directory. This is available only on UNIX for now.
+
+
## v2.2.6 (2023-04-24)
### Removed
@@ -35,25 +42,6 @@ For more detailed document, visit https://kyoheiu.dev/felix.
work for many, and ii) `-h | --help` option can already show the current
version.
-## v2.2.5 (2023-02-12)
-
-### 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
-
-- Display when using in kitty: Correctly show the cursor and preview.
-
For more details, see `CHANGELOG.md`.
<a id="status"></a>