Skip to content

v0.9.0-beta

Compare
Choose a tag to compare
@roberthawdon roberthawdon released this 15 May 22:20
· 18 commits to master since this release
594344a
  • Added ACL & Extended Attribute indicators in show. (#113)
  • Added Extended Attribute view for macOS users using show with the -@ argument. (#113)
  • Added SELinux support. (requires --with-selinux to be passed at configuration time)
  • Added option to skip the selector to the first object if . and .. are at the top of the list. (#117)
  • Added experimental support for moving files between mount points. (requires --enable-move-between-devices to be passed to at configuration time) (#105)
  • Added a "Find Next" keybinding in sf. (#119)
  • Added Bash and Zsh auto-complete scripts. (#108)
  • Added -1 option to display only file names in show.
  • Added experimental option to change the ordering of columns in show, this is intentionally undocumented.
  • Added two new default themes.
  • Fixed issue where a symlink to a device would cause the wrong heading to be displayed in show. (#114)
  • Fixed issue where creating a directory or touching a file would add a trailing slash to the path in show. (#121)
  • Fixed issue where the -fno-common option would fail to compile. (#122)
  • Fixed issue where the remaining disk space my be reported incorrectly on some systems in show. (#124)
  • Various small bug fixes.