Skip to content

Version 3.0.0 preview 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@takahashim takahashim released this 30 Jun 02:17
· 1544 commits to master since this release
abd40c0

New Features

  • .re files can be placed in subfolders by specifying a folder with contentdir parameter ([#920])
  • //graph supports PlantUML ([#1006])
  • add @<w> and @<wb> to expand the value corresponding to the specified key from CSV word file ([#1007], [#1010])
  • LATEXBuilder: raise error when *.re file in catalog.yml does not exist ([#957])
  • LATEXBuilder: add pxrubrica package to support 'ruby' ([#655])
  • LATEXBuilder: support multiple layout files for LaTeX style ([#812])
  • support inline @<balloon> as default settings ([#829])
  • LATEXBuilder: allow to use Unicode character without otf package if possible ([#1045])
  • override CONFIG_FILE in Rakefile with rake options ([#1059])

Breaking Changes

  • When the value of review_version is 3 or more, @<m> no longer add a space before and after formula ([#943])
  • the function of automatic detection of highlight target language by identifier in //list, //listnum is removed from HTMLBuilder ([#1016])
  • LATEXBuilder: restructured layout.tex.erb ([#950])
  • LATEXBuilder: add a new envirionment reviewlistblock in LaTeX ([#916])
  • LATEXBuilder: attach plistings package and suport it instead of jlisting for listings ([#635])
  • LATEXBuilder: remove underline in anchor for printing use ([#808])
  • LATEXBuilder: use more abstract name like \reviewbold instead of \textbf ([#792])
  • LATEXBuilder: cover and titlepage in config.yml is independently of each other ([#848])
  • review-preproc: remove deprecated option --final ([#993])
  • LATEXBuilder: captionblocks use new environments like reviewnote, not reviewminicolumn ([#1046])

Bug Fixes

  • Fix redundant log display with Ruby 2.3 or later ([#975])
  • for backward compatibility, revert usepackage parameter which was removed Version 2.5.0 ([#1001])
  • HTMLBuilder: hide latex log of @<m>{...} amd //texequation{...//} ([#1027])
  • LATEXBuilder: fix empty caption for listings ([#1040])
  • fix load path of MeCab ([#1063])

Enhancements

  • //graph now works on Windows ([#1008])
  • file extensions of image files and font files becomes case insensitive ([#1002])
  • review-pdfmaker: show executed command and its options ([#962],[#968])
  • PDFMaker: support *.psd files as images ([#879])
  • PDFMaker: texoptions in config.yml is "-interaction=nonstopmode -file-line-error" as default ([#1029])
  • hide (latex and other commands') log messages ([#1036])
  • MARKDOWNBuilder: support some commands ([#881])
  • image_finder.rb: support symlinked directory ([#743])
  • add files like catalog.yml as denendency relation ([#1060])

Docs

  • add description of external tools used in //graph ([#1008])
  • add description of @<w> and @<wb> ([#1007])
  • add description of dvipdfmx option for zlib compression level (-z 9) in config.yml ([#935])

Contributors