All Versions
10
Latest Version
Avg Release Cycle
83 days
Latest Release
2854 days ago
Changelog History
Changelog History
-
v0.4.9-alpha Changes
January 16, 2017🔀 Syncany 0.4.9-alpha (Date: 16 Jan 2017)
- 🚀 Developer/alpha/maintanance release
- 🛠Bugfixes and other things:
📚 Note that this release is the same as 0.4.8, but was created due to a partial completion of uploading. (Reports and documentation failed.)
-
v0.4.8-alpha Changes
January 16, 2017 -
v0.4.7-alpha Changes
November 08, 2015- Developer/alpha release ( We are now nearing the beta phase. Stay tuned! )
- 🛠Bugfixes and other things:
- Refactoring and simplification of UpOperation
- Refactoring DownOperation (better memory management)
- Refactoring of error handling (don't throw 'Exception')
- Fix GUI crashes in 'Add folder' wizard #497
- Fix OSX daemon start/stop to new style #281/#530
- Fix Windows spaces in path issue #522/#529
- Fix not resuming transactions if transaction files are corrupt #520
-
v0.4.6-alpha Changes
July 11, 2015- Developer/alpha release ( We are now nearing the beta phase. Stay tuned! )
- 🔋 Features and significant changes:
- Use smaller transactions in Up #364
- Add 'Use short links' option to GUI
- 🛠Bugfixes and other things:
- Update licensing to match GPLv3+ #457
- Prepare fix for read-after-write issue with S3 and Swift plugin #456
- Fix S3 read-after-write consistent issue #448
- Change default crypto to just AES-128/GCM
- Fix table creation process to not throw an error
- Fix swift read after write consistent issue #276
- Create target in
sy init
by default (disable with -T) - Fix API to support ARM for platform-independent plugins #495
-
v0.4.5-alpha Changes
May 08, 2015- Developer/alpha release ( We are now nearing the beta phase. Stay tuned! )
- 🔋 Features and significant changes:
- Add default .syignore file with typically unwanted files (.DS_Store, ...) #393
- Add 'prevent standby' toggle in GUI #387
- Add theme and tray icon selector in GUI
- Add update check to GUI in general settings panel, and daily update check #415
- Add support for enums as transfer setting values #280
- Add automatic OAuth token handling #426
- Add support for feature aware transfer managers #452
- 🛠Bugfixes and other things:
- Make sure that plugin update on Windows is able to install snapshots #418
- Working single repos for dropbox plugin #417
- Fix Unity detection for tray icon selection #413
- Fix Unity tray disappear after Python process crash by restarting #370
- Several stability bugfixes #433
- Don't use web sockets for IPC between daemon and GUI if in same JVM #373
- Fix daemon PID empty error #439
- Handle big repositories on dropbox backend better #353
- Fix homebrew formula to use java >= 1.7 #449
- Fix GUI not working with OAuth plugins #441
-
v0.4.4-alpha Changes
March 22, 2015- Developer/alpha release ( We are now nearing the beta phase. Stay tuned! )
- 🔋 Features and significant changes:
- Unit tests for daemon #384/#397
- Completely re-written Syncany API and website, and open-sourced it
🔀 in the syncany-website repository #167 - Added 3rd-party plugins, and a 3rd party flag in
sy plugin list
responses - Added
sy update check
to manually check for application updates #412 - Added
--no-delete
option forup
#263/#399
- 🛠Bugfixes and other things:
-
v0.4.3-alpha Changes
February 25, 2015- Developer/alpha release ( We are now nearing the beta phase. Stay tuned! )
- 🔋 Features and significant changes:
- 🛠Bugfixes and other things:
- Add man pages and bash completion to tar.gz/.zip distribution,
🚀 to allow using them in Arch and potentially other releases #148/#388 - Fix black notification bubble on Linux #339
- Fix file version table in browse history detail view has too
🔀 much left cell spacing #346 - Fix flickering and newline-problem on Windows tray icon #337
- Fix ampersands (&) in menus #367
- Fix last modified pre-1970 issue #374
- Fix autostart not working on OSX #371
- Fix tests to make them clean up after themselves #377/#386
- Add man pages and bash completion to tar.gz/.zip distribution,
-
v0.4.2-alpha Changes
January 10, 2015🚀 This is a patch release to fix a serialization issue in 'sy ls' when daemon/GUI is running
🚀 in the just released version v0.4.1-alpha.- Developer/alpha release ( We are now nearing the beta phase. Stay tuned! )
- 🔋 Features and significant changes:
- 🛠Bugfixes and other things:
- Fix Dropbox plugin bug when deleting non-existing files #325
- Cleanup status information / status texts in tray #317/#329
- Code refactoring based on SonarQube output #302/#326
- Fix invalid "uploading" status message #314
- Fix confusing error message when plugin not installed #328
- Fix sync-forever issue with Windows watcher #338
- Removed
<hooks>
and<runAfterDown>
because largly unused #311 - Fix
sy ls
doesn't display deleted file versions; add--deleted
#282
-
v0.4.1-alpha Changes
January 09, 2015- Developer/alpha release ( We are now nearing the beta phase. Stay tuned! )
- 🔋 Features and significant changes:
- 🛠Bugfixes and other things:
- Fix Dropbox plugin bug when deleting non-existing files #325
- Cleanup status information / status texts in tray #317/#329
- Code refactoring based on SonarQube output #302/#326
- Fix invalid "uploading" status message #314
- Fix confusing error message when plugin not installed #328
- Fix sync-forever issue with Windows watcher #338
- Removed
<hooks>
and<runAfterDown>
because largly unused #311 - Fix
sy ls
doesn't display deleted file versions; add--deleted
#282
-
v0.4.0-alpha Changes
December 28, 2014- Developer/alpha release ( We are now nearing the beta phase. Stay tuned! )
- 🔋 Features and significant changes:
- Implement resume functionality for up ( big! ) #141
- Implement proper init/connect GUI wizards in GUI plugin, and supporting
backend REST/WS-requests in core, including OAuth support for plugins ( big! ) #297 - Support S3-compatible backends in Amazon S3 plugin #301
- New Flickr plugin (store data in images) #304
- Implement folder management commands:
sy daemon (list|add|remove)
#286 - Make
sy daemon (add|remove) ..
work with multiple paths/IDs #313
- 🛠Bugfixes and other things: