From 806aae56b971c624b77df7ac6c4678f8f332d3f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 24 May 2024 19:29:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20Changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c2d55..040924a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,13 @@ - Added build information and an issue tracker link to the footer. - Refactored the source tree in preparation for test coverage and CI/CD setup. +- Added a test suite and set up a CI/CD pipeline with GitHub Actions. ### 🐛 Bug fixes - Fixed card extraction for "separate file (all pages)" mode. It was only extracting the first card of each page instead of going through all of them. +- Fixed card extraction for "duplex (bottom edge)" mode. It was extracting from the wrong location. +- Fixed a race condition causing pages to be duplicated in the grid visualization. ## 2024-05-22