QualiaSpark Logo
QualiaSpark

AHAwork Changelog

直接同步自 AHAwork GitHub Releases,每 1 小時重新抓取;點版本標題可跳到對應 GitHub Release 頁看原始格式。

  • AHAwork v0.1.31

    Downloads

    PlatformFile
    macOS Apple SiliconAHAwork_0.1.31_aarch64.dmg
    macOS IntelAHAwork_0.1.31_x64.dmg
    WindowsAHAwork_0.1.31_x64-setup.exe
    在 GitHub 看這個 release →
  • AHAwork v0.1.22

    Downloads

    PlatformFile
    macOS Apple SiliconAHAwork_0.1.22_aarch64.dmg
    macOS IntelAHAwork_0.1.22_x64.dmg
    WindowsAHAwork_0.1.22_x64-setup.exe
    在 GitHub 看這個 release →
  • AHAwork v0.1.21

    AHAwork v0.1.21

    更新內容

    • 終端機自訂名稱:雙擊終端機 tab 可直接重新命名,支援底部面板、tab bar 及編輯區
    • 防止名稱自動覆蓋:自訂名稱後,前景程序(如 Claude Code)的標題變更不會覆蓋自訂名稱
    • 修復 detached terminal 改名無效:拉到編輯區的終端機現在也能正確保留自訂名稱
    • 更新發布腳本

    What's New

    • Custom terminal tab names: Double-click any terminal tab to rename it (bottom panel, tab bar, editor area)
    • Auto-title protection: Custom names persist even when foreground processes (e.g. Claude Code) change the terminal title
    • Fix detached terminal rename: Terminals dragged to the editor area now correctly retain custom names
    • Updated release scripts

    ---

    Downloads

    PlatformFile
    macOS Apple SiliconAHAwork_0.1.21_aarch64.dmg
    macOS IntelAHAwork_0.1.21_x64.dmg
    WindowsAHAwork_0.1.21_x64-setup.exe
    在 GitHub 看這個 release →
  • AHAwork v0.1.20

    What's New

    • Windows 版本首次支援(.exe / .msi)
    • 跨平台 credential 模組
    • GitHub Actions CI/CD 自動打包

    Downloads

    平台檔案
    macOS Apple SiliconAHAwork_0.1.20_aarch64.dmg
    macOS IntelAHAwork_0.1.20_x64.dmg
    WindowsAHAwork_0.1.20_x64-setup.exe
    在 GitHub 看這個 release →
  • AHAwork v0.1.18

    AHAwork v0.1.18

    更新內容

    問題修復

    • 修復 Git Push 按鈕在多 Worktree 環境下不顯示的問題
    • 修復終端機 Mutex 死鎖風險(lock ordering 統一)
    • 修復 Git Graph 在多 Worktree 間互相覆蓋的問題
    • 修復檔案櫃顯示模式(簡潔/完整)切換後未持久化的問題
    • 修復多檔案拖放到終端機只寫入單一路徑的問題

    新功能

    • 編輯器 URL 自動偵測並轉為可點擊超連結
    • 終端機內連結可點擊(外部 URL 開瀏覽器,檔案路徑在 App 內開啟)
    • Tab 拖放到終端機自動寫入檔案路徑
    • 外部檔案拖放到檔案櫃自動複製
    • Tab 切換時檔案櫃自動定位並展開對應檔案
    • 專案開啟後自動清理孤立 asset 圖片

    體驗優化

    • Git 統一 Refresh 機制(Promise.all 並行刷新)
    • 消除 Git 雙重 Polling,降低 CPU 使用
    • 檔案櫃顯示模式切換 Race Condition 防護

    What's New

    Bug Fixes

    • Fixed Git Push button not appearing in multi-worktree setups
    • Fixed terminal Mutex deadlock risk (unified lock ordering)
    • Fixed Git Graph data bleeding across worktrees
    • Fixed file tree display mode not persisting across sessions
    • Fixed multi-file drag to terminal only writing single path

    New Features

    • Auto-detect and linkify URLs in the editor
    • Clickable links in terminal (URLs open browser, file paths open in app)
    • Drag tabs to terminal to write file paths
    • Drag external files to file tree to copy them into project
    • Auto-expand and scroll to active file in file tree on tab switch
    • Auto-cleanup orphaned asset images on project open

    Improvements

    • Unified Git refresh mechanism with parallel execution
    • Eliminated dual Git polling to reduce CPU usage
    • Race condition protection for file tree mode switching
    在 GitHub 看這個 release →
  • AHAwork v0.1.17

    AHAwork v0.1.17

    更新內容

    • 檔案櫃顯示模式切換:新增「簡潔模式」與「完整模式」切換,完整模式可顯示所有隱藏資料夾(dotfiles、node_modules 等)
    • 重整檔案櫃按鈕恢復:工具列新增重整按鈕,可快速刷新檔案樹
    • 快捷鍵架構修復(第二輪):修復 outline toggle、nav 快捷鍵被系統攔截等問題,補強 Dispatcher 整合測試
    • 終端機優化:終端機相關補充修正

    What's New

    • File tree display mode: Switch between "Simple" (hide dotfiles) and "Full" (show all files/folders)
    • Refresh button restored: Quick refresh button added back to file tree toolbar
    • Keyboard shortcut fixes (round 2): Fixed outline toggle, nav shortcuts intercepted by WKWebView, added dispatcher integration tests
    • Terminal improvements: Minor terminal fixes

    Download

    • AHAwork_0.1.17_aarch64.dmg — macOS Apple Silicon (M1/M2/M3/M4)

    Installation / 安裝方式

    1. Download the .dmg file below / 下載下方的 .dmg 檔 2. Open the .dmg and drag AHAwork to Applications / 打開 .dmg,將 AHAwork 拖曳至應用程式資料夾 3. On first launch, right-click → Open (macOS Gatekeeper) / 首次啟動請右鍵 → 打開(macOS 安全性)

    在 GitHub 看這個 release →
  • AHAwork v0.1.16

    AHAwork v0.1.16

    更新內容

    • 快捷鍵架構重構:統一 Dispatcher + Scope 機制,取代分散的事件監聽
    • 終端機補充修正:終端機相關 bug 修復

    What's New

    • Keyboard shortcut architecture overhaul: Unified dispatcher + scope-based routing
    • Terminal fixes: Minor terminal bug fixes

    Download

    • AHAwork_0.1.16_aarch64.dmg — macOS Apple Silicon (M1/M2/M3/M4)

    Installation / 安裝方式

    1. Download the .dmg file below / 下載下方的 .dmg 檔 2. Open the .dmg and drag AHAwork to Applications / 打開 .dmg,將 AHAwork 拖曳至應用程式資料夾 3. On first launch, right-click → Open (macOS Gatekeeper) / 首次啟動請右鍵 → 打開(macOS 安全性)

    在 GitHub 看這個 release →
  • AHAwork v0.1.15

    AHAwork v0.1.15

    macOS (Apple Silicon) desktop application.

    Download

    • AHAwork_0.1.15_aarch64.dmg — macOS Apple Silicon (M1/M2/M3/M4)

    Installation / 安裝方式

    1. Download the .dmg file below / 下載下方的 .dmg 檔 2. Open the .dmg and drag AHAwork to Applications / 打開 .dmg,將 AHAwork 拖曳至應用程式資料夾 3. On first launch, right-click → Open (macOS Gatekeeper) / 首次啟動請右鍵 → 打開(macOS 安全性)

    在 GitHub 看這個 release →