Skip to content

v0.5.0

Compare
Choose a tag to compare
@TheDiscordian TheDiscordian released this 29 Mar 00:28
· 34 commits to master since this release

This release contains 2 exciting changes:

  1. The JSON config file is now a YAML config file! Take a look at the new sample config, which is documented with all the available configuration options. If you'd like to convert your current config, there are many JSON -> YAML converters available online. (#25)
  2. DontHash feature, which will skip hashing files for the local DB, and instead use their filesize and last modification time to track changes. This will be a massive performance increase for massive directories (#34).