2013-10-17 04:08:24 +00:00
|
|
|
Developing v0.11
|
2013-10-21 07:04:34 +00:00
|
|
|
|
2013-10-19 07:06:32 +00:00
|
|
|
* Compress JS with closure-compiler
|
2013-11-07 08:11:58 +00:00
|
|
|
* Compress CSS with YUI Compressor
|
|
|
|
* Remove jQuery
|
|
|
|
* Lots of JS code cleaning
|
|
|
|
* Enable global key handler by default
|
2013-10-17 04:08:24 +00:00
|
|
|
|
|
|
|
v0.10
|
|
|
|
2013.10.17
|
2013-09-16 02:20:30 +00:00
|
|
|
|
2013-10-17 04:00:33 +00:00
|
|
|
* Lots of code cleaning
|
2013-09-29 04:54:59 +00:00
|
|
|
* Logo as loading indicator
|
2013-09-28 03:35:54 +00:00
|
|
|
* Add a logo
|
2013-09-29 04:54:59 +00:00
|
|
|
* Remove several CSS prefixes
|
2013-09-18 12:30:52 +00:00
|
|
|
* Background image optimization
|
|
|
|
* Support output background image in JPEG (--bg-format jpg)
|
|
|
|
* [Experimental] Support output background image in SVG (--bg-format svg)
|
2013-09-20 13:19:46 +00:00
|
|
|
* [Experimental] Support Type 3 fonts
|
2013-09-18 12:30:52 +00:00
|
|
|
* New options
|
|
|
|
--bg-format
|
2013-10-17 08:12:41 +00:00
|
|
|
--font-format (same as --font-suffix, but without the leading dot)
|
2013-09-21 05:58:00 +00:00
|
|
|
--process-type3
|
2013-09-18 12:30:52 +00:00
|
|
|
* Deprecated options:
|
|
|
|
--font-suffix
|
|
|
|
|
2013-09-16 02:20:30 +00:00
|
|
|
v0.9
|
|
|
|
2013.09.16
|
2013-05-05 06:28:03 +00:00
|
|
|
|
2013-07-10 03:40:11 +00:00
|
|
|
* Lazy loading of pages
|
|
|
|
* Show font names in debug messages
|
2013-05-11 06:53:03 +00:00
|
|
|
* Licensed changed
|
|
|
|
- Additional terms for usage in online services
|
|
|
|
- Remove GPLv2
|
2013-07-10 03:40:11 +00:00
|
|
|
* Bug fixes:
|
|
|
|
- --optimize-text
|
|
|
|
- Always use Unicode encoding for fonts
|
|
|
|
- space width
|
|
|
|
- disable ligature in Firefox
|
2013-09-16 02:20:30 +00:00
|
|
|
- Uninitialized memory for encoding
|
2013-05-26 23:45:16 +00:00
|
|
|
* New options:
|
|
|
|
--embed
|
|
|
|
--embed-***
|
2013-07-10 03:40:11 +00:00
|
|
|
--override-fstype
|
2013-06-17 15:29:22 +00:00
|
|
|
* Deprecated/Removed options:
|
2013-05-26 23:45:16 +00:00
|
|
|
--single-html
|
2013-06-17 15:29:22 +00:00
|
|
|
--remove-unused-glyph
|
2013-05-11 06:53:03 +00:00
|
|
|
|
2013-05-05 06:28:03 +00:00
|
|
|
v0.8
|
|
|
|
2013.05.05
|
2013-03-01 06:05:52 +00:00
|
|
|
|
2013-04-05 14:24:24 +00:00
|
|
|
* HTML optimization
|
|
|
|
- reduce number of <span> elements
|
|
|
|
- merge lines with different y values
|
2013-09-21 11:13:01 +00:00
|
|
|
- merge lines with different (but proportional) transform matrices
|
2013-10-17 04:00:33 +00:00
|
|
|
* Custom format for page file name
|
2013-05-02 08:25:39 +00:00
|
|
|
* Workaround for NBSP
|
|
|
|
* A default HTML file which load the pages dynamically when split-pages is on
|
2013-05-05 06:28:03 +00:00
|
|
|
* Support simple clippings
|
|
|
|
* Bug fixed:
|
2013-09-21 11:13:01 +00:00
|
|
|
- missing glyphs in TTF fonts
|
2013-05-05 06:28:03 +00:00
|
|
|
- unexpected vertical shifts
|
|
|
|
- whitespace lost in IE
|
2013-05-02 09:26:48 +00:00
|
|
|
* New UI style
|
2013-05-02 08:25:39 +00:00
|
|
|
* New options:
|
|
|
|
--optimize-text : HTML optimization, see above
|
|
|
|
--fallback : the most accurate way, but costy (larger file sizes)
|
|
|
|
--printing : enable or disable CSS for printing
|
|
|
|
--page-file: specify page filenames when split-pages is on
|
2013-05-26 23:45:16 +00:00
|
|
|
* Deprecated options:
|
|
|
|
--embed-base-font
|
2013-05-02 08:25:39 +00:00
|
|
|
* New default values:
|
|
|
|
--embed-external-font 1
|
|
|
|
--space-as-offset 0
|
|
|
|
--remove-unused-glyph 0
|
2013-04-04 08:57:02 +00:00
|
|
|
|
2013-03-01 06:05:52 +00:00
|
|
|
v0.7
|
|
|
|
2013.03.01
|
2012-10-06 14:41:54 +00:00
|
|
|
|
2013-01-29 14:31:34 +00:00
|
|
|
* Process outline
|
|
|
|
* Fix build with poppler
|
2013-10-17 04:00:33 +00:00
|
|
|
* Many code cleaning jobs
|
2013-03-01 06:05:52 +00:00
|
|
|
* Experimental printing support
|
|
|
|
* Lots of code refinements
|
2013-01-29 14:31:34 +00:00
|
|
|
|
2013-01-26 06:23:28 +00:00
|
|
|
v0.6
|
|
|
|
2013.01.26
|
|
|
|
|
2013-10-17 04:00:33 +00:00
|
|
|
* new option --no-drm
|
|
|
|
* Travis CI integration
|
2013-01-25 08:40:56 +00:00
|
|
|
* Add a class for 'left'
|
|
|
|
* Fixed a bug of hashing/finding GfxRGB
|
2013-10-17 04:00:33 +00:00
|
|
|
* new option -v, --version
|
2013-01-19 09:47:14 +00:00
|
|
|
* Render Type 3 fonts as image
|
2012-12-11 12:17:36 +00:00
|
|
|
* New parameter: --use-cropbox
|
|
|
|
* Progress indicator
|
|
|
|
* Create a glyph for ' ' when missing
|
|
|
|
* Code refining
|
|
|
|
|
2012-10-06 14:41:54 +00:00
|
|
|
v0.5
|
|
|
|
2012.10.06
|
2012-09-26 08:02:39 +00:00
|
|
|
|
2012-10-06 13:14:22 +00:00
|
|
|
* New option: --remove-unused-glyph
|
2012-09-30 16:38:37 +00:00
|
|
|
* New options: --stretch-narrow-glyph, --squeeze-wide-glyph
|
2012-10-06 13:14:22 +00:00
|
|
|
* Fixed glyph width adjusting
|
|
|
|
* Fixed a memory issue
|
|
|
|
* Working on css-draw
|
2013-09-21 11:13:01 +00:00
|
|
|
* Working on integrating background-renderer, preparing for svg renderer in the future
|
2012-09-30 16:38:37 +00:00
|
|
|
|
2012-09-26 08:02:39 +00:00
|
|
|
v0.4
|
|
|
|
2012.09.26
|
2012-09-08 17:49:47 +00:00
|
|
|
|
2012-09-25 17:52:44 +00:00
|
|
|
* Precise link destination within the document
|
|
|
|
* Better appearance
|
2012-09-23 18:39:54 +00:00
|
|
|
* UI events/actions with Javascript
|
2012-09-23 16:35:02 +00:00
|
|
|
* external hint tool
|
2012-09-21 09:07:34 +00:00
|
|
|
* (should) do not freeze Firefox
|
2012-09-23 18:28:53 +00:00
|
|
|
* --auto-hint, good for Chrome
|
2012-09-21 09:05:01 +00:00
|
|
|
* many fixes for IE
|
2012-09-23 18:28:53 +00:00
|
|
|
* adjust widths of fonts according to PDF
|
2012-09-21 09:05:01 +00:00
|
|
|
|
2012-09-16 12:51:10 +00:00
|
|
|
v0.3
|
|
|
|
2012.09.16
|
|
|
|
|
|
|
|
* Links
|
2012-09-12 18:04:46 +00:00
|
|
|
* New options: --data-dir --split-pages
|
|
|
|
* Manifest for customized HTML generation
|
|
|
|
* Smooth scrolling
|
2012-09-11 07:02:11 +00:00
|
|
|
* Completely removed dependency of boost
|
2012-09-09 19:04:02 +00:00
|
|
|
* Removed dependency of boost::filesystem
|
2012-09-09 08:13:04 +00:00
|
|
|
* Relaxed dependency on c++11. Now can be built with GCC 4.4.6
|
2012-09-08 17:49:47 +00:00
|
|
|
* Removed dependency of boost::format and boost::algorithm
|
|
|
|
* New option --space-as-offset
|
|
|
|
* A font preprocessor, for solving encoding problems
|
|
|
|
* Better HTML optimization, states are reused
|
|
|
|
* HTML should work when Javascript is disabled
|
|
|
|
|
|
|
|
v0.2
|
|
|
|
2012.09.06
|
|
|
|
|
|
|
|
* Fontforge is now linked with, not called with scripts
|
|
|
|
* Better accuracy of rendering, with a new line model
|
|
|
|
* New option --decompose-ligature
|
|
|
|
|
|
|
|
v0.1
|
|
|
|
2012.08.28
|
|
|
|
|
|
|
|
* The first release
|