Skip to content

0.9.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kamiyaa kamiyaa released this 20 Nov 01:22
· 372 commits to main since this release

Joshuto is now published to crates.io! πŸ’― πŸŽ‰

Changes

  • File previews no longer spawn threads if preview already exists
  • Tab switching via indexes (Thanks to @krivahtoo )
  • Input logic is moved from tui_worker_view to show_workers
  • Input logic out of tui_command_menu into input
  • Add a help page (Thanks to @Vinegret43 )
  • Add basic command history
  • Switch from skim to fzf
  • Add command to search subdirectories via fzf
  • Rework config structure
  • Add avif to theme (Thanks to @nonetrix )
  • Use include_str! for default configurations
  • Path shortener when path is too long (Thanks to @kennycallado )
  • Add choosefiles option to output selected files into a specified file (Thanks to @foxfriends )
  • Add syntax highlighting to file previews (Thanks to @krivahtoo )

Fixes

  • Fix parent directory not reloading for hidden file toggle
  • Unix permissions work a lot better
  • Paste overwrite works now