diff --git a/CMakeLists.txt b/CMakeLists.txt index a031783..3fdabb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ option(ENABLE_SVG "Enable SVG support, for generating SVG background images and include_directories(${CMAKE_SOURCE_DIR}/src) -set(PDF2HTMLEX_VERSION "0.14.5") +set(PDF2HTMLEX_VERSION "0.14.6") set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION}) add_custom_target(dist COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD diff --git a/ChangeLog b/ChangeLog index 1bc2ec8..6f885c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -Developing +v0.14.6 +2015.07.22 + +* Fixed Windows build +* Fixed crash when flattening non-CID fonts +* Handle OpenType subtype for FontFile3 +* New option for the JS viewer: `view_history_handler` + v0.13.6 2015.04.29