We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e5c56 commit 30801f0Copy full SHA for 30801f0
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, 0)
+ version = (1, 18, 1)
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.1] - 2025/12/26
4
+
5
+### Bug fixes
6
+- linux: don't use gui as parent for menu (raise a warning)
7
8
## [1.18.0] - 2025/12/19
9
10
### Changed
0 commit comments