Review v3.2.0 Release Notes

Release Date: 2019-06-29 // almost 5 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • PDFMaker: changed to use the abstract name \reviewincludegraphics instead of \includegraphics for image placements (such as //image) (#1318)

    ๐Ÿ› Bug Fixes

    • reference to IDs of non-existent chapter now return standard key error (instead of internal error) (#1284)
    • ๐Ÿ›  fixed the value in the error message of review-compile (#1286)
    • ๐Ÿ“‡ PDFMaker: fixed the metadata of PDF page number was wrong when using review-jsbook with serial_pagination = true (#1288)
    • ๐Ÿ›  fixed a bug when using @<hd> to refer to headings with notoc, nodisp, or nonum (#1294)
    • ๐Ÿ›  PDFMaker: fixed an error in review-jlreq when using jlreq.cls version 0401 (#1298)
    • ๐Ÿ— EPUBMaker: fixed a error of building EPUB2 (#1301)
    • ๐Ÿ EPUBMaker: added a workaround for a temporary folder deletion failure on Windows (#1011)
    • ๐Ÿ‘ PDFMaker: support @<bou> (#1220)
    • ๐Ÿ‘ PDFMaker: support old jlreq.cls (#1317)

    โœจ Enhancements

    • โž• added test when CHAPS: is empty (#1275)
    • PDFMaker: for safety, inline typeface commands such as \reviewtt are defined with RobustCommand (#1280)
    • EPUBMaker: added --debug option to execute in debug mode (#1281)
    • review-epub2html: added --inline-footnote option to represent footnotes as inline (#1283)
    • ๐Ÿ“‡ EPUBMaker: added metadata of the cover image on EPUB3 for iBooks (#1293)
    • PDFMaker: suppressed the unexptected page break after the caption of code list or equation in review-jsbook and review-jlreq (#1299)
    • reformatted the codes using rubocop 0.67.2 (#1297)
    • โž• added a test of building EPUB (#1300)
    • โšก๏ธ updated Ruby versions of test target to 2.4.6, 2.5.5, and 2.6.3 (#1303)
    • ๐Ÿ‘Œ improved the code of YAMLLoader (#1304)
    • raise an error when invalid level is used in bullet (#1313)
    • extracted ReVIEW::Location class (#1308)
    • avoid multi-lined English words being combined without a space in bullets and bibliographic list (only in PDFMaker, at this time) (#1312)
    • raise an error when table is empty (#1325)
    • โž• add some tests (#1327, #1328)
    • ๐Ÿ‘ MARKDOWNBilder: support //listnum (#1336)

    ๐Ÿ“„ Docs

    • ๐Ÿ›  fixed the description about header levels (#1309)

    Others

    • โœ‚ removed ReVIEW::Preprocessor::Strip due to it is no longer used (#1305)

    Contributors