FullSync 0.10.4 April 5, 2016
 - Fixed editing of profiles ( https://sourceforge.net/p/fullsync/bugs/75/ ).
 - Updated French translation thanks to farvardin.

FullSync 0.10.3 March 5, 2016
 - Added Greek translation thanks to Dimitris Sarigiannis
 - FTP: fix default authentication selection
 - Fix changing the protocol type might crash FullSync on some OS configurations
 - Add links to the FullSyncNews Twitter account
 - AboutDialog: add a clickable mail link to the fullsync-users@lists.sourceforge.net mailing list
 - Subdirectory Tab: fix sort order of the directories
 - FullSync now enforces that no two profiles have the same name because FullSync uses the profile name as identifier
 - Fix displaying of the last update time stamp ( https://sourceforge.net/p/fullsync/bugs/66/ )
 - Fix FullSync crashes during synchronization in special circumstances
 - Improved Mac support thanks to nipulb4u
 - Added License Tab to the About Dialog that shows Licenses of used components
 - Enhanced keyboard navigation support of the Profile list.
 - Save and restore Window position, size and minimized / maximized state ( https://sourceforge.net/p/fullsync/feature-requests/45/ ).
 - Fixed a crash upon switching to another protocol ( https://sourceforge.net/p/fullsync/bugs/73/ ).
 - Noting that non interactive sync is available ( https://sourceforge.net/p/fullsync/feature-requests/11/ ).

FullSync 0.10.2 September 1, 2013
 - Improved the formatting of the Size column in the Task Decision dialog.
 - Slightly reduced memory consumption.
 - Updated French translations special thanks to farvardin.

FullSync 0.10.1 February 10, 2013
 - SFTP: fix remembering the SSH Host key in case the .ssh directory did not exist already.
 - Added more resolutions to the FullSync icon.
 - FTP: added a select box to switch between Anonymous and User/Password authentication.
 - Speed up the synchronization process considerably.

FullSync 0.10.0 December 3, 2012
 - 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.

FullSync 0.9.1 March 8, 2005
 - Added compatible and passive url-query options to FTP-URLs.
 - compatible=true should solve the problem with - and spaces in paths (bug #1090385) this really needs gui support!
 - Added FullSync internal logging (say loggers per class,...)
 - Added French localization
 - Added Spanish localization

FullSync 0.9 January 31, 2005
 - Fixed #1112008 Problem with large files by setting SoTimeout of ftpclient to 0 (infinite) hope this works ok, strangly the ftpconnection test doesnt work that good anymore, but that should be sth else.
 - Added german localization, removed some that aren't supported anyway.
 - Added two way sync.
 - Added smb connection support.
 - Added availability for Sites / FileSystemConnections.
 - Fixed #1096602 Out of memory.
 - Fixed #1094795 Exact copy syncs even unchanged files.
 - Added support for languages other than english (i18n).
 - Fixed sftp not recognizing port correctly.

FullSync 0.8 December 12, 2004
 - fixed problem with scheduler calling profiles sometimes multiple times.
 - reduced memory consumption by using static actions in actionDeciders, static states in StateDecider and not saving path field in files..
 - fixed bug in Task Decision List updating the wrong items.
 - added an option for autostarting scheduler in gui mode (for autostart).
 - the gui version will now popup the "getting started" manual page if there was no profiles.xml found.
 - added -m option, that starts fullsync minimized (for autostart).
 - extracted scheduler from profile manager, it's still too tightly connected as the remote stuff is like a second scheduler both encapsuled by the profile manager.
 - improved remote interface. now almost every feature of fullsync is available using the remote interface.
 - added -P option, taking a filename which will overwrite the default profiles.xml.
 - added popup menu to nicelistview.
 - added exact copy action decider.
 - added way better exception reporting.
 - added new profile icons in nicelistview, which is default now.
 - added option to reset error flag.
 - added a simple error reporting for scheduled executions.
 - added enabled property to profiles, enabling scheduled execution for now.
 - added crontab scheduler gui.
 - verified scheduler and lastUpdate/nextUpdate functionality.
 - added scheduling property to profile dialog.
 - added initial update support.
 - added an abstract InstableConnection -> now ftp and sftp connections reconnect on demand.
 - added a Remote Connection menu to connect the running instance to a remote server.
 - changed ftp to use passive mode.
 - added FullSync Installer for Windows and Linux systems.
 - fixed not correct file comparison and last modified update changes seem to generate a lot of new updates !?.
 - added systemtray showing activity.
 - fixed renaming of profiles and description in profile details dialog.
 - changed feedback of task generation phase to poll instead of push which took a lot of time.
 - added TaskFinishedEvent, which allows unsuccessful feedback.
 - changed ActionFinishedListener to TaskFinishedListener.
 - changed the buffer, so file larger than the buffersize are working too.
 - added BackupActionDecider.
 - added new profile field type, saying which action decider to use.
 - changed most dialogs to wizard style.
 - added new images and icons.
 - added AboutDialog.
 - added new preference: profile list.
 - added NiceListView -> alternative profile list.
 - added ProfileChange listener to profile.
 - added a main menu bar.
 - LogWindow: now caching and disposing images.
 - LogWindow: tableitems are reused, action change does not rebuilt table.
 - LogWindow: multi select and multi action change possible.
 - added RuleSetDescriptor and divided into simple rulesets and advanced.
 - added changing background color of finished actions in logwindow.
 - added busy indicator for sync and execution phases.
 - added context menu for profile actions.
 - added initial preferences dialog.
 - added initial preferences manager.
 - now number of tasks that must be performed is correct.
 - added traversal types, so source buffer<->fs check is now implementable.
 - added feedback in synchronization phase .
 - added initial cli support (try -h option).
 - added tray icon, now normally minimizing to tray when window is closed.
 - added initial sheduler support.
 - verified linux functionality.
 - added jsmooth exe wrapper and application icon.

FullSync 0.7.1 September 18, 2004
 - Now showing process of synchronization process (very alpha).
 - Now showing size of files (source only).
 - Processor was keeping changed rulesets in parent. now it's reverting to old ruleset (badly coded).
 - Buffered dirs no longer require full scan of destination filesystem if all is in sync (not really tested much, but works a lot faster now).
 - Now you can filter the actions to see only items where actions will occur.
 - Corrected BufferStateDecider (was using buffered FileAttributes).
 - Store and load syncfiles using gzip.
 - FTP now uses -a parameter to find files beginning with . as well.

FullSync 0.7.0 August 22, 2004
 - Initial release.

