Releases: diffplug/mouseterm
Releases · diffplug/mouseterm
v0.9.1
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.exeprocesses locking files (#41). - 🖥️ Standalone macOS terminals run zsh as a login shell when no args are provided, so
~/.zprofileruns and Homebrew/asdf land onPATH(#40). - 🖥️ Pane drag-and-drop reordering works again on standalone (#39).
v0.9.0
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
- 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.