mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
update changelog, prepare for new release
This commit is contained in:
parent
ffa7ead922
commit
75709ac6c3
11
ChangeLog
11
ChangeLog
@ -1,13 +1,20 @@
|
|||||||
Developing v0.12
|
v0.12
|
||||||
|
2014.07.24
|
||||||
|
|
||||||
|
* Recognize and hide covered text
|
||||||
|
* Proof mode that allows easy comparison of HTML and PDF
|
||||||
* Do not support Fontforge < 2.0.0 any more
|
* Do not support Fontforge < 2.0.0 any more
|
||||||
|
* Output is now XHTML
|
||||||
* New options
|
* New options
|
||||||
--process-annotation
|
--process-annotation
|
||||||
|
--correct-text-visibility
|
||||||
|
--proof
|
||||||
|
* Removed options
|
||||||
|
--css-draw
|
||||||
|
|
||||||
v0.11
|
v0.11
|
||||||
2014.01.19
|
2014.01.19
|
||||||
|
|
||||||
|
|
||||||
* Compress JS with closure-compiler
|
* Compress JS with closure-compiler
|
||||||
* Compress CSS with YUI Compressor
|
* Compress CSS with YUI Compressor
|
||||||
* jQuery removed
|
* jQuery removed
|
||||||
|
@ -211,8 +211,6 @@ void parse_options (int argc, char **argv)
|
|||||||
.add("version,v", "print copyright and version info", &show_version_and_exit)
|
.add("version,v", "print copyright and version info", &show_version_and_exit)
|
||||||
.add("help,h", "print usage information", &show_usage_and_exit)
|
.add("help,h", "print usage information", &show_usage_and_exit)
|
||||||
|
|
||||||
// deprecated
|
|
||||||
|
|
||||||
.add("", ¶m.input_filename, "", "")
|
.add("", ¶m.input_filename, "", "")
|
||||||
.add("", ¶m.output_filename, "", "")
|
.add("", ¶m.output_filename, "", "")
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user