Termul v0.3.6
What's changed
- fix(terminal): dragging a file or image onto a split now drops it into the pane under the cursor instead of always the first pane. Tauri reports drag positions in logical pixels on macOS/Linux despite typing them as physical, so the devicePixelRatio division is now Windows-only; drops also fall back to the highlighted pane when the release point hit-tests to nothing, and duplicate drop events are deduped by content
- fix(terminal): ssh block and shell lifecycle hardening: parallel PTY spawns on session restore can no longer silently drop shell integration for a pane, laggy remote echo re-reads the command from the pinned prompt row when the block closes, and exiting or respawning a shell clears stale ssh state (host pill, prompt tracker nesting and dedup)
Full Changelog: v0.3.5...v0.3.6
⚠️ Unsigned builds — first launch
These builds are not code-signed, so your OS warns on first launch. The app is safe.
- macOS: after moving the app into Applications, run
xattr -cr "/Applications/Termul.app", then open it (or right-click → Open the first time). - Windows: on the SmartScreen prompt, click More info → Run anyway.
Updates are delivered automatically from this Releases page.