Skip to content

0.8.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@kamiyaa kamiyaa released this 06 Mar 16:06
e66d609

Changes:

  • There is now a view for showing worker progress for cut/copy jobs
    • Still a bit buggy at times, but it doesn't crash
  • Fix unicode boundary errors
  • Add Fedora installation instructions
  • Selected item now highlights the column width instead of just the filename, just like ranger
  • Add option to prevent collapsing preview pane
  • Re-add support for custom column sizes
  • Add support for detecting window size changing #37
  • Add mouse support
    • Scrolling and clicking on items
  • Add cd tilde expansion #33
  • Add clipboard support for copying filename to clipboard
  • Add --lastdir option to allow users to write scripts that cd to the directory joshuto was in
  • Add borders support #39
  • Textfield now increases in height to accommodate long strings
  • No longer using hack to show cursor
    • Before, joshuto would show the cursor in the textfield by inversing the color scheme of the character it was theoretically on
    • Now, we make use of the terminal cursor and toggle it when needed