Skip to content

Commit e7c7431

Browse files
authored
Merge pull request #1866 from kmuto/bump-up-560
Bump up v5.6.0
2 parents bf2e51c + f7c9268 commit e7c7431

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

NEWS.ja.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Version 5.6.0
2+
## 新機能
3+
* IDGXMLBuilder: `//texequation``@<m>``imgmath` math_formatに対応しました ([#1829])
4+
* LATEXBuilder: `@<icon>`用のマクロとして`reviewicon`マクロを追加し、 `reviewincludegraphics`マクロの代わりに使うようにしました ([#1838])
5+
* ルビ文字列の前後のスペースを削除するようにしました ([#1839])
6+
7+
## 非互換の変更
8+
* LATEXBuilder: 囲み記事の見出しとして `■メモ` の代わりに `MEMO`, `NOTICE`, `CAUTION` 等を使うようにしました。以前の見出しを使う場合は`locale.yml`に記載してください ([#1856])
9+
10+
## その他
11+
* ドキュメント `format.md``format.ja.md` を更新しました ([#1860])
12+
13+
[#1829]: https://github.com/kmuto/review/pull/1829
14+
[#1838]: https://github.com/kmuto/review/pull/1838
15+
[#1839]: https://github.com/kmuto/review/pull/1839
16+
[#1856]: https://github.com/kmuto/review/pull/1856
17+
[#1860]: https://github.com/kmuto/review/pull/1860
18+
119
# Version 5.5.0
220
## 新機能
321
* 節や項を参照するインライン命令として、 `@<secref>` , `@<sec>` , `@<sectitle>` を追加しました。`@<secref>` は節や項の番号+タイトルを含むテキスト( `@<hd>` と同じ)、 `@<sec>` は節や項の番号のみ、`@<sectitle>` はタイトルのみに展開されます ([#1809])

NEWS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Version 5.6.0
2+
## New Features
3+
* IDGXMLBuilder: support `imgmath` math_format in `//texequation` and `@<m>` ([#1829])
4+
* LATEXBuilder: use `reviewicon` macro instead of `reviewincludegraphics` in `@<icon>` ([#1838])
5+
* trim spaces before/after characters in ruby text ([#1839])
6+
7+
## Breaking Changes
8+
* LATEXBuilder: use `MEMO`, `NOTICE`, `CAUTION` or other headers instead of `■メモ`. If you want to use older headers, add `■メモ` in `locale.yml`. ([#1856])
9+
10+
## Others
11+
* update documents `format.md` and `format.ja.md` ([#1860])
12+
13+
[#1829]: https://github.com/kmuto/review/pull/1829
14+
[#1838]: https://github.com/kmuto/review/pull/1838
15+
[#1839]: https://github.com/kmuto/review/pull/1839
16+
[#1856]: https://github.com/kmuto/review/pull/1856
17+
[#1860]: https://github.com/kmuto/review/pull/1860
18+
119
# Version 5.5.0
220
## New Features
321
* introduced `@<secref>`, `@<sec>`, and `@<sectitle>` as inline op to refer sections ([#1809])

lib/review/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ReVIEW
2-
VERSION = '5.5.0'.freeze
2+
VERSION = '5.6.0'.freeze
33
end

0 commit comments

Comments
 (0)