Skip to content

v0.9.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@kamiyaa kamiyaa released this 20 Nov 21:55
· 91 commits to main since this release

Changes

  • Improved documentation
  • Migrating to ratatui
  • Scrollable Tab bar
  • Add support for command aliasing
  • Add custom commands
  • Mtime displays localtime instead of UTC
  • Add user and group in footer
  • Add more options to linemode and make it more configurable
  • Add current dir name to tab
  • Add --all-selected option to CopyFilePath
  • Trash feature uses command line tools instead of library
    • This reduces dependencies and compilation errors
  • Add optional description to keymaps
    • Also show description in help menu
  • Case sensitive option for searching, selecting and filtering
    • Thanks to @ctj12461
  • Regex support
    • Thanks to @ctj12461
  • Add a lot more select and filtering options
    • Thanks to @ctj12461
  • Add no confirm option to delete_files
  • Cleanup warnings
  • Command chaining support
  • Subcommand support
  • Shell completion for nix flake
  • rename_file_append_ext command
  • Update flake
  • Add mutex lock for preview threads
  • Add wezterm compatibility
  • Add focus on create option
  • Add %p keyword to file_path()
  • Add more mimetypes
  • Add more icons

Fixes

  • Make input thread more robust
    • There are times when terminal input and joshuto are out of sync, causing keystrokes and view to be out of sync and unusable
  • Remove temporary file after bulk_rename
  • Recycle bin feature more isolated from conditional compilation
  • Fix xdg_open for non-forking applications
  • Fix macos build
  • Remove debug print