diff --git a/crates/stitchy-core/CHANGELOG.md b/crates/stitchy-core/CHANGELOG.md index d244d4b..c5b7964 100644 --- a/crates/stitchy-core/CHANGELOG.md +++ b/crates/stitchy-core/CHANGELOG.md @@ -9,8 +9,8 @@ ### Unreleased -- Fixed imprecise image positioning when downscaling to fit dimension limits, which sometimes caused black lines to - appear through the output image +- Fixed black lines sometimes appearing in the image due to imprecise downscaling +- Fixed stitch sometimes failing due to incorrect output bounds after imprecise downscaling ### 0.1.1 (February 16, 2024) diff --git a/crates/stitchy/CHANGELOG.md b/crates/stitchy/CHANGELOG.md index 66bf970..1146e58 100644 --- a/crates/stitchy/CHANGELOG.md +++ b/crates/stitchy/CHANGELOG.md @@ -1,7 +1,8 @@ ### Unreleased -- Specify input directory with `--input-dir` (defaults to current working directory) +- Specify input directory (`--input-dir` or `-i`) or output directory (`--output-dir` or `-o`); both + default to current working directory ### 0.1.6 (February 16, 2024)