@a9n-shoji/rvw 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,32 @@
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [0.4.2] - 2026-09-02
9
+
10
+ ### Changed
11
+
12
+ - comment placementをpane/sidebar単位のbatchへ集約し、100 commentsでもrequest数とGit subprocess数を
13
+ destination数に応じた一定量へ削減
14
+ - Pull Request本文、comment、Walkthrough、Structureのcache更新をdomainごとに分離し、無関係な更新や
15
+ window focusでdocument、search、placement、Git commit列挙を再実行しないよう改善
16
+ - Structureのfile逆引きをrequestごとのindexへ集約し、同じsource/targetのGit処理を共有
17
+
18
+ ### Fixed
19
+
20
+ - Pull Request本文更新、comment mutation、poll、repository location変更が競合した場合に、古い本文、
21
+ comment、annotation、Git object availabilityがcacheへ残る問題
22
+ - Comments欄を閉じた際のPR全体comment draft消失、mutation直後の並び順の乱れ、500 comments超の
23
+ placement失敗、部分的なplacement失敗から再試行できない問題
24
+
25
+ ## [0.4.1] - 2026-09-01
26
+
27
+ ### Added
28
+
29
+ - repository fileから、そのfileをNode sourceとして参照するStructureをrename-awareに逆引きし、対応Nodeへ
30
+ 閲覧状態を維持したまま移動できる機能
31
+ - Structure全体を現在のNode配置のままSVGまたは2倍基準のPNGへエクスポートする機能。focus、近傍、
32
+ viewportにかかわらず全Node、全Relation、全Edge labelを含み、画面の閲覧状態を変更しない
33
+
8
34
  ## [0.4.0] - 2026-09-01
9
35
 
10
36
  ### Added
package/README.md CHANGED
@@ -181,6 +181,10 @@ viewerではfocusがある時に1-hop / 2-hopへ絞り、Allでは全Node / Edge
181
181
  保存しません。同じsubjectの更新は同じURIを完全置換し、存続するIDの位置を保ちます。別subjectは新しい
182
182
  Structureとしてpublishします。
183
183
 
184
+ Structure headerの`Export`から、現在のNode配置を保った図全体をstandalone SVGまたは2倍基準のPNGとして
185
+ 保存できます。focusや1-hop / 2-hopで画面上に絞り込んでいても、出力には全Node、全Relation、全Edge labelが
186
+ 含まれ、pan / zoomや選択状態は持ち込みません。
187
+
184
188
  ## Codex / Claude Code Skills
185
189
 
186
190
  アプリ本体からローカルSkillをインストールします。一度のinstallで、コメント処理用の`rvw`、