Skip to content

Commit

Permalink
version 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
un-pogaz committed Sep 14, 2024
1 parent bb757f1 commit 3547bea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ActionCommentsCleaner(InterfaceActionBase):
description = _('Remove the scraps CSS in HTML comments')
supported_platforms = ['windows', 'osx', 'linux']
author = 'un_pogaz'
version = (1, 14, 0)
version = (1, 15, 0)
minimum_calibre_version = (5, 0, 0)

#: This field defines the GUI plugin class that contains all the code
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog - Comments Cleaner

## [1.15.0] - 2024/09/14

### Changed
- Optimisation parsing

## [1.14.0] - 2024/08/05

### Added
Expand Down
2 changes: 1 addition & 1 deletion common_utils
Submodule common_utils updated 1 files
+2 −2 columns.py

0 comments on commit 3547bea

Please sign in to comment.