Skip to content

Releases: BumblebeeMan/vrfy

[0.4.0]

05 Apr 16:28
bdedcb9
Compare
Choose a tag to compare
[0.4.0] Pre-release
Pre-release

[0.4.0]

Added

  • Added command line help menu "vrfy -h".

Changed

  • Code refactor: Separate CLI and core functionality, introduce data type for result post-processing, and code simplification.
  • Moved cli from vrfy into own class.
  • Cli option: vrfy /path/of/master /path/of/backup no longer supported.
  • Renamed "clone" to "backup" for improved clarity.
  • Changed direction verification option -c to -b.
  • [+] and [-] cli indicators are now based on status of backup directory

Fixed

  • Fixed bug where directories may be dropped in directory verification.

[0.3.1]

07 Jan 20:34
Compare
Choose a tag to compare
[0.3.1] Pre-release
Pre-release

Added

  • n/a

Changed

  • n/a

Fixed

  • Fix crash when option -v is used on directory without checksum file.

[0.3.0]

07 Jan 19:55
Compare
Choose a tag to compare
[0.3.0] Pre-release
Pre-release

Added

  • OS independence: Removed linux specific file operation.
  • Added option -p to print checksums during verification.
  • Added option -cs to verify single file (-f) against (a) checksum string, (b) checksum within sums.csv, or (c) checksum within *.sha256sum-file.

Changed

  • Changed output messages.
  • Improved comments.

Fixed

  • Bugfixes / improved stability.

0.2.2 - Christmas release

24 Dec 09:44
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fixed bug that causes vrfy to crash, when more files are included in directory than in sums.csv

0.2.1

17 Dec 09:39
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Vrfy 0.2.1

  • fixed packaging

Build artifacts: https://pypi.org/project/vrfy/#files

0.2.0

17 Dec 09:10
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Vrfy 0.2.0:

  • added option to verify single files
  • added option to display checksum for single files
  • added option to display vrfy version
  • bug fixes
  • better error handling

0.1.0

06 Dec 14:47
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Release of vrfy 0.1.0!