The format is based on Keep a Changelog but in org-mode format, and this project adheres to Semantic Versioning v2.0.0 though it’s a binary application not a library with a contract.
- Running
qrxfil
no longer shows hardcoded0.1.0
, uses crate version instead.
Fixup: v0.3.0 had Cargo.lock
mismatch with Cargo.toml
Text-based QR codes for CLI usage, explict MSRV
qrxfil exfil
now supports--txt
for UTF8 textfile encoding #29- New PDF-generating test checking created PDF has > 1 page
- MSRV bump in CI to
1.42.0
(from1.40.0
) for new PDF test
Important features like PDF and CSV
qrxfil pdfprint
command to split file into PDF pages for paper backups #11qrxfil restore
now supports--csv
for semicolon-delimited exports from BinaryEye #22- Refactored encoding to use iterators for generation of chunks #21
Initial release with just the critical features