<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>AHAwork Changelog</title>
    <link>https://qualiaspark.cc/ahawork/changelog</link>
    <description>AHAwork 所有版本的更新紀錄，同步自 GitHub Releases。</description>
    <language>zh-TW</language>
    <lastBuildDate>Fri, 10 Apr 2026 10:51:07 GMT</lastBuildDate>
    <item>
      <title>AHAwork v0.1.31</title>
      <link>https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.31</link>
      <guid isPermaLink="true">https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.31</guid>
      <pubDate>Fri, 10 Apr 2026 10:51:07 GMT</pubDate>
      <description>## Downloads

| Platform | File |
|----------|------|
| macOS Apple Silicon | `AHAwork_0.1.31_aarch64.dmg` |
| macOS Intel | `AHAwork_0.1.31_x64.dmg` |
| Windows | `AHAwork_0.1.31_x64-setup.exe` |</description>
    </item>
    <item>
      <title>AHAwork v0.1.22</title>
      <link>https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.22</link>
      <guid isPermaLink="true">https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.22</guid>
      <pubDate>Mon, 30 Mar 2026 14:11:50 GMT</pubDate>
      <description>## Downloads

| Platform | File |
|----------|------|
| macOS Apple Silicon | `AHAwork_0.1.22_aarch64.dmg` |
| macOS Intel | `AHAwork_0.1.22_x64.dmg` |
| Windows | `AHAwork_0.1.22_x64-setup.exe` |</description>
    </item>
    <item>
      <title>AHAwork v0.1.21</title>
      <link>https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.21</link>
      <guid isPermaLink="true">https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.21</guid>
      <pubDate>Mon, 30 Mar 2026 06:52:56 GMT</pubDate>
      <description>## AHAwork v0.1.21

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

### What&apos;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

| Platform | File |
|----------|------|
| macOS Apple Silicon | `AHAwork_0.1.21_aarch64.dmg` |
| macOS Intel | `AHAwork_0.1.21_x64.dmg` |
| Windows | `AHAwork_0.1.21_x64-setup.exe` |</description>
    </item>
    <item>
      <title>AHAwork v0.1.20</title>
      <link>https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.20</link>
      <guid isPermaLink="true">https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.20</guid>
      <pubDate>Sat, 28 Mar 2026 05:05:14 GMT</pubDate>
      <description>## What&apos;s New
- Windows 版本首次支援（.exe / .msi）
- 跨平台 credential 模組
- GitHub Actions CI/CD 自動打包

## Downloads
| 平台 | 檔案 |
|------|------|
| macOS Apple Silicon | `AHAwork_0.1.20_aarch64.dmg` |
| macOS Intel | `AHAwork_0.1.20_x64.dmg` |
| Windows | `AHAwork_0.1.20_x64-setup.exe` |</description>
    </item>
    <item>
      <title>AHAwork v0.1.18</title>
      <link>https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.18</link>
      <guid isPermaLink="true">https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.18</guid>
      <pubDate>Fri, 27 Mar 2026 06:46:50 GMT</pubDate>
      <description>## 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&apos;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</description>
    </item>
    <item>
      <title>AHAwork v0.1.17</title>
      <link>https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.17</link>
      <guid isPermaLink="true">https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.17</guid>
      <pubDate>Tue, 24 Mar 2026 18:44:43 GMT</pubDate>
      <description>## AHAwork v0.1.17

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

### What&apos;s New
- **File tree display mode**: Switch between &quot;Simple&quot; (hide dotfiles) and &quot;Full&quot; (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 安全性）</description>
    </item>
    <item>
      <title>AHAwork v0.1.16</title>
      <link>https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.16</link>
      <guid isPermaLink="true">https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.16</guid>
      <pubDate>Tue, 24 Mar 2026 08:28:01 GMT</pubDate>
      <description>## AHAwork v0.1.16

### 更新內容
- **快捷鍵架構重構**：統一 Dispatcher + Scope 機制，取代分散的事件監聽
- **終端機補充修正**：終端機相關 bug 修復

### What&apos;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 安全性）</description>
    </item>
    <item>
      <title>AHAwork v0.1.15</title>
      <link>https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.15</link>
      <guid isPermaLink="true">https://github.com/NATEHSIAO/AHAwork-release/releases/tag/v0.1.15</guid>
      <pubDate>Tue, 24 Mar 2026 00:33:19 GMT</pubDate>
      <description>## 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 安全性）</description>
    </item>
  </channel>
</rss>