Skip to content

1.2.3

Compare
Choose a tag to compare
@DragonQ DragonQ released this 26 Jan 19:40
· 42 commits to master since this release
Enhancements:
  • Files now begin syncing immediately instead of after the source directory has been completely scanned, improving the performance of new syncs.
  • A new sync can now be cancelled before the source directory has been completely scanned.
  • The log now records the application version based on the current git tag using GitInfo. Development builds include the number of commits since the last build and the current git commit hash.
  • The solution file has been updated to support Visual Studio 2017.
Bug Fixes:
  • #12: A failed attempt at creating a new sync would incorrectly lock the "source directory" option for future attempts.
  • #13: The application would crash if the user created a new sync and chose not to enable background syncing.
  • #14: Source directories ending in a backslash would cause synced sub-directories to appear in the same directory as the parent sync directory (e.g. "SyncBeatles" instead of "Sync\Beatles").
  • #15: Cancelling a new sync wouldn't actually interrupt the background sync processes.
  • #16: Cancelling a new sync didn't reset the name of the "Start New Sync" button.