Skip to content

Commit

Permalink
Merge pull request #1900 from kmuto/news580
Browse files Browse the repository at this point in the history
[WIP] NEWS 5.8.0
  • Loading branch information
takahashim authored Jun 28, 2023
2 parents d734468 + 231e18e commit 3fd8b84
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
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.8.0
## 新機能
* `//graph` 命令でMermaid記法によるグラフ記述ができるようになりました。外部ツールの用意や設定については`doc/format.ja.md`を参照してください ([#1885])

## バグ修正
* EPUBMaker: 自動生成される部の内容に`<title>`が入らないのを修正しました ([#1898])

## 機能強化
* PDFMaker: `@<href>`命令で長いURLを記述したときに、ページをはみ出さずに折り返すようにしました ([#1890])

## コントリビューターのみなさん
* [@munepi](https://github.com/munepi)

[#1885]: https://github.com/kmuto/review/pull/1885
[#1890]: https://github.com/kmuto/review/issues/1890
[#1898]: https://github.com/kmuto/review/pull/1898

# Version 5.7.0
## バグ修正
* Windows において、`review-init -w` の実行時にバインドアドレスを省略したときにエラーが発生するのを修正しました ([#1824])
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.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])

## Bug Fixes
* EPUBMaker: fix `<title>` not being included in the auto-generated part content ([#1898])

## Enhancements
* PDFMaker: fix to wrap long URLs with `@<href>` operator ([#1890])

## Contributors
* [@munepi](https://github.com/munepi)

[#1885]: https://github.com/kmuto/review/pull/1885
[#1890]: https://github.com/kmuto/review/issues/1890
[#1898]: https://github.com/kmuto/review/pull/1898

# Version 5.7.0
## Bug Fixes
* Fixed error when omitting a bind address of `review-init -w` on Windows ([#1824])
Expand Down

0 comments on commit 3fd8b84

Please sign in to comment.