Skip to content

Releases: fioan89/sourcesync

v3.0.3

13 Dec 12:35

Choose a tag to compare

Removed

  • support for IntelliJ 2023.1 platform

Fixed

  • SCP upload for files that don't have an existing remote directory will now fail with an error instead of silently uploading into a file with parent folder's name
  • support for New UI on IJ 2023.3

v3.0.2

21 Jul 09:52
44d6134

Choose a tag to compare

[Unreleased]: https://github.com/fioan89/sourcesync/compare/v3.0.2...HEAD

v3.0.1

30 Jun 20:51
cdc9b2e

Choose a tag to compare

Fixed

  • migration on New UI disables the sync menu if it fails to migrate the main connection

v3.0.0

19 May 16:47

Choose a tag to compare

Added

  • passwords and passphrases are now stored in the much safer IntelliJ Credential Store.
  • improved SCP upload fail messages

Changed

  • redesigned Sync Connection Configurations editor with an improved look and feel similar to Run Configurations editor
  • simplified the user experience when it comes to configuring remote connections, especially the authentication form

Removed

  • support for FTP&FTPS protocols
  • the ability to configure concurrent sync jobs

v2.0.4

30 Apr 06:04
7fd9c81

Choose a tag to compare

Fixed

  • context menu takes a long time to open when using the New UI

Changed

  • removed deprecated API usages

v2.0.3

01 Mar 13:47

Choose a tag to compare

Added

  • support for experimental new UI

Changed

  • simplified and improved the error reporting

Fixed

  • path location issues when uploading files with scp from Windows to Unix
  • sync menus are now disabled when no remote target is selected

v2.0.2

07 Dec 12:41
8e931f5

Choose a tag to compare

Added

  • support for latest OpenSSH private key format
  • support for latest IntelliJ 2022.3

v2.0.1

16 Aug 10:15

Choose a tag to compare

Fixed

  • upload issues when using SFTP from local Windows to remote Linux
  • behavior for SSH keys component, now they properly enable or disable if users want to authenticate with SSH keys
  • plugin icon shown in marketplace

Changed

  • project's base location label from "Root path" to "Workspace base path". This is a breaking change, users
    will have to reconfigure the connections again.

Release of version 1.9

07 May 16:50
sourcesync-1.9

Choose a tag to compare

  • support for OS X 10.11
  • fix support for passwordless ssh for sftp connections
  • add support for passphrase keys for sftp connections
  • add support for passwordless ssh for scp connections
  • fix issues with known_hosts file on Windows machines
  • fix issue with hidden files and directories not showing through private key file chooser
  • fix issue with private key file chooser forcing you to select the public key instead of the private one
  • fix issues with configuration and target window not getting on top of the IDE
  • changed the configuration window, the add target and module selection to centered dialogs
  • _All previous configurations will be lost_