Skip to content

Releases: roberthawdon/dfshow

v0.10.3-beta: v0.10.3 to master (#174)

14 Mar 23:56
75afbbd
Compare
Choose a tag to compare
  • Fix buffer overflow errors with FORTIFY_SOURCE=3
  • Fix screen redraw issue when returning from external command

v0.10.2-beta

14 Mar 18:48
0dfdfae
Compare
Choose a tag to compare
  • Reworked window resize code
  • Fixed window resizing in sf standalone
  • Fixed issue where resizing a window would make some menus incorrect
  • Fixed issue where resizing when viewing a file in show would incorrectly print the last view in show
  • Fixed issue where resizing in both "colors" and settings menu would incorrectly print the last view in show
  • Fixed issue where temporary settings would be reset when opening setting menu
  • Corrected documentation

v0.10.1-beta

01 Jun 02:56
eb93ae6
Compare
Choose a tag to compare
  • Fixes rare display bug when hiding and unhiding files (mainly affected macOS, but could occur on any system) (#169)
  • Corrected minor spelling and display issue in documentation
  • Small code cleanup

v0.10.0-beta

25 May 06:17
8f208ce
Compare
Choose a tag to compare
  • Added support for internationalization (#147)
  • Added British English localization
  • Added support for updating SELinux context
  • Added option to show Owner and Group as ID numbers (#159)
  • Made SF part of Show (whilst a standalone SF still exists) (#155)
  • Added option to show inode (#140)
  • Fixes issue where bottom function menu would disappear when the terminal was resized (#162)
  • Fixes issue where some international characters would cause the screen to not completely clear when navigating between directories (#167)
  • Fixes issue were the theme editor (colors) would blank and redraw the entire screen when navigating up and down
  • Fixed some warnings that would appear at build time (#145)
  • Memory optimizations

v0.9.7-beta

02 Dec 11:32
e3ea42f
Compare
Choose a tag to compare

What's Changed

  • Fixes issue where creating a relative symlink may cause show to crash (#164)

v0.9.6-beta

02 May 18:01
f75bc4c
Compare
Choose a tag to compare
  • Fixes issue where a trailing slash would be added to the pwd when aborting the Make Directory or Touch File prompt (#152)
  • Fixes issue where parent directories would still fail to create on some systems (#153)

v0.9.5-beta

12 Feb 14:08
168f508
Compare
Choose a tag to compare
  • Fixes issue where opening a file with single quotes may crash Show
  • Fixes issue where parent directories aren't being created correctly, which would also prevent user configuration being saved

v0.9.4-beta

17 Jan 00:39
950e9ae
Compare
Choose a tag to compare
  • Fixes bug which prevents show launching editor or pager set by ENV values
  • Corrects documentation for defining pager and editor
  • Fixes issue on MacOS where memory is incorrectly allocated when using find functions (find in sf and hunt in show)
  • General bug fixes and code optimisation

v0.9.3-beta

23 Nov 02:54
9420281
Compare
Choose a tag to compare
  • Fixes issue where editor and pager doesn't launch on some systems

v0.9.2-beta

17 Nov 22:38
43e583c
Compare
Choose a tag to compare
  • Added -d option to display only directories (#138)
  • Fixed issue where the interactive portions of the applications were pipeable
  • Added -s and --block-size= options (#139)
  • Fixed printing of menu backgrounds to reach the edge of the screen in themes
  • Added ability to set editor and pager in the settings (#128)
  • Rewrote routine for launching editor and pager
  • New theme
  • Small bug fixes