···23## v0.9.9 (2025-04-06)
4- feat: Added ability to copy folders.
5+- fix: Scrolling command history now provides the correct values.
67## v0.9.8 (2025-04-04)
8- fix: Ensure complete Git branch is displayed.
+6-4
PROJECT_BOARD.md
···11- [x] File/Folder movement.
12 - [x] Copy files.
13 - [x] Copy folders.
14-- [ ] Keybind to unzip archives.
15- [x] Keybind to hard delete items (bypass trash).
16- [x] Ability to unbind keys.
17···19- [x] Better error logging.
20 There are many places errors could be caught, logged, and handled instead
21 of crashing.
0000022- [ ] Improve image reading.
23 Current reading can be slow which pauses users movement if they are simply
24 scrolling past.
25-26-### Bugs
27-- [ ] Command history is skipping items on scroll.
···11- [x] File/Folder movement.
12 - [x] Copy files.
13 - [x] Copy folders.
014- [x] Keybind to hard delete items (bypass trash).
15- [x] Ability to unbind keys.
16···18- [x] Better error logging.
19 There are many places errors could be caught, logged, and handled instead
20 of crashing.
21+22+### Bugs
23+- [x] Command history is skipping items on scroll.
24+25+## Backlog
26- [ ] Improve image reading.
27 Current reading can be slow which pauses users movement if they are simply
28 scrolling past.
29+- [ ] Keybind to unzip archives.
00