Releases: davidolrik/sublime-rsync-ssh
Configurable rsync command
You can now configure the path to rsync
Respect the config
Settings in .ssh/config
should always tage precedence.
Windows support
Hell froze over...
Bugs be gone
Fixed a nasty bug that prevented future syncing when changing windows before the current sync had completed.
Single destination sync
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
- 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
A small typo prevented the remote post command from working.
Folder fixes
- 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.
It is now possible to have multiple disabled remotes with subfolders.
Fixed Folder to Remote matching.
Subfolder support broke Folder to Remote matching when one was absolute and the other was relative.
Both are now supported.