SnowFS Versions Save

SnowFS - a fast, scalable version control file storage for graphic files :art:

v0.9.2

1 year ago

This is the first beta-release of the CLI for Windows, macOS and Linux. This CLI is compatible with projects created with Snowtrack.

⚠️ :apple: For macOS users: To remove the quarantine flag from the zip file, call one of the two commands after downloading the zip

$ cat snow-cli-darwin-x64.zip > clean.zip

or

$ xattr -d com.apple.quarantine snow-cli-darwin-x64.zip

What's Changed

New Contributors

Full Changelog: https://github.com/snowtrack/snowfs/compare/v0.9.1...v0.9.2

v0.9.1

2 years ago

This is the first alpha-release of the CLI for Windows and macOS.

Please note that this version is very outdated and the executables were temporarily removed. Feel free to build a production build on your machine (see build instructions in the README), or stay tuned for a newer release.

⚠️ :apple: For macOS users: To remove the quarantine flag from the zip file, call one of the two commands after downloading the zip

$ cat snow-cli-darwin-x64.zip > clean.zip

or

$ xattr -d com.apple.quarantine snow-cli-darwin-x64.zip