Skip to content

Commit f35fa87

Browse files
committed
version 1.18.2
1 parent 49234d1 commit f35fa87

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, 1)
30+
version = (1, 18, 2)
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.2] - 2026/01/31
4+
5+
### Changed
6+
- various improvement and Calibre 9 support
7+
38
## [1.18.1] - 2025/12/26
49

510
### Bug fixes

0 commit comments

Comments
 (0)