• Updated all bundled libraries to their latest version.
  • Added 64-bit support.
  • Initial attempt at mac support (needs testers!).
  • Added support for public key authentication for SFTP connections.
  • Removed exit confirmation if there are no tasks scheduled.
  • Added FullSync Launcher, since FullSync now uses the current SWT implementation it needs to have a launcher to select the correct SWT implementation at runtime.
  • Moved the profiles, preferences and log file to ~/.config/fullsync/ (XDG_CONFIG_HOME) or C:\Documents and Settings\<username>\.config\fullsync\ for Windows.
  • New commons-vfs source and destination browser should work now, certainly not fine, but it works.
  • Added a file filter for simplyfied ruleset. The filter is a replacement for the ignore/accept patterns. Old profiles with regexp patterns are automatically converted to this new file filter.
  • Added wildcards as ignore/accept patterns (regexp was default till now) in simplyfied syncrules.
  • Changed the ignore/accept pattern behaviour. Now if the ignore pattern is empty but the accept is not empty, then everything is ignored but what matches the accept pattern.