mirror of
https://github.com/hyugogirubato/cbz.git
synced 2026-09-26 13:31:00 +00:00
Release v3.3.1
This commit is contained in:
@@ -4,6 +4,24 @@ 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).
|
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.3.1] - 2024-07-15
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added `from_pdf` method to convert `.pdf` files to `.cbz`.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Set a default standard size.
|
||||||
|
- Changed a keyboard shortcut that prevented copying information.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed the icon display for Linux in the player.
|
||||||
|
- Fixed the taskbar icon for Windows in the player.
|
||||||
|
- Fixed the player margins.
|
||||||
|
- Automatically detect the player size based on the smallest image.
|
||||||
|
|
||||||
## [3.3.0] - 2024-07-14
|
## [3.3.0] - 2024-07-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -82,6 +100,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
- Initial release.
|
- Initial release.
|
||||||
|
|
||||||
|
[3.3.1]: https://github.com/hyugogirubato/cbz/releases/tag/v3.3.1
|
||||||
[3.3.0]: https://github.com/hyugogirubato/cbz/releases/tag/v3.3.0
|
[3.3.0]: https://github.com/hyugogirubato/cbz/releases/tag/v3.3.0
|
||||||
[3.2.0]: https://github.com/hyugogirubato/cbz/releases/tag/v3.2.0
|
[3.2.0]: https://github.com/hyugogirubato/cbz/releases/tag/v3.2.0
|
||||||
[3.1.2]: https://github.com/hyugogirubato/cbz/releases/tag/v3.1.2
|
[3.1.2]: https://github.com/hyugogirubato/cbz/releases/tag/v3.1.2
|
||||||
|
|||||||
+2
-2
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "cbz"
|
name = "cbz"
|
||||||
version = "3.3.0"
|
version = "3.3.1"
|
||||||
description = "CBZ simplifies creating, managing, and viewing comic book files in CBZ format, offering seamless packaging, metadata handling, and built-in viewing capabilities"
|
description = "CBZ simplifies creating, managing, and viewing comic book files in CBZ format, offering seamless packaging, metadata handling, and built-in viewing capabilities"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]
|
authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]
|
||||||
@@ -34,7 +34,7 @@ python = "^3.8"
|
|||||||
xmltodict = "^0.13.0"
|
xmltodict = "^0.13.0"
|
||||||
langcodes = "^3.4.0"
|
langcodes = "^3.4.0"
|
||||||
Pillow = "^10.4.0"
|
Pillow = "^10.4.0"
|
||||||
PyMuPDF = "^1.24.7"
|
PyMuPDF = "^1.24.7"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
cbzplayer = "cbz.__main__:main"
|
cbzplayer = "cbz.__main__:main"
|
||||||
|
|||||||
Reference in New Issue
Block a user