Releases: TheDiscordian/ipfs-sync
v0.7.0 - Estuary Support
This minor release contains a bunch of QoL fixes as well as adds Estuary support!
- Estuary support (#49) (https://estuary.tech)
- Set default config and DB locations (#50 & #52)
- Only allow one CleanFilestore routine to run at a time (#36)
Also version bumped the xxhash and yaml hashes, so there could possibly be some changes / improvements in those as well (aced350).
v0.6.0 - Windows Support
v0.5.3
v0.5.2
v0.5.1
v0.5.0
This release contains 2 exciting changes:
- 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)
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).
v0.4.2
This release fixes issues that can arise related to the filestore (nocopy). Specifically if you get errors about files not being found when trying to add certain files or pin, or maybe certain files don't load in browser; This release will fix up filestore by removing all the blocks that point to files that no longer exist (#32).
If certain files appear to be missing after, simply remove them from the sync directory, and re-add them, they'll re-sync.
Enjoy!
v0.4.1
v0.4.0
This is a pretty big release full of QoL improvements and bug fixes, I hope you enjoy!
Change-log:
- More verbose output when using
-v
flag - Properly exits again when
-version
or-license
flags are used again - Uses xxhash instead of sha224 for local hash DB (will rebuild hash DB on first run, which will trigger re-adds)
- Deleting directories properly empties entries from local DB (#18)
- Now displays
devel
for version number on untagged releases - Does less
files/mkdir
calls, greatly speeds up adding many files (#29) - Moving directories functions as expected now (#30)
- README has a bit more detail for new users
v0.3.3
This release fixes a bug which will sometimes detect successful adds as unsuccessful, along with other QoL / performance changes.