From 8af1c47e1547f93324751fb82c20c37307ecc9ea Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Wed, 9 Jul 2025 23:42:10 +0200 Subject: [PATCH] release v3.4.0 --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e1f0d..0488cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.4.0] - 2025-07-09 + +### Added + +- Support for PDF files. +- Support for CBR (Comic Book RAR) files. + +### Changed + +- Replaced `PyMuPDF` with `pypdf` for PDF handling. +- Updated third-party license documentation for bundled libraries. + +### New Contributors + +- [tssujt](https://github.com/tssujt) + ## [3.3.7] - 2025-01-04 ### Fixed @@ -177,6 +193,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Initial release. +[3.4.0]: https://github.com/hyugogirubato/cbz/releases/tag/v3.4.0 [3.3.7]: https://github.com/hyugogirubato/cbz/releases/tag/v3.3.7 [3.3.6]: https://github.com/hyugogirubato/cbz/releases/tag/v3.3.6 [3.3.5]: https://github.com/hyugogirubato/cbz/releases/tag/v3.3.5 diff --git a/pyproject.toml b/pyproject.toml index 1c3f9da..27023b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cbz" -version = "3.3.7" -description = "CBZ simplifies creating, managing, and viewing comic book files in CBZ, CBR, and PDF formats, offering seamless packaging, metadata handling for CBZ/CBR files, and built-in viewing capabilities" +version = "3.4.0" +description = "CBZ simplifies creating, managing, and viewing comic book files in CBZ, CBR, and PDF formats, offering seamless packaging, metadata handling and built-in viewing capabilities." license = "MIT" authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"] readme = "README.md" @@ -23,7 +23,7 @@ classifiers = [ include = [ { path = "CHANGELOG.md", format = "sdist" }, { path = "README.md", format = "sdist" }, - { path = "LICENSE", format = "sdist" }, + { path = "LICENSE", format = "sdist" } ] [tool.poetry.urls]