Releases: walker84837/ciphercanvas
Releases · walker84837/ciphercanvas
0.2.1: 14th July 2024
[0.2.1] - 2024-07-14
Added
- Add logging throughout codebase for better visibility into process flow.
- Introduce new module imports
get_config
andimage_ops
.
Changed
- Update CLI command from
ciphercanvas
toccanvas
in README.md. - New QR code encryption types, including
None
(no password). - Update README to match PKGBUILD.
0.2.0: 18th May 2024
[0.2.0] - 2024-05-18
Added
In source code (src/main.rs):
- Implement logging with simple_logger
- Introduce the Encryption enum for encryption types and fmt::Display
- Add logging initialization with simple_logger
In Cargo.toml:
- Add license (GPL-3.0), categories, keywords, readme, and repo URL.
- Add new dependencies: log and simple_logger.
Changed
In source code (src/main.rs):
- Improve configuration parsing with context-specific error messages
- Modularize code by introducing helper functions
In Cargo.toml:
- Modify release profile to have smaller binary files.
- Rename the package to "ciphercanvas"
- Bump version to 0.2.0 from 0.1.1
0.1.0: 3rd March 2024
[0.1.0] - 2024-03-03
Added
- Add TOML configuration and document it.
Changed
- Change handling from StructOpt to Clap.
- Rename project from
wifi-qrcode-rs
tociphercanvas-rs
.
v0.0.2
[0.0.2] - 2023-10-15
Added
- Instead of using manual user input, the program will instead take them from command-line arguments, handled by StructOpt.
- Added project files:
- CHANGELOG.md
- CODE_OF_CONDUCT.md
Fixed
- Renamed LICENSE to LICENSE.md to reflect the right formatting.
Changed
- None.
Removed
- None.
v0.0.1
First release