Releases: hymkor/xnhttpd
Releases · hymkor/xnhttpd
v0.10.1
Changes in v0.10.1 (English)
- Fix the issue where non-alphanumeric single-byte characters in headings were included in IDs, making them incompatible with GitHub.
- Fix the issue where, when a heading contained no characters usable for an ID, the placeholder
xheadingwas used instead ofheading.
Changes in v0.10.1 (Japanese)
- 見出し文字のうち、英数字ではないシングルバイト文字が ID に入っていて、GitHub 非互換になっていた問題を修正
- 見出しに ID として使える文字が一文字もない時、
headingではなく、調査用に仮に設定していたxheadingが ID として使われていた問題を修正
v0.10.0
v0.9.0
Changes in v0.9.0 (English)
- Added the
-octetoption to specify file extensions that should be served with the MIME typeapplication/octet-stream. - Set the window title to the last component of the current directory path, if possible.
- Enclosed the path part of the requested URL in double quotes in the log output.
- Made file extension matching in request paths case-insensitive.
- Added experimental support for the
PATH_INFOenvironment variable in CGI requests. - Fixed: Avoided duplicate
WriteHeadercalls in the HTTP handler, which previously caused runtime warnings and broken connections when markdown rendering failed. - Show detailed error message in response only for localhost requests
Changes in v0.9.0 (Japanese)
- MIME型を
application/octet-streamとすべき拡張子を指定するオプション-octetを追加 - 可能であれば、カレントディレクトリの最後の部分をウインドウタイトルにセットするようにした
- ログ出力中のリクエストされた URL を二重引用符で囲むようにした
- 拡張子の照合は英大文字・小文字を区別しないようにした
- CGIリクエストで環境変数
PATH_INFOの実験的なサポートを追加 - markdown パーサーが何らかのエラーを返した時にヘッダが二重に更新されてエラーになる不具合を修正
- localhost からのリクエストの時、レスポンス中でエラーメッセージを詳細に表示するようにした
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 のものへ変更