You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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