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.3.9 - 2026-03-04
- (deps) bump strum from 0.27.2 to 0.28.0
- (deps) bump strum_macros from 0.27.2 to 0.28.0
- (deps) bump tempfile from 3.24.0 to 3.26.0
- (deps) bump the patch level of clap, env_logger, and regex
0.3.8 - 2026-02-02
- (deps) bump tempfile from 3.23.0 to 3.24.0
- (deps) bump patch level of clap, csscolorparser, log and thiserror
0.3.7 - 2025-12-02
- (deps) bump csscolorparser from 0.7.2 to 0.8.1
- (deps) bump regex from 1.11.3 to 1.12.2
- (deps) bump patch level of clap and image
0.3.6 - 2025-10-06
- adjusted test image hashes due to
imageencoding changes
- (deps) bump tempfile from 3.21.0 to 3.23.0
- (deps) bump the patch level of clap, image, log, regex and thiserror
0.3.5 - 2025-09-07
- (deps) bump rayon from 1.10.0 to 1.11.0
- (deps) bump tempfile from 3.20.0 to 3.21.0
- (deps) bump the patch level of clap, regex and thiserror
0.3.4 - 2025-08-04
- (deps) bump the patch level of clap, csscolorparser, strum and strum-macros
- inline variables in
format!calls
0.3.3 - 2025-06-02
- (docs) fix display of CI status badge in readme
- (deps) bump the patch level of clap and csscolorparser
- (deps) bump tempfile from 3.19.1 to 3.20.0
0.3.2 - 2025-05-05
- (deps) bump clap from 4.5.35 to 4.5.37
0.3.1 - 2025-04-02
- (deps) bump patch level of clap, env_logger, image, log, and tempfile
- (deps) remove
rav1efrom downline dependencies
0.3.0 - 2025-03-04
- edition 2024 format fixes
- [breaking] bump Rust edition to 2024, MSRV to 1.85.0
- (deps) bump strum from 0.26.3 to 0.27.1
- (deps) bump strum_macros from 0.26.4 to 0.27.1
- (deps) bump to latest patch level of clap, log, tempfile and thiserror
0.2.5 - 2025-02-02
- (deps) bump clap from 4.5.23 to 4.5.27
- (deps) bump log from 0.4.22 to 0.4.25
- (deps) bump thiserror from 2.0.9 to 2.0.11
- (deps) bump tempfile from 3.14.0 to 3.16.0
0.2.4 - 2025-01-03
- (deps) bump clap from 4.5.21 to 4.5.23
- (deps) bump env_logger from 0.11.5 to 0.11.6
- (deps) bump thiserror from 2.0.3 to 2.0.9
- (deps) bump xxhash-rust from 0.8.12 to 0.8.15
0.2.3 - 2024-12-02
- (deps) bump clap from 4.5.20 to 4.5.21
- (deps) bump image from 0.25.4 to 0.25.5
- (deps) bump thiserror from 1.0.66 to 2.0.3
- (deps) bump tempfile from 3.13.0 to 3.14.0
- adjust
deny.tomlfor updated licenses & version dups
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
imagedue 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
imageandcsscolorparser::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