Skip to content

Commit

Permalink
Updated CHANGELOGs with latest unreleased work
Browse files Browse the repository at this point in the history
  • Loading branch information
grimace87 committed Mar 4, 2024
1 parent 540700b commit 0310f05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/stitchy-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
3 changes: 2 additions & 1 deletion crates/stitchy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 0310f05

Please sign in to comment.