All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.2 - 2024-11-05
- (deps) bump clap from 4.5.19 to 4.5.20
- (deps) bump image from 0.25.2 to 0.25.4
- (deps) bump regex from 1.11.0 to 1.11.1
- (deps) bump thiserror from 1.0.64 to 1.0.66
0.2.1 - 2024-10-02
- (deps) bump the crate-deps group with 4 updates
0.2.0 - 2024-09-06
- [breaking] complete rewrite of the project, including improved error handling, better CLI, and more frame configuration options
- Full test coverage
0.1.7 - 2024-08-19
- change to monthly, grouped dependabot updates
- Simplify deny.toml and update allowed licenses
- (deps) bump csscolorparser from 0.6.2 to 0.7.0
- (deps) bump clap from 4.5.8 to 4.5.16
- (deps) bump EmbarkStudios/cargo-deny-action from 1 to 2
- (deps) bump image from 0.25.1 to 0.25.2
0.1.6 - 2024-07-01
- (deps) bump clap from 4.5.4 to 4.5.8
0.1.5 - 2024-04-29
- skip alpha processing on JPEG outputs
0.1.4 - 2024-04-14
- downgrade
image
due to upline change tozune-jpeg
0.1.3 - 2024-04-08
- (deps) bump clap from 4.5.1 to 4.5.4
- (deps) bump image from 0.24.9 to 0.25.1
- (deps) bump rayon from 1.8.1 to 1.10.0
0.1.2 - 2024-02-27
- (deps) bump image from 0.24.8 to 0.24.9
- (deps) bump clap from 4.4.18 to 4.5.1
0.1.1 - 2024-01-25
- dependabot.yml syntax
- (deps) bump rayon from 1.8.0 to 1.8.1
- (deps) bump clap from 4.4.12 to 4.4.18
- (deps) bump image from 0.24.7 to 0.24.8
- add roadmap section to README.md; mention future --watch option
0.1.0 - 2024-01-16
- reexport
image
andcsscolorparser::Color
- Add support for border color in add_border function
- Rename project to "oliframe" and update references
- Add crossterm dependency and implement overwrite validation
- save images after border is applied
- Add support for accepting multiple file formats
- Add clap dependency and parser module
- split workflow into 2 jobs; add cargo deny
- (deps) remove indicatif & atty from dependencies
- setup github actions & dependabot
- documentation cleanup
- enhanced documentation
- significant rework of project structure and organization
- add sample files for testing
- update .gitignore to include sample photos
- update readme
- Initial commit