Skip to content

Commit

Permalink
updates to prep for new bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Mar 8, 2019
1 parent 8c16dc3 commit e820188
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake_e

set( SIGIL_MAJOR_VERSION 0 )
set( SIGIL_MINOR_VERSION 9 )
set( SIGIL_REVISION_VERSION 12 )
set( SIGIL_REVISION_VERSION 13 )
set( SIGIL_FULL_VERSION ${SIGIL_MAJOR_VERSION}.${SIGIL_MINOR_VERSION}.${SIGIL_REVISION_VERSION} )

if( UNIX AND NOT APPLE )
Expand Down
6 changes: 3 additions & 3 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pre-0.9.13
Sigil-0.9.13
Bug Fixes
- Ensure all url attributes in shape-outside properties in CSS stylesheets get updated (commit de7b09f)
- Revert change of INI encoding to utf-8 as QSettings broken under utf-8 (commit 5484463)
- Ensure all url attributes in shape-outside properties in CSS stylesheets get updated (commit de7b09f)
- Workaround for lost cursor in qlineedit Qt bug (issue #398) (commit a8acab7)
- Workaround missing File New, Open, Quit menus in Mac menubar if windows closed (commit 660a8aa)
- Remove Icon from Tab for macOS only to workaround Qt bug (commit 5c91924)
- Plug memory leaks (commits: 85f78d7, cb9b833, 614d601, fbf9015, bf2f2f4, ebfb613, 4qa8f33)
- Plug some memory leaks (commits: 85f78d7, cb9b833, 614d601, fbf9015, bf2f2f4, ebfb613, 4qa8f33)

New Features
- Add filename to tab tooltip (commit 27f8db7)
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 @@
from unipath import pathof
import unicodedata

_launcher_version=20190218
_launcher_version=20190309

_PKG_VER = re.compile(r'''<\s*package[^>]*version\s*=\s*["']([^'"]*)['"][^>]*>''',re.IGNORECASE)

Expand Down

0 comments on commit e820188

Please sign in to comment.