Review v4.2.0 Release Notes

Release Date: 2020-07-23 // almost 4 years ago
  • ๐Ÿ†• New Features

    • introduce caption_position parameter to specify a caption position of image, table, list, and equation. caption_position has child parameters image, table, list, and equation and the value is top or bottom (#1320)

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿšš review-vol is rewritten. Improved processing of parts and inline instructions in headings. Changed display format. When a part is specified, the volume of the part file itself is returned instead of the volume of the part. The -P and --directory options have been removed (#1485)
    • review-index is rewritten. Most option names have been changed. The number of lines and characters are now displayed only when -d option is specified. review-index uses PLAINTEXTBuilder to return accurate line and character counts. -y option is provided to specify a target chapter (#1485)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“œ remove duplicated @non_parsed_commands declaration (#1499)
    • ๐Ÿ›  mathematical images not being created in WebMaker and TextMaker has been fixed (#1501)

    โœจ Enhancements

    • ๐Ÿ‘Œ improve a performance of building math figures on imgmath (#1488)
    • 0๏ธโƒฃ for those times when you want to hand over non-default YAML parameters to PDFMaker, you can write your own layouts/config-local.tex.erb file (#1505)

    Others

    • ๐Ÿ’Ž GitHub Actions: use ruby/setup-ruby instead of eregon/use-ruby-action (#1490)
    • โœ… skip artifacts in the sample folder during testing (#1504)