Atuin Desktop v0.2.0 - 2025-11-24
🔗 Downloads
Changelog
🚀 Features
- Introduce new Runbook execution engine (#142)
- Add template variable autocompletion to code editors (#142)
- Add block copy/paste (#202)
- Copy env from login shell at startup (#207)
- Allow resizing embedded terminals (#225)
- Show open tabs in the Window menu (#230)
- Check for existing runbooks forked from source before importing new (#231)
🐛 Bug Fixes
- Ensure Dropdown executes regardless of option type (#206)
- A bunch of script flag things (#208)
- Run local scripts on a login shell (#212)
- Race condition when opening runbook tabs (#209)
- SSH-related issues in Script and Terminal blocks (#214)
- Some blocks setting empty variables when or is blank (#210)
- Fix incorrect xterm.js terminal sizing (#221)
- (runtime) Only emit context change events if the context has actually changed (#222)
- Clean up stored context when deleting a runbook (#223)
🎨 Styling
- Adjust BlockNote editor style to be slightly less compact (#229)