Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Feb 21, 2021
1 parent f6a28ad commit a782e64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* review-vol: 不正な見出しがあったときに妥当なエラーメッセージを出力するようにしました ([#1604])
* PDFMaker: `after_makeindex` フックを LaTeX コンパイル後ではなく `mendex` 実行後に実行するように修正しました ([#1605])
* PDFMaker: `//image` のキャプションが空だったときに内部エラーではなく図番号が出力されるように修正しました ([#1666])
* review-vol, review-index が不正なファイルを受け取ったときのエラー処理を修正しました ([#1671])

## 機能強化
* tty-loger gem パッケージがインストールされている場合、Re:VIEW の各 Maker コマンドの進行状態をアイコンおよびカラーで示すようにしました ([#1660])
Expand Down Expand Up @@ -47,6 +48,7 @@
* WebTocPrinter: テストのエラーを修正しました ([#1606])
* テストのターゲットを指定しやすいようにしました ([#1594])

[#1671]: https://github.com/kmuto/review/issues/1671
[#1666]: https://github.com/kmuto/review/issues/1666
[#1664]: https://github.com/kmuto/review/pull/1664
[#1663]: https://github.com/kmuto/review/pull/1663
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* review-vol: valid error messages will be displayed when invalid headings are found ([#1604])
* PDFMaker: `after_makeindex` hook to be executed after `mendex` execution, not after LaTeX compilation ([#1605])
* PDFMaker: if the caption of `//image` is empty, the figure number will be printed instead of an internal error ([#1666])
* fixed review-vol and review-index errors when a file is invalid ([#1671])

## Enhancements
* Maker commands now display with nice colors and icons for their progress status when tty-logger gem is installed ([#1660])
Expand Down Expand Up @@ -47,6 +48,7 @@
* WebTocPrinter: fixed an error of test ([#1606])
* improved to make it easier to specify the target of the test ([#1594])

[#1671]: https://github.com/kmuto/review/issues/1671
[#1666]: https://github.com/kmuto/review/issues/1666
[#1664]: https://github.com/kmuto/review/pull/1664
[#1663]: https://github.com/kmuto/review/pull/1663
Expand Down

0 comments on commit a782e64

Please sign in to comment.