Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump up 5.9.0 #1910

Merged
merged 3 commits into from
May 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading