Skip to content

Releases: diffplug/dormouse

v0.11.0

29 May 14:39

Choose a tag to compare

Added

  • Pane titles now read the running command off the rendered prompt line, so the title is correct whether the command was typed, recalled from history, or pasted, and it survives session restore / VS Code panel reopen (#102).

Changed

  • 🖥️ The standalone app is now named Dormouse Terminal so it surfaces when you search for "Term" (#111).

Fixed

  • On Windows, pane titles no longer show a bare interpreter path such as cmd.exe; the detected command is shown instead, and cmd.exe and Git Bash prompts are now recognized (#103).
  • 🖥️ A stray Windows Terminal window no longer flashes behind the standalone app on Windows 11 where Windows Terminal is the default terminal (#110).
  • 🔌 VS Code workbench chords now reach the terminal: Cmd/Ctrl+P (Go to File), Cmd/Ctrl+Shift+P and F1 (Command Palette), and Cmd/Ctrl+B (toggle sidebar) fire even when a focused TUI has switched on an enhanced keyboard protocol (#112).

v0.10.2

19 May 22:37

Choose a tag to compare

Changed

  • Internal refactor unifying modal primitives and renaming dialog components to modals; Storybook entries reorganized to match (#78).

v0.9.1

01 May 22:02

Choose a tag to compare

Changed

  • 🖥️ Drop-to-paste from the OS file explorer is temporarily inert on standalone while we wait on upstream Tauri (tauri#14373) to allow native drag-drop without blocking HTML5 drag events (#39).

Fixed

  • The mouse-override banner now renders inline in the terminal pane body and no longer stacks with the action-button tooltip (#43).
  • Themes with translucent selection backgrounds (e.g. Selenized Dark) no longer bleed through MouseTerm's solid AppBar and tab fills (#37).
  • 🖥️ Force-closing the standalone host now reliably kills the Node sidecar tree via a Windows Job Object / Unix process group, so subsequent builds no longer hit orphan node.exe processes locking files (#41).
  • 🖥️ Standalone macOS terminals run zsh as a login shell when no args are provided, so ~/.zprofile runs and Homebrew/asdf land on PATH (#40).
  • 🖥️ Pane drag-and-drop reordering works again on standalone (#39).

v0.9.0

30 Apr 21:41

Choose a tag to compare

Added

  • 🖥️ Debug dialog for failed auto-updates — surfaces the error and copies a pre-filled bug report (version, platform, last ~10 KB of mouseterm.log) (#35).

Fixed

  • Terminals auto-spawned from a blank workspace now respect the selected shell (#33).
  • 🖥️ Polish app bar header to align with pane chrome and shared design tokens (#34).
  • 🖥️ macOS auto-update — strip AppleDouble (._*) sidecars from the signed tarball that were breaking every v0.7.x → v0.8.0 install (#35).

v0.8.0

30 Apr 04:17

Choose a tag to compare

  • Add intuitive shortcuts alongside the tmux shortcuts.
  • Simplify the TODO behavior to clear when ENTER pressed within a session, got rid of the "soft TODO" system.
  • Improve VS Code theme translation.
    • Added a "Theme debugger" to assist with this.
  • Fix terminal selection on Windows.

v0.7.0

23 Apr 00:02

Choose a tag to compare

  • Overhaul the theming system.
  • Overhaul mouse and clipboard handling.
  • Overhaul alerting system.

v0.6.2

14 Apr 00:44

Choose a tag to compare

  • Fix issues with deployed Tauri on Win and Mac (Linux is working great!)

v0.6.1

13 Apr 23:00

Choose a tag to compare

  • Fix missing Tauri update permissions.

v0.6.0

13 Apr 21:08

Choose a tag to compare

  • Standalone: fix some issues with node sidecar.
  • Standalone: app-rendered title bar.

v0.5.2

11 Apr 02:34

Choose a tag to compare

  • Codex fixes.