ChangeLog in review-1.4.0 vs ChangeLog in review-1.5.0
- old
+ new
@@ -1,4 +1,91 @@
+Sat Feb 28 19:51:29 2015 KADO Masanori <kdmsnr@gmail.com>
+
+ * Release 1.5.0.
+
+Sun Feb 1 20:17:22 2015 Kenshi Muto <kmuto@debian.org>
+
+ * bin/review-epubmaker:
+ Introduce structured YAML tree.
+
+ Some epubmaker-specific configurations are moved under "epubmaker:".
+ You can still keep to use parameters for compatibility,
+ but you'll get a 'deprecated' warning message.
+
+ epubmaker:
+ ncxindent: ...
+ flattoc: ...
+ flattocindent: ...
+ hook_beforeprocess: ...
+ hook_afterfrontmatter: ...
+ hook_afterbody: ...
+ hook_afterbackmatter: ...
+ hook_aftercopyimage] ...
+ hook_prepack] ...
+ rename_for_legacy: ...
+ zip_stage1: ...
+ zip_stage2: ...
+ zip_addpath: ...
+ verify_target_images: ...
+ force_include_images: ...
+ cover_linear: ...
+
+ * bin/review-pdfmaker:
+ Introduce structured YAML tree and new hooks.
+
+ pdfmaker:
+ hook_beforetexcompile: ... (before LaTeX compiling)
+ hook_aftertexcompile: ... (after all of LaTeX compiling)
+ hook_afterdvipdf: ... (after dvipdfm conversion)
+
+ These hooks get two arguments. $1 is temporary build directory.
+ $2 is the base directory (where you executed review-pdfmaker).
+
+Mon Jan 26 20:29:30 2015 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * lib/review/i18n.rb:
+ To initialize after loading config.yml, modifiy API I18n.setup
+ and remove I18n.i18n.
+
+Tue Jan 13 19:26:04 2015 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * lib/review/pdfmaker.rb:
+ review-pdfmaker removes a PDF file if already exists
+
+ As a PDF file can be re-generated from source files, review-pdfmaker
+ remove the file when the file exists rather than exiting with error.
+ review-epubmaker do the same way.
+
+Tue Dec 9 15:25:38 2014 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * lib/review/configure.rb:
+ update default value of "toc" as nil.
+ If you need TOC page in body, you should add "toc: true" in config.yml (EPUB2/3, LaTeX).
+
+Tue Dec 9 10:27:21 2014 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * bin/review-vol:
+ add --yaml option to specify config.yml
+ add a parameter `page_metric` in config.yml
+
+Sun Dec 7 16:57:01 2014 Masayoshi Takahashi <takahashimm@gmail.com>
+
+ * lib/review/book/chapter.rb, test/test_book_chapter.rb:
+ remove Chapter.intern_pathes.
+ To get chapters, use Book::Base.load and Book::Base#chapter.
+
+Mon Nov 17 09:28:21 2014 Kenshi Muto <kmuto@debian.org>
+
+ * lib/review/book/chapter.rb, lib/review/book/index.rb:
+ fix @<hd> to show appendix correctly with respecting
+ appendix_format yaml parameter.
+
+Wed Nov 5 19:11:02 2014 Kenshi Muto <kmuto@debian.org>
+
+ * lib/review/idgxmlbuilder.rb, test/test_idgxmlbuilder.rb:
+ stop providing a index from @<ttb>.
+ That behavior just makes a confuse.
+
Wed Oct 29 18:54:28 2014 KADO Masanori <kdmsnr@gmail.com>
* Release 1.4.0.
Thu Sep 18 13:48:24 2014 KADO Masanori <kdmsnr@gmail.com>