This release introduces powerful session search capabilities, intuitive date filtering, and a brand-new visual
identity, significantly improving your efficiency when navigating large AI session histories.
🚀 New Features
- Full-text Session Search:
- Search across all your session contents with real-time match counts displayed in the sessions list.
- Integrated 300ms debounce for a smooth, lag-free input experience.
- Automatic keyword hand-off: Clicking a matched session carries your search term into the viewer and highlights
matches with tags.
- Smart Date Filtering:
- New filter tabs: All, Today, Yesterday, and This Week.
- Advanced logic: Date filters and search queries compose with AND logic to narrow down results instantly.
- New Visual Identity:
- Updated high-resolution application icons for all platforms (Windows, macOS, Linux).
- Cleaned up asset directories by removing redundant boilerplate SVG files.
🛠️ Improvements & Optimization
- Enhanced i18n: Added data-i18n-placeholder support; search input placeholders and ARIA labels now dynamically
switch between Traditional Chinese and English. - Backend Performance: When a date filter is active, the backend only scans relevant .jsonl files, significantly
reducing disk I/O and overhead. - Version Synchronization: Unified package.json, Cargo.toml, and tauri.conf.json versions to 0.3.1.
🐞 Bug Fixes
- Project Deletion Logic: Fixed path validation issues when removing Codex or hybrid projects.
本次更新帶來了強大的會話搜尋功能、時間過濾機制以及全新的應用程式視覺識別,顯著提升了瀏覽大量 AI 會話時的效率。
🚀 新功能 (New Features)
- 會話全文搜尋 (Full-text Search):
- 現在可以針對所有會話內容進行關鍵字搜尋,並在列表中即時顯示匹配數量。
- 整合防抖 (Debounce) 機制,確保流暢的輸入體驗。
- 進入會話視圖後,搜尋關鍵字會自動帶入並以 高亮顯示匹配文字。
- 時間過濾機制 (Date Filtering):
- 新增「全部 / 今天 / 昨天 / 本週」快捷切換標籤。
- 過濾邏輯與搜尋功能完美整合(AND 邏輯),快速縮小查找範圍。
- 全新視覺識別 (New App Icons):
- 更新全平台應用程式圖示 (Windows/macOS/Linux)。
- 優化資產目錄,移除了冗餘的範例 SVG 檔案。
🛠️ 改進與優化 (Improvements)
- i18n 增強:搜尋框的提示文字 (Placeholder) 與 ARIA 標籤現在完整支援多國語系切換。
- 效能優化:當啟用時間過濾時,後端僅掃描範圍內的 .jsonl 檔案,降低磁碟 I/O。
- 版本同步:同步 package.json, Cargo.toml 與 tauri.conf.json 版本號至 0.3.1。
🐞 修復 (Bug Fixes)
- 專案刪除邏輯:修正了特定情況下 Codex 與混合型專案刪除時的路徑驗證問題。