···11# Changelog
2233+## v1.0.0 (2025-04-06)
44+- New Keybinds:
55+ - Added ability to copy files.
66+ This is done by (y)anking the file, then (p)asting in the desired directory.
77+ This action can be (u)ndone and behind the scenes is a deletion.
88+ Currently this feature only supports files, folders, and symlinks.
99+ - Added force delete keybind. It's unbound by default.
1010+ - Added keybind `v` to view additional information about the selected entry.
1111+- A huge audit of `try` usages was conducted. As a result of this, Jido is much
1212+ more resiliant to errors and should crash less often in known cases.
1313+- Added `:h` command to view help / keybind menu.
1414+- Added config option `true_dir_size` to see the true size of directories.
1515+- Added [-v | --version] and [-h | --help] args.
1616+- File permissions are now displayed in the file information bar to the bottom
1717+ of Jido.
1818+- Keybinds can now be unbound. Some keybinds are now unbound by default.
1919+ See [Configuration](https://github.com/BrookJeynes/jido?tab=readme-ov-file#configuration)
2020+ for more information.
2121+- Fixes:
2222+ - fix: Scrolling command history now provides the correct values.
2323+ - fix: Ensure complete Git branch is displayed. Previously if the branch
2424+ contained slashes, it would only retrieve the ending split.
2525+ - fix: Allow the cursor to be moved left and right on text input.
2626+ - fix: The keybind " " (spacebar) is now accepted by the config.
2727+ - fix: Multi-char keybinds now throw errors instead of crashing.
2828+ - fix: Undoing a delete/rename wont overwrite an item with the same name now.
2929+330## v0.9.9 (2025-04-06)
431- feat: Added ability to copy folders.
532- fix: Scrolling command history now provides the correct values.
-17
PROJECT_BOARD.md
···55- `[-]` In progress
66- `[x]` Done
7788-## v1.0 release
99-1010-### New features
1111-- [x] File/Folder movement.
1212- - [x] Copy files.
1313- - [x] Copy folders.
1414-- [x] Keybind to hard delete items (bypass trash).
1515-- [x] Ability to unbind keys.
1616-1717-### Refactors
1818-- [x] Better error logging.
1919- There are many places errors could be caught, logged, and handled instead
2020- of crashing.
2121-2222-### Bugs
2323-- [x] Command history is skipping items on scroll.
2424-258## Backlog
269- [ ] Improve image reading.
2710 Current reading can be slow which pauses users movement if they are simply