Skip to content

Commit

Permalink
update common
Browse files Browse the repository at this point in the history
  • Loading branch information
un-pogaz committed Jan 27, 2024
1 parent c0d9391 commit 2b1d9f0
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 ActionMassSearchReplace(InterfaceActionBase):
description = _('Easily apply a list of multiple saved Find and Replace operations to your books metadata')
supported_platforms = ['windows', 'osx', 'linux']
author = 'un_pogaz'
version = (1, 8, 0)
version = (1, 8, 1)
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 - Mass Search/Replace

## [1.8.1] - 2024/01/27

### Bug fixes
- Fix wrong text display when customizing keyboard shortcut

## [1.8.0] - 2023/11/17

### Changed
Expand Down
2 changes: 1 addition & 1 deletion common_utils

0 comments on commit 2b1d9f0

Please sign in to comment.