@a9n-shoji/rvw 0.7.0 → 0.7.1

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,13 @@
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [0.7.1] - 2026-09-09
9
+
10
+ ### Changed
11
+
12
+ - Structure Node右下の近傍フォーカスbuttonを、マウス操作ではNode hover中だけ表示するよう変更。
13
+ Nodeのdouble-click、keyboard、touchによる近傍移動は維持
14
+
8
15
  ## [0.7.0] - 2026-09-08
9
16
 
10
17
  ### Changed
package/dist/cli.mjs CHANGED
@@ -18762,7 +18762,7 @@ function parseWalkthroughUri(uri) {
18762
18762
  }
18763
18763
 
18764
18764
  // src/shared/constants.ts
18765
- var APP_VERSION = "0.7.0";
18765
+ var APP_VERSION = "0.7.1";
18766
18766
  var PROTOCOL_VERSION = 5;
18767
18767
  var VIEWER_ID_HEADER = "x-rvw-viewer-id";
18768
18768
  var VIEWER_OPEN_LEASE_HEADER = "x-rvw-viewer-open-lease";