Review v3.0.0.preview1 Release Notes

Release Date: 2018-06-30 // almost 6 years ago
  • ๐Ÿ†• 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])
    • 0๏ธโƒฃ 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