Releases: hymkor/xnhttpd
Releases · hymkor/xnhttpd
v0.8.0
- Change the stylesheet for markdown to https://github.com/sindresorhus/generate-github-markdown-css
- markdown 向けのスタイルシートを https://github.com/sindresorhus/generate-github-markdown-css のものへ変更
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.0
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 を用意
v0.3.0
- Use github-like stylesheet https://gist.github.com/andyferra/2554919
- Fix that url was not escaped and the Japanese filename could not be requested.
- GitHub風のスタイルシートを使用するようにした ( https://gist.github.com/andyferra/2554919 のものを改造 )
- URLのエスケープがされてなくて、日本語ファイル名がリクエストできない問題を修正