Skip to content

v1.3.4

Choose a tag to compare

@u-ichi u-ichi released this 15 Jun 02:30
· 13 commits to main since this release

What's Changed

✨ New Features

  • Add public preview & download functionality (5719870)
  • Auto-create GitHub Release on minor/major version bump (3a5e232)

💄 UI Improvements

  • Add OGP meta tags, eyebrow links, remove data attributes, fix scroll offset for public HTML (1651254)
  • Review UI: fix CSS autonum, expand body width, persist focus mode (94fc995)

🐛 Bug Fixes

  • Preview server: improve startup reliability with ready signal pipe (a679d65)
  • Preview server: require --owner-pid to prevent orphan processes (d4174ad)
  • Comment UI: fix scroll/scrollIntoView bugs, add autonum chapter numbers (523ee76)
  • Preview: use no-store to prevent stale cache on reload (b7ed599)
  • Fix table horizontal scroll issue (34a90af)

🔥 Removals

  • Preview server: remove unused pick_free_port / current_agent_pid / _wait_until_preview_ready (cea53f1)

📝 Documentation

  • README: rewrite overview to emphasize the review-and-improve workflow (d2fb3e5)

🔧 Maintenance

  • Remove .agents/rules/project-management.md from git tracking (e3f4a47)

変更内容(日本語)

✨ 新機能

  • 公開プレビュー・ダウンロード機能を追加 (5719870)
  • minor/major バージョン bump 時に GitHub Release を自動作成 (3a5e232)

💄 UI 改善

  • 公開 HTML: OGP メタタグ・eyebrow リンク・data 属性除去・スクロールオフセット修正 (1651254)
  • レビュー UI: CSS autonum 修正 + 本文幅拡張 + focus モード永続化 (94fc995)

🐛 バグ修正

  • preview server: ready シグナルパイプで起動信頼性を改善 (a679d65)
  • preview server: --owner-pid を必須化し孤児プロセスを防止 (d4174ad)
  • コメント UI: scroll / scrollIntoView のバグ修正 + autonum 章番号 (523ee76)
  • プレビュー: no-store で再読込時の stale キャッシュを防ぐ (b7ed599)
  • 表が横スクロールできず読めない問題を修正 (34a90af)

🔥 削除

  • preview server: 不要になった pick_free_port / current_agent_pid / _wait_until_preview_ready を削除 (cea53f1)

📝 ドキュメント

  • README: 概要をレビュー→改善ワークフロー中心の説明に書き換え (d2fb3e5)

🔧 メンテナンス

  • .agents/rules/project-management.md を git 管理対象から除外 (e3f4a47)

Full Changelog: v1.0.0...v1.3.4