Skip to content

Commit

Permalink
update in prep for follow-on 2.2.1 Sigil release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Jun 19, 2024
1 parent 3c09346 commit ad81ddc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
11 changes: 10 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Resource_Files/plugin_launchers/python/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

import unicodedata

_launcher_version = 20240522
_launcher_version = 20240619

_RS = chr(30) # record separator
_US = chr(31) # unit separator
Expand Down

0 comments on commit ad81ddc

Please sign in to comment.