Skip to content

Commit

Permalink
📝 Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Jun 7, 2024
1 parent 0f9ecf4 commit 6eef4b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2024-06-07

### ✨ Improvements

- Added an option to add an inner and outer border to the card fronts and backs generated into the PDF. This allows to add additional bleed and margin to the cards, which can be helpful for cutting them out. Additionally, a radius can be added to the card images as well, which helps in removing crop marks included in the source file. Implements #15.
- Added an option to set a target size for the cards in the PDF. This will scale the extracted cards to the target size, auto centering as necessary. It's possible to decide whether to scale the cards to fit or fill the target size, or to just stretch the cards to the target size. A number of common target sizes has been included as selectable presets: Poker, Bridge, Mini, Tarot and Mint. Implements #12.

### 🐛 Bug fixes

- Fixed some logic errors in corner cases of the PDF generation.

## 2024-05-26

### ✨ Improvements
Expand Down

0 comments on commit 6eef4b4

Please sign in to comment.