Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCie committed Mar 4, 2021
1 parent 7930030 commit b91babb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Modify the order of images
* More output formats (EPUB, CBZ, MOBI)
* Define a custom order for images
* Modify names of PDF files
* Standalone shell client
* Standalone GUI client

## [1.2.1] - 2021-03-04

### Fixed

* Fixed display of help messages
* Updated documentation

## [1.2.0] - 2021-03-02

### Added
Expand Down Expand Up @@ -52,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Core functionality: convert image folders into PDF files over CLI
* "Multiple" mode for converting batches of folders more easily

[Unreleased]: https://github.com/DomCie/DIRtoPDF/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/DomCie/DIRtoPDF/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/DomCie/DIRtoPDF/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/DomCie/DIRtoPDF/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/DomCie/DIRtoPDF/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/DomCie/DIRtoPDF/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion DIRtoPDF/CONFIGURATIONS.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MODULE_NAME = "DIRtoPDF"
VERSION = "1.2.0"
VERSION = "1.2.1"
AUTHOR = "DomCie"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="DIRtoPDF",
version="1.2.0",
version="1.2.1",
author="DomCie",
author_email="dev@domcie.net",
description="CLI tool to convert image folders to PDF files",
Expand Down

0 comments on commit b91babb

Please sign in to comment.