Releases: atuinsh/desktop
Releases Β· atuinsh/desktop
v0.2.6
Atuin Desktop v0.2.6 - 2025-12-04
Special thanks to our contributors who made their first contribution this release:
π Downloads
Changelog
π Features
- Add advanced settings, specified by file only (#278)
- Support heredoc syntax in
$ATUIN_OUTPUT_VARS(#279) - Markdown Render block to render markdown from a variable (#277) by @sam-phinizy
π Bug Fixes
- Host block not removing SSH settings for subsequent blocks (#280)
v0.2.5
Atuin Desktop v0.2.5 - 2025-12-03
π Downloads
Changelog
π Features
- Allow setting variables by writing to $ATUIN_OUTPUT_VARS (#273) - for more information, see the docs
π Documentation
- Add list of built-in MiniJinja filters (#274)
π¨ Styling
- Split settings pane into multiple views (#276)
v0.2.4
Atuin Desktop v0.2.4 - 2025-12-01
π Downloads
Changelog
Please note that we now require Alsa to be installed while building the app on linux.
π Features
- Notifications for block events and associated settings (#264)
- Migrate logging from log to tracing crate (#270)
π Bug Fixes
- Use system default shell if no other is provided (#271)
π¨ Styling
- Update block type labels to subdued monospace styling (#260)
βοΈ Miscellaneous Tasks
- Add claude to cla allowlist
v0.2.3
Atuin Desktop v0.2.3 - 2025-11-26
π Downloads
Changelog
π Bug Fixes
- Inherit CWD as default cwd (#254)
- Set script output context before signalling block completion (#250)
- Incorrect behavior with Dropdowns created before options migration (#258)
- Subdirectories not generating FS events (#256)
βοΈ Miscellaneous Tasks
- Use runbooks for ci tests (#253)
v0.2.2
Atuin Desktop v0.2.2 - 2025-11-25
π Downloads
Changelog
π Bug Fixes
v0.2.1
Atuin Desktop v0.2.1 - 2025-11-25
π Downloads
Changelog
π Bug Fixes
v0.2.0
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)
βοΈ Miscellaneous Tasks
v0.1.11
Atuin Desktop v0.1.11 - 2025-11-06
π Downloads
Changelog
π Features
- Add command palette (#180)
- Try local SSH keys without agent, add more logging (#190)
- Support openrouter, streaming (#196)
π Bug Fixes
- Mysql enum (#187) by @kiendang
- Postgres enum (#188) by @kiendang
- Determine rsa hash from server, no assumption (#197)
- Default ssh username to current username not root (#198)
- Set active workspace when switching orgs (#199)
βοΈ Miscellaneous Tasks
- Always run rust ci on main (#179)