What's Changed
Note: this is a beta release! there is no stable version.
New Features
- Hidden files changes
- windows hidden file properties are respected -- when running on windows binary (not docker) with NTFS filesystem.
- windows "system" files are considered hidden.
- changed user property from
hideDotFiles
toshowHidden
. Defaults to false, so a user would need to change the setting if they want to view hidden files.
Notes:
- cleaned up old and deprecated config.
- removed unneeded "Global settings". All system configuration is done on config yaml, See configuration wiki for more help.
Bugfixes:
- Another fix for memory #298
Full Changelog: v0.4.1-beta...v0.4.2-beta