Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Releases: GooBox/goobox-sync-storj

0.0.8

08 Dec 13:49
4956a08
Compare
Choose a tag to compare
  • Fixed EXCEPTION_ACCESS_VIOLATION #22
  • Fixed issue with infinitely deleting local directories

0.0.7

06 Dec 12:40
5d07649
Compare
Choose a tag to compare
  • Sub-directory support #6
  • Automatic conflict resolution #40
  • Fixed EXCEPTION_ACCESS_VIOLATION #22
  • Resync files that are in non-synced state

0.0.6

21 Nov 13:51
bdbc94e
Compare
Choose a tag to compare
  • The sync is triggered earlier (within 3-5 seconds) if a local file change is made in the local Goobox folder.
  • Files that cannot be decrypted with the current keys are not downloaded.
  • Basic conflict resolution. For now the files in conflict are just marked in the sync database. Modification on conflict files are not transferred - the file remains in conflict.

0.0.5

10 Nov 07:58
706f12b
Compare
Choose a tag to compare

The sync database is now stored under the user's app data directory:

  • C:\Users\<user-name>\AppData\Local\Goobox for Windows
  • ~/.local/share/Goobox for Linux
  • ~/Library/Application Support/Goobox for macOS

0.0.4

08 Nov 14:02
e289516
Compare
Choose a tag to compare

Bug fixes:

  • Fatal runtime error - EXCEPTION_ACCESS_VIOLATION (v0.0.3) #11
  • "Request failed with status code: 500" causes the app to hang #9
  • SLF4J error printed upon startup #18
  • can't read "api.storj.io.json" file due to punctuation (e.g. Tilde) in windows username #8

0.0.3

03 Nov 21:45
3af211a
Compare
Choose a tag to compare

Basic two-way sync with an embedded Nitrine database for storing the current state. Basic scenarios should work: initial sync, downloading and uploading modified files. Sync is done once every minute.

0.0.2

28 Oct 15:18
3545d21
Compare
Choose a tag to compare

One-way sync from Storj cloud to local file system.

0.0.1

25 Oct 17:32
Compare
Choose a tag to compare

Initial app skeleton. For now it just lists the available buckets.