Skip to content

Releases: dhzdhd/SyncVault

SyncVault

24 Sep 05:37

Choose a tag to compare

SyncVault Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file.
For currently known issues, check the GitHub issues tab

0.9.2 | 23-09-2025 (Prerelease)

Additions

  • Added other native formats per desktop platform instead of only a ZIP file.

Fixes / Improvements

Full Changelog: v0.9.0...v0.9.2

SyncVault

24 Sep 04:17

Choose a tag to compare

SyncVault Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file.
For currently known issues, check the GitHub issues tab

0.9.1 | 23-09-2025 (Prerelease)

Additions

  • Added other native formats per desktop platform instead of only a ZIP file.

Fixes / Improvements

Full Changelog: v0.9.0...v0.9.1

SyncVault

13 Sep 07:47

Choose a tag to compare

SyncVault Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file.
For currently known issues, check the GitHub issues tab

0.9.0 | 13-09-2025 (Prerelease)

Additions

  • Added Workflows, a new route that contains sync pipelines that you can edit in a drag and drop editor.
  • Added status indicators for accounts that indicate whether the account connection is established/pending or errored out.
  • Added reading of rclone.conf file on startup and creation of accounts from it.
  • Added deletion of RClone config section for a particular account when account is deleted.
  • Replaced bidirectional sync button with a segmented button wherein you can choose to upload/download or bidirectional sync.
  • Added tree view for local folders.
  • Added parent path text field when creating a new OAuth2 RClone account.
  • Added option to change RClone executable path in settings. (Desktop only)
  • Added edit connection/folder dialogs.

Fixes / Improvements

  • Moved folders to accounts route and replaced folders with connections in the home route. All local folders fall under the permanent local account card.
  • Fixed Android background sync task.
  • Fixed broken MacOS builds.
  • Fixed RClone download button in settings route.
  • Fixed tray icons on desktop platforms.
  • Moved tree view to accounts, per folder.
  • Improved overall UI/UX.

Full Changelog: v0.8.1...v0.9.0

SyncVault

06 Mar 04:42

Choose a tag to compare

SyncVault Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file.
For currently known issues, check the GitHub issues tab

0.8.1 | 05-03-2025 (Prerelease)

Fixes / Improvements

  • Improved app bar by adding scroll animations.
  • Improved settings UI by improving spacing and removing cards.
  • Moved RClone backend switch from settings to account creation dialog.
  • Changed app font to Inter from Roboto.
  • Fixed system tray on Linux.
  • Fixed error on hive box access when the schema has changed.
  • Fixed tree view showing nothing when no files exist in the remote folder.

Temporary removals (due to new backend)

  • RClone download in settings page does not work.
  • Minio folder creation does not work as intended (as it does support nested file paths, only buckets).
  • None of the switches in the expanded cards in home page work (auto sync, two way sync, delete on sync).
  • Folder deletion does not work as intended.
  • New accounts (remotes) are not yet automatically detected by supplied rclone config file.

Full Changelog: v0.7.7...v0.8.1

SyncVault

27 Feb 15:25

Choose a tag to compare

SyncVault Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file.
For currently known issues, check the GitHub issues tab

0.7.7 | 19-01-2025 (Prerelease)

Additions

  • Added new MacOS build (needs testing).
  • Added bidirectional sync (WARNING, use with caution. Can result in loss of data.)
  • Added field in the new folder dialog to input remote parent path. Defaults to SyncVault.
  • Added manual, non RClone backends and corresponding switch in settings for future IOS support. (WARNING, use with caution. Can result in loss of data. Currently only supports Google Drive, wherein GDRIVE_SECRET environment variable has to be set for desktop platforms.)

Fixes / Improvements

  • Improved loading indicator size and width
  • Fixed missing RClone binaries in Android release builds.
  • Fixed folder duplication on switch toggle.

Temporary removals (due to new backend)

  • RClone download in settings page does not work.
  • Minio folder creation does not work as intended (as it does support nested file paths, only buckets).
  • Two of the switches in the expanded cards in home page don't work (auto sync, delete on sync).
  • Folder deletion does not work as intended.
  • New accounts (remotes) are not yet automatically detected by supplied rclone config file.

Full Changelog: v0.6.4...v0.7.7

SyncVault

08 Jan 09:23

Choose a tag to compare

SyncVault Pre-release
Pre-release

NOTE

Android build currently does not work. The issue has been identified and fixed and will be present in the immediate next release

Changelog

All notable changes to this project will be documented in this file.
For currently known issues, check the GitHub issues tab

0.6.4 | 08-01-2025 (Prerelease)

Additions

  • Added new Linux build (needs testing).
  • Added file logs (visit <documents_folder>/SyncVault/logs).
  • Reimplemented provider information dialog.

Fixes / Improvements

  • Improved tree view UI.
  • (Dev only) Fixed MacOS debug builds.

Temporary removals (due to new backend)

  • RClone download in settings page does not work.
  • Minio folder creation does not work as intended (as it does support nested file paths, only buckets).
  • None of the switches in the expanded cards in home page work (auto sync, two way sync, delete on sync).
  • Folder deletion does not work as intended.
  • New accounts (remotes) are not yet automatically detected by supplied rclone config file.

Full Changelog: v0.5.4...v0.6.4

SyncVault

29 Dec 15:38

Choose a tag to compare

SyncVault Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file.
For currently known issues, check the GitHub issues tab

0.5.4 | 28-12-2024 (Prerelease)

Additions

  • Added RClone as the primary backend and deprecated the old implementation.
  • Added new introduction screen to setup permissions (Android) or download RClone (Windows).
  • Added new providers - Minio, NextCloud, ProtonDrive.
  • Added hide and exit options to system tray on Windows.
  • Added reset settings and clear local storage buttons to settings.
  • (Dev only) Added Docker compose files to quickly spin up Nextcloud and Minio instances for testing.

Fixes / Improvements

  • Improved tree view implementation; moved it from folder card to a bottom sheet (UI still needs improvement).
  • Moved all hive box files (.lock & .hive files) from Documents to the SyncVault folder in Documents to avoid clutter.
  • Improved padding of list views in both the home page and accounts page to avoid UI blocking by floating button.
  • Improved the drive provider names.

Temporary removals (due to new backend)

  • Drive information dialog does not work.
  • RClone download in settings page does not work.
  • Minio folder creation does not work as intended (as it does support nested file paths, only buckets).
  • None of the switches in the expanded cards in home page work (auto sync, two way sync, delete on sync).
  • Folder deletion does not work as intended.
  • New accounts (remotes) are not yet automatically detected by supplied rclone config file.

Full Changelog: v0.4.1...v0.5.4

SyncVault

05 Aug 12:16

Choose a tag to compare

SyncVault Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file.
For currently known issues, check the GitHub issues tab

0.3.0 | 05-07-2023 (Prerelease)

Additions

  • Added auto sync to Android.
  • Added Google Drive support to Windows and Android (cannot upload files yet).

Fixes / Improvements

  • Fixed redundant account instances.
  • Fixed creation of duplicate SyncVault folders in Google Drive
  • Improved drive information UI and added total storage information.
  • Migrated dropdown widget to Material 3.
  • Added auth provider to dropdown in new folder dialog.

Full Changelog: v0.2.0...v0.3.0

SyncVault

28 Jun 13:59

Choose a tag to compare

SyncVault Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file.
For currently known issues, check the GitHub issues tab

0.2.0 | 28-06-2023 (Prerelease)

Additions

  • Added optional Sentry app monitoring (disabled by default).
  • Added Auto sync & Delete on sync switches per folder.
  • Added DropBox (currently unusable).

Fixes / Improvements

  • Added tooltips to buttons and text for better accessibility.
  • Added Open folder button per folder to open the path in the file explorer (currently only works on Windows).
  • Redesigned drive usage percentage indicator (currently does not work).
  • Added support for non media file types in Android.

Deletions

  • Removed GoogleDrive support due to infeasiblity in complying to registered developer rules.

Full Changelog: v0.1.1...v0.2.0

SyncVault

07 Jun 10:41

Choose a tag to compare

SyncVault Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file.
For currently known issues, check the GitHub issues tab

0.1.1 | 07-06-2023 (Prerelease hotfix)

Fixes / Improvements

  • Fixed app crashing on creating a new folder.
  • Added android support.
  • Improved UI on smaller screens.
  • Fixed theme inconsistencies.

Known issues

  • Same as before except for the broken theme.

0.1.0 | 06-06-2023 (Prerelease)

Additions

  • Added initial release for Windows.
  • Added OneDrive support.
  • Added one way sync support (local to cloud).
  • Added automatic background sync.
  • Added support to minimize app to system tray
  • Added themes.

Known issues

  • Google Drive not supported yet and choosing it in the new account dialog does not do anything.
  • Light theme is broken in the home route (folder route).
  • Supports file uploads of upto 60MB per file only
  • Does not check drive size while uploading
  • Does not check for invalid file names