Releases: zauberzeug/livesync
Releases · zauberzeug/livesync
0.3.4
New features and enhancements
- Add new argument to not watch the copied folders (#28 by @codingpaula)
- Add py.typed to indicate this is a typed library (#27 by @codingpaula)
0.3.3
Bugfixes
- Fix LiveSync not ignoring directories (#22, #25 by @SeaTechRC, @falkoschindler)
- Fix .git folder error if LiveSync is used in a non-git directory (#24 by @rodja)
0.3.2
0.3.1
New features and enhancements
- Remove the support for VSCode workspace files and introduces a better Python API instead (#17 by @falkoschindler)
- Allow converting symlinks on source to regular files on target (#16 by @rodja)
- Not creating subfolder when source is single dir (#15 by @rodja)
Bugfixes
- List Index out of range if .livesync_mutex is empty (#18 by @NiklasNeugebauer)
0.3.0
New features and enhancements
- Make ignores (aka. excludes) more predictable and more easily configurable (#9, #14 by @falkoschindler)
- Allow parsing of code-workspaces which have comments (#13 by @rodja and @falkoschindler)
- Make "source" a required positional argument (directory or workspace) (#10, #12 by @falkoschindler)
0.2.2
New features
- Introduce
--target-port
argument for specifying the SSH port (#7 by @falkoschindler, @denniswittich) - Introduce
--target-root
argument for specifying the root folder on the target machine (#8 by @denniswittich)