Skip to content

Commit 30801f0

Browse files
committed
version 1.18.1
1 parent d3e5c56 commit 30801f0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ActionCommentsCleaner(InterfaceActionBase):
2727
description = _('Remove the scraps CSS in HTML comments')
2828
supported_platforms = ['windows', 'osx', 'linux']
2929
author = 'un_pogaz'
30-
version = (1, 18, 0)
30+
version = (1, 18, 1)
3131
minimum_calibre_version = (5, 0, 0)
3232

3333
# This field defines the GUI plugin class that contains all the code

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog - Comments Cleaner
22

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+
38
## [1.18.0] - 2025/12/19
49

510
### Changed

0 commit comments

Comments
 (0)