Skip to content

Releases: roberthawdon/dfshow

v0.9.1-beta

08 Aug 03:25
0753658
Compare
Choose a tag to compare
  • Fixes issue where F12 would quit show (#135)
  • Fixes issue where hiding dot files whilst running show may cause a black screen (#133)
  • Fixes issue where the display width was not reset between directories leading to horizontal scrolling (#134)

v0.9.0-beta

15 May 22:20
594344a
Compare
Choose a tag to compare
  • 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.

v0.8.2-beta

03 Sep 19:51
03049db
Compare
Choose a tag to compare
  • Addresses memory issue when using hunt function (#110)
  • Defaults group input to be the value of owner (#111)

v0.8.1-beta

02 Aug 17:21
570ca51
Compare
Choose a tag to compare
  • Addresses the issue where sometimes sorting by size would not always work correctly. ( #107 )

v0.8.0-beta

19 Jun 21:30
8aefd03
Compare
Choose a tag to compare
  • 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

14 May 17:50
Compare
Choose a tag to compare
  • Addresses issue where copied files did not carry permissions over from the original (#99)
  • Minor documentation improvements (#96) (#98)

v0.7.0-alpha

19 Apr 15:38
42665ad
Compare
Choose a tag to compare
  • Added configuration menus in show and sf.
  • 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

13 Mar 22:52
bb0067f
Compare
Choose a tag to compare
  • Fixed occasional buffer overflow when accessing /dev (#84)

v0.6.3-alpha

12 Mar 22:09
8f6bc5e
Compare
Choose a tag to compare
  • Added missing documentation. (#80)
  • Adds the ability to use Home and End keys on text inputs. (#81)
  • Adds mitigation for Google Drive Stream crashing show on macOS (#82 - Ongoing)

v0.6.2-alpha

02 Mar 18:21
902fa04
Compare
Choose a tag to compare
  • 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.