diff --git a/CMakeLists.txt b/CMakeLists.txt index 95ce973546..1653199372 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake_e set( SIGIL_MAJOR_VERSION 2 ) set( SIGIL_MINOR_VERSION 2 ) -set( SIGIL_REVISION_VERSION 0 ) +set( SIGIL_REVISION_VERSION 1 ) set( SIGIL_FULL_VERSION ${SIGIL_MAJOR_VERSION}.${SIGIL_MINOR_VERSION}.${SIGIL_REVISION_VERSION} ) if( UNIX AND NOT APPLE ) diff --git a/ChangeLog.txt b/ChangeLog.txt index 63b4c65f97..1b2527b926 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,13 @@ -Pre-2.2.0 +Sigil-2.2.1 + Bug Fixes + - fix bug introduced by using ClickFocus policy on QToolButtons with menus instead of NoFocus + - update base.ts for late Preferences tranaslation change missed in the last release + - update Translations from Transifex + - fix incorrect std button icon under Fusion for Sigil Preferences Open Preference Folder + - set default button in the fix doctype/headers dialog on epub load to Yes to match earlier behaviour + + +Sigil-2.2.0 New Features - add support for Windows live switching from dark to light and light to dark modes - add support for Linux kde and gtk3 live switching from dark to light and light to dark modes diff --git a/src/Resource_Files/plugin_launchers/python/wrapper.py b/src/Resource_Files/plugin_launchers/python/wrapper.py index 63d2721b66..4e68a2c601 100644 --- a/src/Resource_Files/plugin_launchers/python/wrapper.py +++ b/src/Resource_Files/plugin_launchers/python/wrapper.py @@ -35,7 +35,7 @@ import unicodedata -_launcher_version = 20240522 +_launcher_version = 20240619 _RS = chr(30) # record separator _US = chr(31) # unit separator