Skip to content

Commit

Permalink
updates for fast follow-on bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Sep 3, 2024
1 parent d5869cf commit dada310
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake_e

set( SIGIL_MAJOR_VERSION 2 )
set( SIGIL_MINOR_VERSION 3 )
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
7 changes: 7 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Sigil-2.3.1
Bug Fixes
- fix to prevent double epub load warnings
- fix to prevent load warnings without details from causing a crash
- fix to prevent rename templates from using characters forbidden in file names and paths


Sigil-2.3.0
New Features
- removed support for building Sigil with Qt5 as our code had become a rats nest of qt version ifdefs
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 = 20240707
_launcher_version = 20240803

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

0 comments on commit dada310

Please sign in to comment.