Skip to content

Commit

Permalink
Merge pull request #1880 from kmuto/news570
Browse files Browse the repository at this point in the history
NEWS 5.7.0
  • Loading branch information
takahashim authored Feb 25, 2023
2 parents 1f3a312 + 07f0588 commit 16b70a3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
22 changes: 22 additions & 0 deletions NEWS.ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Version 5.7.0
## バグ修正
* Windows において、`review-init -w` の実行時にバインドアドレスを省略したときにエラーが発生するのを修正しました ([#1824])
* PDFMaker: `//blankline` でページをまたいだときに、ページの先頭に空行が入るのを抑制しました ([#1872])
* EPUBMaker: MathJax で数式を表現する際に、`<`, `>`, `&` を変換し、HTML のエラーが出ないようにしました ([#1876], [#1877])

## 非互換の変更
* 動作検証済みバージョンを Ruby 2.7 以降としました ([#1871])
* EPUMaker: EPUB の検証ルールに従い、EPUB の目次に表紙へのリンクを含めました ([#1874])

## その他
* Ruby 3.2 を動作検証テスト対象に含めました ([#1871])
* RuboCop 1.45.1 の指摘を反映しました ([#1878])

[#1824]: https://github.com/kmuto/review/issues/1824
[#1871]: https://github.com/kmuto/review/pull/1871
[#1872]: https://github.com/kmuto/review/issues/1872
[#1874]: https://github.com/kmuto/review/issues/1874
[#1876]: https://github.com/kmuto/review/pull/1876
[#1877]: https://github.com/kmuto/review/pull/1877
[#1878]: https://github.com/kmuto/review/pull/1878

# Version 5.6.0
## 新機能
* IDGXMLBuilder: `//texequation``@<m>``imgmath` math_formatに対応しました ([#1829])
Expand Down
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Version 5.7.0
## Bug Fixes
* Fixed error when omitting a bind address of `review-init -w` on Windows ([#1824])
* EPUBMaker: escape `<`, `>`, and `&` when converting to MathJax to avoid HTML errors ([#1876], [#1877])

## Breaking Changes
* Ruby 2.6 or earlier was excluded from the operation verification ([#1871])
* EPUMaker: included a link to the cover in the table of contents according to EPUB validation rules ([#1874])

## Others
* Ruby 3.2 is now included in the testing target ([#1871])
* refactor code with RuboCop 1.45.1 ([#1878])

[#1824]: https://github.com/kmuto/review/issues/1824
[#1871]: https://github.com/kmuto/review/pull/1871
[#1872]: https://github.com/kmuto/review/issues/1872
[#1874]: https://github.com/kmuto/review/issues/1874
[#1876]: https://github.com/kmuto/review/pull/1876
[#1877]: https://github.com/kmuto/review/pull/1877
[#1878]: https://github.com/kmuto/review/pull/1878

# Version 5.6.0
## New Features
* IDGXMLBuilder: support `imgmath` math_format in `//texequation` and `@<m>` ([#1829])
Expand Down

0 comments on commit 16b70a3

Please sign in to comment.