Skip to content

Commit

Permalink
0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
coolwanglu committed Jul 22, 2015
1 parent d134e83 commit a296d3b
Show file tree
Hide file tree
Showing 2 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 @@ -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
Expand Down
9 changes: 8 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a296d3b

Please sign in to comment.