Skip to content

TempoTerm 0.0.3

Choose a tag to compare

@mukiwu mukiwu released this 19 Jun 08:16
· 211 commits to master since this release

正體中文

feat

  • 全域筆記改成對應使用者選的資料夾,筆記就是 .md 檔、資料夾就是子目錄;把資料夾放進 iCloud Drive 或 Dropbox 就能跨裝置同步,進階也可當成 Git repo 自己管
  • 筆記資料夾在別處被改動(例如雲端同步進來)會即時反映:開著的筆記沒有未存內容會自動重載,有未存內容則跳出提示讓使用者選版本
  • 新增 Claude Code 進度面板,即時看 Claude Code 在各專案目錄的執行進度
  • 全新的 Launcher 分頁,開新分頁時用它快速開終端機、編輯器、筆記等,並修正拖曳與主題一致性
  • 終端機每個分割面板各自記住所在目錄,重開後還原
  • 重開後還原終端機的捲動歷史

fix

  • 修正貼上中日韓文字的亂碼並整理貼上邏輯,Git 圖譜移到 Launcher
  • 整理筆記程式碼區塊的呈現與語言選擇器
  • 修正含非 ASCII 字元的終端機目錄無法正確讀取
  • 分割面板的終端機捲軸樣式一致且變細
  • 修正含寬字元或中文的檔案路徑連結,底線位置與點擊都正確

perf

  • 加快冷啟動與工作階段還原,並修正編輯器重新開啟的問題

English

feat

  • Global notes now mirror a folder you choose: notes are .md files and folders are real subdirectories; put the folder in iCloud Drive or Dropbox to sync across devices, or make it a Git repo and manage it yourself
  • Notes update live when the folder changes elsewhere (e.g. a cloud sync): an open note reloads when you have no unsaved edits, and prompts you to choose a version when you do
  • New Claude Code progress panel showing live progress for each project directory
  • New launcher tab for quickly opening a terminal, editor or notes when you open a new tab, with drag and theme fixes
  • Each split terminal pane remembers its own working directory and restores it on relaunch
  • Terminal scrollback is restored across restarts

fix

  • Fix garbled CJK text when pasting and tidy up paste handling; move the Git graph into the launcher
  • Clean up note code block rendering and the language picker
  • Correctly decode terminal working directories that contain non-ASCII characters
  • Consistent, thinner terminal scrollbar across split panes
  • Fix file-path links containing wide or CJK characters so the underline position and clicking are correct

perf

  • Faster cold launch and session restore, plus an editor reload fix