summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cb2cd3..08434c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,15 @@
## Unreleased
+## v2.13.0 (2024-04-07)
+
### Added
-- `ignore_case` option to do case-insensitie search by `/`.
+- `ignore_case` option to the do case-insensitie search by `/`.
+- Symbolic link destinations are now displayed when the cursor is hovered over them.
### Changed
- Symlink items linked to directory now appears in the directory section, not the file section.
+- MSRV is now v1.74.1
### fixed
- `z` command can now receive multiple arguments: `z dot files<CR>` works as in your terminal.