Skip to content

v0.9.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@kamiyaa kamiyaa released this 20 May 16:00

Thank you everyone for all the contributions! πŸ™ πŸ”₯

Changes

  • add back confirm_exit option
  • add --last option to new_tab
  • add support for %s and %p to subprocess commands
  • Zoxide improvements
  • hide image preview in fzf and task view
  • autocompletion for each command
  • xdg-thumb for previews and thumbnails for non image files
  • gtrash support
  • more linemode options
  • backspace or delete will exit textfield if empty
  • mouse scrolling support for preview
  • configure preview image background via theme.toml
  • 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
  • add command to set view mode
  • destruct tuples
  • rework paste symlink to work like ranger
  • use bat as fallback for html and json
  • replace manual sign detection with format spec
  • documentation improvements
  • update dependencies
  • add option to use current working drectory with %d keyword
  • add Ctrl+h as backspace in textfield

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
  • fix autocomplete not working
  • fix ci
  • fix foreground color
  • fix not being able to copy filenames with single quotes