Skip to content

1.2.0

Compare
Choose a tag to compare
@DragonQ DragonQ released this 17 Oct 19:46
· 70 commits to master since this release
Enhancements:
  • Added ability to enable or disable file syncing via the notification area icon.
  • Added ability to completely re-create all sync directories via the notification area icon.
  • #4: Added tracking of directory renames and deletions.
  • Background file syncing is now done asynchronously across multiple threads, greatly improving performance.
  • #5: Added workaround for Windows reporting new or changed files multiple times. In most cases relevant files should now only be processed once.
  • The "MaxThreads" setting is now global rather than specific to each sync.
  • General improvements to log messages.
Bug Fixes:
  • Background file syncing was always enabled when starting the application regardless of user setting.
Other Changes:
  • .NET 4.5 or later is now required.
  • File versioning is now in the format: Major.Minor.Patch.GitCommits-CommitHash