diff --git a/CHANGELOG.md b/CHANGELOG.md index ca452fd..f9e90e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,10 +31,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Fixed the taskbar icon for Windows in the player. - Fixed the player margins. - Automatically detect the player size based on the smallest image. +- Fix XML parsing for CBZ with one page. ### New Contributors - [flolep2607](https://github.com/flolep2607) +- [gokender](https://github.com/gokender) ## [3.3.0] - 2024-07-14 diff --git a/README.md b/README.md index 08c475e..111ec14 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,8 @@ comic_from_cbz = ComicInfo.from_cbz('/path/to/your_comic.cbz') domenicoblanco RivMt flolep2607 +gokender + ## Licensing