From 48c5d15404fecae8dbbc57ecde8c9cd0e13ef76c Mon Sep 17 00:00:00 2001 From: takahashim Date: Sat, 4 May 2024 20:27:00 +0900 Subject: [PATCH 1/3] update NEWS --- NEWS.ja.md | 17 +++++++++++++++++ NEWS.md | 19 +++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/NEWS.ja.md b/NEWS.ja.md index 0982de2f7..055f84cc6 100644 --- a/NEWS.ja.md +++ b/NEWS.ja.md @@ -1,3 +1,20 @@ +# Version 5.9.0 +## バグ修正 +* LATEXBuilder: `@`, `@`, `@`, `@`での空白幅が適切になるよう修正しました。またPDF栞の扱いを改善しました([#1906],[#1907])。 + +## 機能強化 +* `review-jlreq.cls`のUsers Guideで用紙サイズの指定にJIS B列とISO B列を区別するようにしました([#1904]) +* `config.yml.sample`での誤記を修正しました([#1909]) + +## コントリビューターのみなさん +* [@munepi](https://github.com/munepi) +* [@koshikawa](https://github.com/koshikawa) + +[#1904]: https://github.com/kmuto/review/pull/1904 +[#1906]: https://github.com/kmuto/review/issues/1906 +[#1907]: https://github.com/kmuto/review/pull/1907 +[#1909]: https://github.com/kmuto/review/pull/1909 + # Version 5.8.0 ## 新機能 * `//graph` 命令でMermaid記法によるグラフ記述ができるようになりました。外部ツールの用意や設定については`doc/format.ja.md`を参照してください ([#1885]) diff --git a/NEWS.md b/NEWS.md index 9bfc663fd..3f36ab569 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,22 @@ +# Version 5.9.0 +## Bug Fixes +* LATEXBuilder: fix the spacing for `@`, `@`, `@`, `@` to be more appropriate. Also improved handling of PDF bookmarks ([#1906], [#1907]). + +## Enhancements +* differentiated between JIS B and ISO B paper sizes in `review-jlreq.cls` Users Guide ([#1904]). +* fix typos in `config.yml.sample` ([#1909]). + +* PDFMaker: fix to wrap long URLs with `@` operator ([#1890]) + +## Contributors +* [@munepi](https://github.com/munepi) +* [@koshikawa](https://github.com/koshikawa) + +[#1904]: https://github.com/kmuto/review/pull/1904 +[#1906]: https://github.com/kmuto/review/issues/1906 +[#1907]: https://github.com/kmuto/review/pull/1907 +[#1909]: https://github.com/kmuto/review/pull/1909 + # Version 5.8.0 ## New Features * The `//graph` operator allows graphical description in Mermaid notation. See `doc/format.md` for details on prepairing and setting up external tools ([#1885]) From 087e129482e15be969d8a8458485a99e3d01729c Mon Sep 17 00:00:00 2001 From: takahashim Date: Sat, 4 May 2024 20:27:59 +0900 Subject: [PATCH 2/3] update version 5.9.0 --- lib/review/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/review/version.rb b/lib/review/version.rb index c2fd0fff9..7e7bc47fd 100644 --- a/lib/review/version.rb +++ b/lib/review/version.rb @@ -1,3 +1,3 @@ module ReVIEW - VERSION = '5.8.0'.freeze + VERSION = '5.9.0'.freeze end From 7ce5949337685b42b64da9b058310a683dd090f9 Mon Sep 17 00:00:00 2001 From: takahashim Date: Sat, 4 May 2024 20:41:25 +0900 Subject: [PATCH 3/3] remove wrong item in NEWS --- NEWS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 3f36ab569..0ef4792bb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,8 +6,6 @@ * differentiated between JIS B and ISO B paper sizes in `review-jlreq.cls` Users Guide ([#1904]). * fix typos in `config.yml.sample` ([#1909]). -* PDFMaker: fix to wrap long URLs with `@` operator ([#1890]) - ## Contributors * [@munepi](https://github.com/munepi) * [@koshikawa](https://github.com/koshikawa)