From 2b1d9f05b361fd201cea0d272b8d0937a97faf29 Mon Sep 17 00:00:00 2001 From: un-pogaz <46523284+un-pogaz@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:17:00 +0100 Subject: [PATCH] update common --- __init__.py | 2 +- changelog.md | 5 +++++ common_utils | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index fb759df..cec610b 100644 --- a/__init__.py +++ b/__init__.py @@ -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 diff --git a/changelog.md b/changelog.md index 03c5b67..5d1d829 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/common_utils b/common_utils index 0366cad..68ef931 160000 --- a/common_utils +++ b/common_utils @@ -1 +1 @@ -Subproject commit 0366caded96ff467303541f6bcb6b022bd246bfc +Subproject commit 68ef9314311811396a79fc9616dc2b774b71777c