summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2024-03-03 11:34:15 +0900
committerKyohei Uto <im@kyoheiu.dev>2024-03-03 11:34:15 +0900
commitd0408fc89f01bc619f87ba8efdcb5e90fbdb821c (patch)
tree036bf9bb87a1f5bf01cd19eef72d1e6284e1bcd1
parentb0ce98e39b4ee369b2ab1d602381734c08c8a4a3 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e2156d..1cb2cd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@
## Unreleased
+### Added
+- `ignore_case` option to do case-insensitie search by `/`.
+
+### Changed
+- Symlink items linked to directory now appears in the directory section, not the file section.
+
+### fixed
+- `z` command can now receive multiple arguments: `z dot files<CR>` works as in your terminal.
+
## v2.12.1 (2024-02-04)
### Fixed