Skip to content

Commit

Permalink
update version and change log in prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed May 27, 2021
1 parent 6e023d0 commit 1eedee8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set( CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib )
set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib )

set( PAGEEDIT_MAJOR_VERSION 1 )
set( PAGEEDIT_MINOR_VERSION 5 )
set( PAGEEDIT_MINOR_VERSION 6 )
set( PAGEEDIT_REVISION_VERSION 0 )
set( PAGEEDIT_FULL_VERSION ${PAGEEDIT_MAJOR_VERSION}.${PAGEEDIT_MINOR_VERSION}.${PAGEEDIT_REVISION_VERSION} )

Expand Down
10 changes: 10 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Change Log
==========
PageEdit-1.6.0
New Features
- add ability to allow a spine position paramter to be passed along with opf path
to match changes in Sigiul-1.6.0

Bug Fixes
- bring SelectCharacter to be in sync with its Sigil counterpart
- remove tab and disable InsertFile if no Media is present
- fix typo in Greak letter nu (Thank you Doitsu!)

PageEdit-1.5.0
New Features
- Add ability to print (with Preview) to PDF any file being viewed
Expand Down

0 comments on commit 1eedee8

Please sign in to comment.