Skip to content

Releases: walker84837/ciphercanvas

0.2.1: 14th July 2024

14 Jul 11:24
d5dbe55
Compare
Choose a tag to compare

[0.2.1] - 2024-07-14

Added

  • Add logging throughout codebase for better visibility into process flow.
  • Introduce new module imports get_config and image_ops.

Changed

  • Update CLI command from ciphercanvas to ccanvas in README.md.
  • New QR code encryption types, including None (no password).
  • Update README to match PKGBUILD.

0.2.0: 18th May 2024

18 May 13:46
d5f1e6b
Compare
Choose a tag to compare

[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

03 Mar 00:40
7a2ca87
Compare
Choose a tag to compare

[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 to ciphercanvas-rs.

v0.0.2

14 Oct 18:20
6fcb1cf
Compare
Choose a tag to compare

[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

31 Jul 16:52
Compare
Choose a tag to compare

First release