Releases: roberthawdon/dfshow
Releases · roberthawdon/dfshow
v0.10.3-beta: v0.10.3 to master (#174)
- Fix buffer overflow errors with FORTIFY_SOURCE=3
- Fix screen redraw issue when returning from external command
v0.10.2-beta
- 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
- 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
- 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
What's Changed
- Fixes issue where creating a relative symlink may cause show to crash (#164)
v0.9.6-beta
v0.9.5-beta
- 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
- 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 inshow
) - General bug fixes and code optimisation
v0.9.3-beta
- Fixes issue where editor and pager doesn't launch on some systems
v0.9.2-beta
- 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