v0.4.0
- Add json-setting "markdown" > "hardwrap" to replace newline of the markdown source to <BR />.
- Update go version to 1.19 for CVE-2022-29804
(See also: https://twitter.com/mattn_jp/status/1557173238106443777) - Create a Makefile instead of the batchfile (make.cmd) to build.
- JSON の設定にソースの改行を <BR /> に置換する、"markdown" > "hardwrap" を追加する
- CVE-2022-29804 対応のため、Go のバージョンを 1.19 へ更新
( https://twitter.com/mattn_jp/status/1557173238106443777 も参照のこと) - ビルド用バッチファイル (make.cmd) の代わりに Makefile を用意