Skip to content

Commit

Permalink
Quality Check - epub inside epub feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwidude68 committed Aug 7, 2023
1 parent 12a0167 commit 76f216c
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 324 deletions.
4 changes: 4 additions & 0 deletions quality_check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Quality Check Change Log

## [1.13.6] - 2023-08-06
### Added
- New Check ePub inside ePub feature (@un-pogaz)

## [1.13.5] - 2023-08-06
### Added
- Latvian translation (ciepina)
Expand Down
2 changes: 1 addition & 1 deletion quality_check/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ActionQualityCheck(InterfaceActionBase):
description = 'Query your library for poor quality covers or invalid metadata'
supported_platforms = ['windows', 'osx', 'linux']
author = 'Grant Drake with updates by others'
version = (1, 13, 5)
version = (1, 13, 6)
minimum_calibre_version = (3, 41, 0)

#: This field defines the GUI plugin class that contains all the code
Expand Down
Loading

0 comments on commit 76f216c

Please sign in to comment.