ChangeLog in review-1.1.0 vs ChangeLog in review-1.2.0
- old
+ new
@@ -1,4 +1,104 @@
+Wed Apr 2 22:34:56 2014 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * Release 1.2.0.
+
+Tue Mar 25 19:11:36 2014 Kenshi Muto <kmuto@debian.org>
+
+ * lib/review/book/index.rb, bin/review-compile:
+ improve the image file finder.
+ Now review-compile finds a image file from:
+ 1. <imgdir>/<builder>/<chapid>/<id>.<ext>
+ 2. <imgdir>/<builder>/<chapid>-<id>.<ext>
+ 3. <imgdir>/<builder>/<id>.<ext>
+ 4. <imgdir>/<chapid>/<id>.<ext>
+ 5. <imgdir>/<chapid>-<id>.<ext>
+ 6. <imgdir>/<id>.<ext>
+
+Sun Mar 23 23:54:27 2014 Kenshi Muto <kmuto@debian.org>
+
+ * doc/libepubmaker/config.yaml, lib/epubmaker/epubv2.rb,
+ lib/epubmaker/epubv3.rb, lib/epubmaker/poducer.rb,
+ test/test_epubmaker.rb: support both hierarchy toc and
+ flat toc.
+
+Sun Mar 23 18:05:53 2014 Kenshi Muto <kmuto@debian.org>
+
+ * doc/libepubmaker/config.yaml, lib/epubmaker/epubv2.rb,
+ lib/epubmaker/epubv3.rb, lib/epubmaker/poducer.rb,
+ lib/review/epubmaker.rb: use <bookname>-toc.<htmlext> for
+ ePUB2 as same as ePUB3. dropped tocfile parameter.
+ Closes: #237
+
+Tue Mar 18 18:37:12 2014 Kenshi Muto <kmuto@debian.org>
+
+ * doc/libepubmaker/config.yaml: add descriptions of some parameters.
+
+Tue Mar 18 17:57:23 2014 Kenshi Muto <kmuto@debian.org>
+
+ * epubmaker/content.rb, epubmaker/producer.rb, epubmaker.rb:
+ add embeded font support. By default, review-epubmaker-ng
+ takes fonts/*.{otf|ttf|woff} and images/*.{otf|ttf|woff}.
+ You can change this behaviour by modifying image_ext, font_ext,
+ fontdir, and imagedir in config.yaml.
+
+Thu Mar 13 11:34:15 2014 Kenshi Muto <kmuto@debian.org>
+
+ * lib/review/htmlutils.rb, lib/review/epubmaker.rb, test_htmlbuilder.rb: use pygments higlighting only if "pygments: true" is defined.
+
+Thu Mar 13 09:52:50 2014 Kenshi Muto <kmuto@debian.org>
+
+ * epubmaker/epubv3.rb: <nav> needs own epub namespace. <nav> should use <ol>, not <ul>.
+
+Thu Mar 13 00:36:58 2014 Kenshi Muto <kmuto@debian.org>
+
+ * lib/review/epubmaker.rb: remove unnecessary escape character for review-epubmaker-ng.
+
+Wed Mar 12 20:14:22 2014 Kenshi Muto <kmuto@debian.org>
+
+ * epubmaker/epubv2.rb, epubmaker/producer.rb, review/epubmaker.rb:
+ - use system() instead of exec() for review-epubmaker-ng.
+ - hand over stylesheet values to review-compile in review-epubmaker-ng.
+
+Wed Mar 12 20:03:12 2014 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * bin/review-pdfmaker: support LuaLaTeX.
+
+Sat Mar 8 23:16:52 2014 Kenshi Muto <kmuto@debian.org>
+
+ * 'ReVIEW' has been renamed to 'Re:VIEW'.
+
+Tue Oct 8 18:57:54 2013 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * lib/review/htmlbuilder.rb:
+ support epub:type="noteref" and epub:type="footnote" in EPUB3.
+
+Tue Oct 8 13:47:01 2013 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * bin/review-epubmaker: support MathML in EPUB3
+
+Mon Oct 7 22:37:38 2013 Kenshi Muto <kmuto@debian.org>
+
+ * lib/review/book/compilable.rb:
+ remove type and label from the extracted title.
+
+ * bin/review-epubmaker:
+ add prefix 'rv' to internal ID for each converted files.
+ Closes: #204
+
+ * lib/review/htmlbuilder.rb:
+ set 'noteref' style class for footnote referers.
+ Closes: #205
+
+Tue Sep 17 09:25:20 2013 Kenshi Muto <kmuto@debian.org>
+
+ * lib/review/builder.rb, lib/review/topbuilder.rb:
+ force all builders to load compiler.rb.
+
+Sun Sep 15 14:39:43 2013 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * bin/review-init: fix review-init; it's broken when installed as gem.
+
Thu Aug 29 21:33:19 2013 Masayoshi Takahashi <takahashimm@gmail.com>
* Version bump to 1.1.0.
Sat Jun 29 01:34:14 2013 Masayoshi Takahashi <takahashimm@gmail.com>