Skip to content

Releases: LennyPhoenix/mirrorman

Database Refactor

07 Nov 20:14
6b22e17
Compare
Choose a tag to compare

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

08 Sep 10:21
0793adb
Compare
Choose a tag to compare

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

31 May 15:21
b2ac5d3
Compare
Choose a tag to compare

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

23 Apr 20:22
9705069
Compare
Choose a tag to compare

Now flush progress bar after each entry.

Full Changelog: v0.2.5...v0.2.6

Progress Bar

18 Apr 13:32
bab4d41
Compare
Choose a tag to compare

New progress bar during database sync.

Full Changelog: v0.2.4...v0.2.5

Better Logging and Error Propagation

15 Apr 13:41
b1fc83b
Compare
Choose a tag to compare

Now using pretty_env_logger and anyhow under the hood.

Included example filter now silences ffmpeg output.