Skip to content

2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Mar 21:14
· 1 commit to refs/heads/main since this release

Changes in this version

🚨 Breaking changes

  • The folder configuration changes in favor of the bidirectional sync. Please adjust your config to the new structure. A short glimpse:
    folders:
      - local: /config
        remote: /home/user/config-target
        direction: push
      - local: /media/playlists
        remote: /home/user/cool-playlists
        options: '--archive --recursive --compress'
        direction: pull

✨ New features

⬆️ Dependency updates