Releases: roberthawdon/dfshow
Releases · roberthawdon/dfshow
v0.9.1-beta
v0.9.0-beta
- 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 inshow
. - 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.
v0.8.2-beta
v0.8.1-beta
- Addresses the issue where sometimes sorting by size would not always work correctly. ( #107 )
v0.8.0-beta
- Fixed issue where
show
would allow browsing into directories without execute permissions (#95) - Fixed user getting locked into an error message when trying to specify an invalid user or group in
show
(#101) - Fixed bug that would cause
show
to crash when selected "unsorted" file sorting from the configuration menu (#103) - Switched indicator in color and configuration menus for universal display compatibility (#100)
- Improved memory footprint (#85)
- Beta status
v0.7.1-alpha
v0.7.0-alpha
- Added configuration menus in
show
andsf
. - Added ability to set default theme.
- Added the remainder of the color options to the color menu.
- Improved file wildcard search.
- Fixed ability to save over old theme.
- Fixed display issue when marking an item at the bottom of the page when marked is set to "auto".
- Fixed display issue where text input would wrap onto the next line.
- Fixed buffer overflow when setting the owner column to only show Group and Author.
v0.6.4-alpha
- Fixed occasional buffer overflow when accessing
/dev
(#84)
v0.6.3-alpha
v0.6.2-alpha
- Added ability to create parent directories if they don't exist.
- Added ability to delete empty directories.
- Fixed bug where
show
would crash if returning from shell to a deleted directory. - Fixed bug where deleted directories in the history weren't skipped.
- Corrected macOS install instructions to use the
brew tap
commands.