Skip to content

Commit a296d3b

Browse files
committed
0.14.6
1 parent d134e83 commit a296d3b

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ option(ENABLE_SVG "Enable SVG support, for generating SVG background images and
99

1010
include_directories(${CMAKE_SOURCE_DIR}/src)
1111

12-
set(PDF2HTMLEX_VERSION "0.14.5")
12+
set(PDF2HTMLEX_VERSION "0.14.6")
1313
set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION})
1414
add_custom_target(dist
1515
COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD

ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
Developing
1+
v0.14.6
2+
2015.07.22
3+
4+
* Fixed Windows build
5+
* Fixed crash when flattening non-CID fonts
6+
* Handle OpenType subtype for FontFile3
7+
* New option for the JS viewer: `view_history_handler`
8+
29

310
v0.13.6
411
2015.04.29

0 commit comments

Comments
 (0)