···2233## v0.9.9 (2025-04-06)
44- feat: Added ability to copy folders.
55+- fix: Scrolling command history now provides the correct values.
5667## v0.9.8 (2025-04-04)
78- fix: Ensure complete Git branch is displayed.
+6-4
PROJECT_BOARD.md
···1111- [x] File/Folder movement.
1212 - [x] Copy files.
1313 - [x] Copy folders.
1414-- [ ] Keybind to unzip archives.
1514- [x] Keybind to hard delete items (bypass trash).
1615- [x] Ability to unbind keys.
1716···1918- [x] Better error logging.
2019 There are many places errors could be caught, logged, and handled instead
2120 of crashing.
2121+2222+### Bugs
2323+- [x] Command history is skipping items on scroll.
2424+2525+## Backlog
2226- [ ] Improve image reading.
2327 Current reading can be slow which pauses users movement if they are simply
2428 scrolling past.
2525-2626-### Bugs
2727-- [ ] Command history is skipping items on scroll.
2929+- [ ] Keybind to unzip archives.