Releases: atuinsh/desktop
Releases ยท atuinsh/desktop
v0.2.9
Atuin Desktop v0.2.9 - 2025-12-09
๐ Downloads
Changelog
๐ Features
- Add Pause block with optional conditional logic (#296)
v0.2.8
Atuin Desktop v0.2.8 - 2025-12-09
๐ Downloads
Changelog
๐ Features
- Support ghostty web (#284)
๐ Bug Fixes
- Fix release notes rendering (#292)
- Improve app performance, especially during sync (#293)
- Tab details not updating (#295)
โ๏ธ Miscellaneous Tasks
- Adjust Vite/Sentry config to handle releases better (#291)
v0.2.7
Atuin Desktop v0.2.7 - 2025-12-08
๐ Downloads
Changelog
๐ Features
- Add UI scaling options (#283)
๐ Bug Fixes
- "push before joining" errors in Phoenix channels (#286)
- "Failed to get flattened block context" in prod (#287)
๐ Documentation
- Add pages explaining script vs terminal blocks (#288)
โ๏ธ Miscellaneous Tasks
- Update Tauri dependencies (#290)
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)