Releases: LennyPhoenix/mirrorman
Database Refactor
Database files can now be renamed, and mirrorman sync
will now walk the current directory for databases in subfolders.
You can still specify specific databases to sync.
Full Changelog: v0.3.1...v0.4.0
Better UX
The example filter is now built in with the example-filter
command, and commands have better help messages now.
Full Changelog: v0.3.0...v0.3.1
Clear Destination
When running a filter, mirrorman
now makes sure that the destination path is clear.
This should make writing filters easier, you no longer need to overwrite the destination path.
Full Changelog: v0.2.6...v0.3.0
Flush Progress Bar
Now flush progress bar after each entry.
Full Changelog: v0.2.5...v0.2.6
Progress Bar
New progress bar during database sync.
Full Changelog: v0.2.4...v0.2.5
Better Logging and Error Propagation
Now using pretty_env_logger
and anyhow
under the hood.
Included example filter now silences ffmpeg
output.