-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
29 lines (19 loc) · 983 Bytes
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
CHANGELOG (ByteWeiser)
Version 1.1.0 (2024-11-18)
+ Added a method to generate SHA-256 file hashes (to verify that the
input and output files are both identical).
+ Added an optional command-line argument to disable the file hash
verification.
+ Added new versions of the Clap and PaVal core modules (replaced the
existing ones).
* Revised the code in general (various changes, mostly negligible).
* Revised the output messages in general.
Version 1.0.1 (2017-11-06)
+ Added an optional command-line argument to disable the progress
percentage information.
+ Added the missing usage information for the '--version' command-line
argument.
* Revised the method to calculate the progress percentage inside the
main core module.
Version 1.0.0 (2017-08-07)
* First official release of this major version.