Skip to content

Releases: kazuph/github-pera1-workers

Release v1.3.0

Choose a tag to compare

@kazuph kazuph released this 05 Apr 10:02

✨ Enhancements

  • Improved URL parsing to automatically detect branch, directory, and file paths from GitHub URLs (including /tree/../.. and /blob/../.. formats).
  • Added a custom SVG favicon (public/favicon.svg) for better browser tab identification.
  • Configured wrangler.toml to serve static assets from the public directory.

📚 Documentation

  • Updated README.md to reflect the latest features and usage instructions.

v1.2.0

Choose a tag to compare

@kazuph kazuph released this 04 Mar 13:44

30KB以上のファイルを切り捨て表示する機能を追加。ファイルツリーでは「xxx.xx KB→30KB truncated」と表示し、ファイル内容は30KBで切り捨て後に「This file is too large, truncated at 30KB. There is xx.xxKB remaining.」というメッセージを追加。全体サイズ表示を「Total: xxx.xx KB→yyy.yy KB」の形式に変更。

v1.1.0

Choose a tag to compare

@kazuph kazuph released this 03 Mar 14:19

新機能

  • mode=tree のときにREADMEファイルの内容も含めるようになりました
  • file パラメータを追加して、単一ファイルの内容を返却する機能を実装しました