Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

v0.2.0 - ➰ Looping and filtering

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 04:49

Added

  • Short-hand flags for existing sources and destinations
  • -i/--interval flag to activate long-running mode which runs the sync
    every time the duration specified by -i has elapsed. The value is
    interpreted as per systemd.time and is interpreted as seconds if no units
    are provided.
  • Ability to filter indexers to sync by name
  • Configurable log levels. Defaults to level 'info' in release builds and
    'debug' in debug builds.
  • Pre-built binaries for Linux using musl
  • Pre-built binaries for other semi-common architectures
  • Docker build

Changed

  • Improved log output from commandwith adjustable log levels (controllable with
    RUST_LOG for now).

Known Issues

  • Code quality is poor. This first release should be considered a proof-of-concept.