Ariver
2026-05-06 08ff53cae4f4d65d4ed211f9211ac4920e36b626
checkpoint: v3.1.4 — 三个Toggle并排一行,等距排版
3 files modified
15 ■■■■■ changed files
Apptag/ApptagApp.swift 12 ●●●●● patch | view | raw | blame | history
Apptag/Info.plist 2 ●●● patch | view | raw | blame | history
CHANGELOG.md 1 ●●●● patch | view | raw | blame | history
Apptag/ApptagApp.swift
@@ -442,6 +442,7 @@
            // Tab 1: General
            Form {
                Section {
                    HStack(spacing: 20) {
                    Toggle("Launch at login", isOn: $launchAtLogin)
                        .onChange(of: launchAtLogin) { _, enabled in
                            if enabled {
@@ -449,6 +450,9 @@
                            } else {
                                try? SMAppService.mainApp.unregister()
                            }
                            }
                        Toggle("Show in Dock", isOn: $showDockIcon)
                        Toggle("Hide app names", isOn: $hideAppNames)
                        }
                }
@@ -509,14 +513,6 @@
                    Text("Icon display size. Grid columns adjust automatically.")
                        .font(.caption)
                        .foregroundStyle(.secondary)
                }
                Section {
                    Toggle("Show in Dock", isOn: $showDockIcon)
                }
                Section {
                    Toggle("Hide app names", isOn: $hideAppNames)
                }
            }
            .tabItem { Label("General", systemImage: "gearshape") }
Apptag/Info.plist
@@ -19,7 +19,7 @@
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>3.1.3</string>
    <string>3.1.4</string>
    <key>CFBundleVersion</key>
    <string>1</string>
    <key>LSMinimumSystemVersion</key>
CHANGELOG.md
@@ -1,6 +1,7 @@
# Apptag Changelog
## [3.1.3] — 2026-05-06
- 清除 Re-index 功能:已脱离 Finder,每次 overlay 打开自动扫描新 app,无需手动触发
## [3.1.2] — 2026-05-06