+8
CHANGELOG.md
+8
CHANGELOG.md
···
1
1
# Changelog
2
2
3
+
## v0.9.7 (2025-04-01)
4
+
- feat: Added ability to copy folders.
5
+
This is done by (y)anking the file, then (p)asting in the desired directory.
6
+
This action can be (u)ndone and behind the scenes is a deletion.
7
+
- fix: Allow the cursor to be moved left and right.
8
+
- refactor: Changed action struct field names to be more clear.
9
+
- refactor: Better ergonomics around writing to the log file.
10
+
3
11
## v0.9.6 (2025-03-31)
4
12
- feat: Added ability to unbound keybinds.
5
13
- feat: Added force delete keybind. It's unbound by default.