ChangeLog in review-1.2.0 vs ChangeLog in review-1.3.0
- old
+ new
@@ -1,4 +1,106 @@
+Sun Jun 29 10:40:02 2014 Kenshi Muto <kmuto@debian.org>
+
+ * Now review-epubmaker-ng becomes review-epubmaker.
+ Previous review-epubmaker is renamed to review-epubmaker-legacy.
+ We believe new review-epubmaker has a compatibility with
+ previous version, but please inform us if you meet a different
+ behavior. See doc/libepubmaker/config.yml for details of
+ configurations.
+
+Fri Jun 27 22:49:17 2014 Kenshi Muto <kmuto@debian.org>
+
+ * lib/epubmaker/epubv2.rb: insert dummy <span> element with
+ double-width space in tree toc when <li> element has only
+ child <ol> element. Closes #285.
+
+Tue Jun 17 10:36:31 2014 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * lib/review/book/base.rb:
+ remove (rarely used) features.
+ * ignore ./config.rb file
+ * ignore ./lib/review/* files
+ * ignore ./*/*.re and ./*/*/*.re files
+
+Wed Jun 11 20:15:00 2014 KADO Masanori <kdmsnr@gmail.com>
+
+ * lib/review/book/base.rb (ReVIEW::Book::Base#config):
+ Rename method and instance variable from param to config.
+
+Sun Jun 8 22:55:39 2014 Kenshi Muto <kmuto@debian.org>
+
+ * lib/review/htmlbuilder.rb, lib/review/htmlutils.rb,
+ test/test_htmlbuilder.rb, test/test_htmlutils.rb:
+ normalize html ID. ID must be /\A[a-z][0-9a-z_.-]*/
+ with case insensitive.
+
+Sun Jun 8 22:04:29 2014 Kenshi Muto <kmuto@debian.org>
+
+ * bin/review-epubmaker, bin/review-pdfmaker,
+ lib/review/epubmaker.rb, lib/review/makerhelper.rb:
+ review-*maker calls review-compile of exactly same
+ directory. Closes #228, #288.
+
+Sat Jun 7 00:37:17 2014 Kenshi Muto <kmuto@debian.org>
+
+ * lib/review/htmlbuilder.rb:
+ use the value of htmlext variable for html file
+ extension, instead of static ".html".
+
+Sat Jun 7 00:06:37 2014 Kenshi Muto <kmuto@debian.org>
+
+ * lib/epubmaker/content.rb, lib/epubmaker/epubv3.rb,
+ lib/review/epubmaker.rb:
+ add properties='svg' attribute to OPF item of HTML
+ which links SVG file (to satisfy EPUB3 spec.)
+
+Wed Jun 4 12:05:36 2014 Kenshi Muto <kmuto@debian.org>
+
+ * add safe mode.
+ This feature checks a numeric value of REVIEW_SAFE_MODE
+ environment variable.
+ bit1(+1) : blocks any hooks of epubmaker.
+ bit2(+2) : blocks review-ext.rb.
+ bit3(+4) : blocks user's custom html layouts.
+
+Mon Jun 2 14:23:28 2014 Kenshi Muto <kmuto@debian.org>
+
+ * doc/libepubmaker/config.yml, lib/epubmaker/producer.rb,
+ lib/review/epubmaker.rb: implement strict image finder mode
+ for review-epubmaker-ng.
+ review-epubmaker-ng picks up the images which are used in each
+ HTMLs and CSSs by declareing 'verify_target_images: true' in yml.
+
+Thu May 28 00:51:08 2014 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * lib/review/book/image_finder.rb:
+ add new class ReVIEW::Book::ImageFinder extracted from ReVIEW::Book::Index
+
+ Index#find_pathes moves to ImageFinder#find_path, and select only one (first) path
+ because rest pathes is not used.
+ ImageFinder is an independent class, so you can get image pathes without ImageIndex.
+
+
+Sat Apr 12 16:31:11 2014 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * lib/review/book/index.rb: allow same @<icon>s in one document (remove warning)
+
+Thu Apr 3 19:03:03 2014 Kenshi Muto <kmuto@debian.org>
+
+ * change all .yaml to .yml. (#244)
+ locale.yaml is still supported for backward compatibility.
+ (but locale.yml is preferred.)
+
+Thu Apr 3 18:41:42 2014 Kenshi Muto <kmuto@debian.org>
+
+ * lib/review/latexbuilder.rb: escape idx string.
+
+Thu Apr 3 09:53:26 2014 Kenshi Muto <kmuto@debian.org>
+
+ * lib/epubmaker: add zip_addpath parameter to include
+ extra pathes in ePUB file.
+ * Rename sample YAML file's extension from .yaml to .yml.
+
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>