Skip to content

Commit

Permalink
Merge pull request #1910 from kmuto/bump-up-590
Browse files Browse the repository at this point in the history
Bump up 5.9.0
  • Loading branch information
takahashim committed May 4, 2024
2 parents 3bdba10 + 7ce5949 commit a5acefa
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
17 changes: 17 additions & 0 deletions NEWS.ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Version 5.9.0
## バグ修正
* LATEXBuilder: `@<code>`, `@<tt>`, `@<tti>`, `@<ttb>`での空白幅が適切になるよう修正しました。また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])
Expand Down
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Version 5.9.0
## Bug Fixes
* LATEXBuilder: fix the spacing for `@<code>`, `@<tt>`, `@<tti>`, `@<ttb>` 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]).

## 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])
Expand Down
2 changes: 1 addition & 1 deletion lib/review/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ReVIEW
VERSION = '5.8.0'.freeze
VERSION = '5.9.0'.freeze
end

0 comments on commit a5acefa

Please sign in to comment.