v0.9.9
Pre-release
Pre-release
Thank you everyone for all the contributions! π π₯
Changes
- add back
confirm_exit
option - add
--last
option tonew_tab
- thanks to @Akmadan23
- add support for %s and %p to subprocess commands
- thanks to @Akmadan23
- Zoxide improvements
- thanks to @chrjabs
- hide image preview in fzf and task view
- thanks to @Akmadan23
- autocompletion for each command
- thanks to @Akmadan23
- xdg-thumb for previews and thumbnails for non image files
- thanks to @DLFW
- gtrash support
- thanks to @SBhojani
- more linemode options
- thanks to @Lzzzzzt
- backspace or delete will exit textfield if empty
- mouse scrolling support for preview
- thanks to @krivahtoo
- configure preview image background via theme.toml
- thanks to @benjajaja
- thread optimizations
- migrate from libc to nix
- add suspend command support
- enable lto for release builds
- fix
parent_cursor_move_*
commands not setting cwd properly - add minimal view mode
- thanks to @flipsi
- add command to set view mode
- thanks to @flipsi
- destruct tuples
- thanks to @Integral-Tech
- rework paste symlink to work like ranger
- use bat as fallback for html and json
- thanks to @j-lakeman
- replace manual sign detection with format spec
- thanks to @Integral-Tech
- documentation improvements
- update dependencies
- thanks to @benjajaja , @paretje
- add option to use current working drectory with %d keyword
- thanks to @as3ii
- add Ctrl+h as backspace in textfield
- thanks to @jackyhevey
Fixes
- fix crash when trying to
open_with
inside an empty directory - fix ratatui dep
- fix crash when io operation doesn't start successfully
- remove ctime for musl env
- thanks to @usamoi
- fix autocomplete not working
- fix ci
- thanks to @Integral-Tech
- fix foreground color
- thanks to @j-lakeman
- fix not being able to copy filenames with single quotes