Skip to content

Commit

Permalink
Merge pull request #6 from walker84837/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
walker84837 authored Jul 14, 2024
2 parents d5f1e6b + c74acce commit d5dbe55
Show file tree
Hide file tree
Showing 9 changed files with 276 additions and 181 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ target/
# These are backup files generated by rustfmt
**/*.rs.bk

# The images generated by the program
# User-wide configs or output files
*.svg
*.png
*.toml

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Release files and checksums
*.exe
*.sha256
*.b2b
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,31 @@ project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [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] - 2024-05-18

### Added

In source code (src/main.rs):
- Implement logging with simple_logger
- Implement logging with `simple_logger`
- Introduce the Encryption enum for encryption types and fmt::Display
- Add logging initialization with simple_logger
- 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.
- Add new dependencies: log and `simple_logger`.

### Changed

Expand Down
Loading

0 comments on commit d5dbe55

Please sign in to comment.