Skip to content

Releases: davidolrik/sublime-rsync-ssh

Configurable rsync command

30 Apr 18:48
e53dd42
Compare
Choose a tag to compare

You can now configure the path to rsync

Respect the config

12 Oct 22:41
Compare
Choose a tag to compare

Settings in .ssh/config should always tage precedence.

Windows support

12 Oct 22:39
Compare
Choose a tag to compare

Hell froze over...

Bugs be gone

17 Jul 11:01
Compare
Choose a tag to compare

Fixed a nasty bug that prevented future syncing when changing windows before the current sync had completed.

Single destination sync

16 Jul 17:47
Compare
Choose a tag to compare

Tired of syncing everything or just the current file? - Need something in between?

You can now press ⌘⇧11 and select a remote and a single destination and just sync that folder.

Why is this smart? - Create an extra destination that points to a subfolder(maybe your compiled SCSS files) inside another destination and set enabled to false (this will prevent it from being synced twice when pressing ⌘⇧12).

Now you just press ⌘⇧11, select the remote and destination and the folder is uploaded.

Console galore

14 Jul 10:56
Compare
Choose a tag to compare
  • Added support for configuring which ssh binary to use.
    Set 'ssh_binary' in the project configfile. (@aviddiviner)
  • Added console warnings when running with --dry-run
    E.g. "Remote directory missing" and "Not syncing because of dry run".
  • Improved console error message when ssh is unable to connect.
  • We will now show the console panel when encountering errors.
  • Removed support for terminal_notifier.
  • Updated README with new settings and feature list.

Fixed remote post command

16 Feb 19:27
Compare
Choose a tag to compare

A small typo prevented the remote post command from working.

Folder fixes

05 Feb 20:36
Compare
Choose a tag to compare
  • You can now repeat the base name in the folder path.
  • Non-existant container folders will now be created before sync. This applies to both the project folder and folders within the project folder.

Multiple disabled subfolder bugfix.

30 Jan 08:27
Compare
Choose a tag to compare

It is now possible to have multiple disabled remotes with subfolders.

Fixed Folder to Remote matching.

29 Jan 00:33
Compare
Choose a tag to compare

Subfolder support broke Folder to Remote matching when one was absolute and the other was relative.
Both are now supported.