We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49234d1 commit f35fa87Copy full SHA for f35fa87
2 files changed
__init__.py
@@ -27,7 +27,7 @@ class ActionCommentsCleaner(InterfaceActionBase):
27
description = _('Remove the scraps CSS in HTML comments')
28
supported_platforms = ['windows', 'osx', 'linux']
29
author = 'un_pogaz'
30
- version = (1, 18, 1)
+ version = (1, 18, 2)
31
minimum_calibre_version = (5, 0, 0)
32
33
# This field defines the GUI plugin class that contains all the code
changelog.md
@@ -1,5 +1,10 @@
1
# Changelog - Comments Cleaner
2
3
+## [1.18.2] - 2026/01/31
4
+
5
+### Changed
6
+- various improvement and Calibre 9 support
7
8
## [1.18.1] - 2025/12/26
9
10
### Bug fixes
0 commit comments