From cf4a1ad4dbc8f4a3f61a0a1a32f63d31c3562b27 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 02 Jul 2026 03:07:40 +0800
Subject: [PATCH] Record TagLauncher 8.3.2 release freeze

---
 src/Apptag/SmartCategorization/SmartStartService.swift |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Apptag/SmartCategorization/SmartStartService.swift b/src/Apptag/SmartCategorization/SmartStartService.swift
index d377f99..b919ac4 100644
--- a/src/Apptag/SmartCategorization/SmartStartService.swift
+++ b/src/Apptag/SmartCategorization/SmartStartService.swift
@@ -528,7 +528,7 @@
         let entries = base.entries.compactMap { entry -> SmartStartCatalogEntry? in
             let tagIDs = entry.defaultTag
                 .compactMap { SmartCategoryID(rawValue: $0) }
-                .filter { $0 != .other }
+                .compactMap(\.smartStartDefaultCategoryID)
             guard !tagIDs.isEmpty else { return nil }
 
             return SmartStartCatalogEntry(

--
Gitblit v1.9.3