From c80cf01f4b97b3e70a0f617d3d4ca785a3903f1f Mon Sep 17 00:00:00 2001
From: Ariver <ar@MacBook-Air.local>
Date: Wed, 06 May 2026 17:59:40 +0800
Subject: [PATCH] checkpoint: v3.0.10 — 恢复 hover 左侧标签滚动 + 模式切换修复

---
 Apptag/ContentView.swift |    6 ++++++
 Apptag/Info.plist        |    2 +-
 CHANGELOG.md             |    4 ++++
 3 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/Apptag/ContentView.swift b/Apptag/ContentView.swift
index d06e1b2..c37b85f 100644
--- a/Apptag/ContentView.swift
+++ b/Apptag/ContentView.swift
@@ -345,6 +345,9 @@
                         else { highlightedGroup = tag.id }
                         scrollTo(tag.id)
                     })
+                    .onHover { hovering in
+                        if hovering { scrollTo(tag.id) }
+                    }
                 }
             }.padding(.horizontal, 24)
         }
@@ -360,6 +363,9 @@
                         else { highlightedGroup = tag.id }
                         scrollTo(tag.id)
                     })
+                    .onHover { hovering in
+                        if hovering { scrollTo(tag.id) }
+                    }
                 }
             }.padding(12)
         }.frame(width: 135)
diff --git a/Apptag/Info.plist b/Apptag/Info.plist
index e788887..2286139 100644
--- a/Apptag/Info.plist
+++ b/Apptag/Info.plist
@@ -19,7 +19,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.0.9</string>
+	<string>3.0.10</string>
 	<key>CFBundleVersion</key>
 	<string>1</string>
 	<key>LSMinimumSystemVersion</key>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38e4d98..6f339c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Apptag Changelog
 
+## [3.0.10] — 2026-05-06
+- 恢复 hover 左侧标签 → 右侧滚动(之前误移除)
+- flatGrid + containerGrid `.id(displayMode)` 修复模式切换后功能失效
+
 ## [3.0.9] — 2026-05-06
 - 容器模式:hover 左侧标签 → 右侧自动滚动到对应容器
 - 容器模式:点击左侧标签 → 对应容器加粗彩色边框(再点取消),边框颜色与标签颜色一致

--
Gitblit v1.9.3