Releases: atuinsh/desktop
Releases Β· atuinsh/desktop
v0.2.20
Atuin Desktop v0.2.20 - 2026-02-09
π Downloads
Changelog
π Bug Fixes
v0.2.19
Atuin Desktop v0.2.19 - 2026-01-28
π Downloads
Changelog
π Features
π Bug Fixes
v0.2.18
Atuin Desktop v0.2.18 - 2026-01-26
π Downloads
Changelog
π Bug Fixes
- Disable window transparency on linux (#370)
πΌ Other
- Add basic LLM devtools window (#368)
π Refactor
- Update AI backend to support multiple conversation types (#361)
βοΈ Miscellaneous Tasks
- Remove macOS x86_64 builds from publish pipeline (#369)
v0.2.17
Atuin Desktop v0.2.17 - 2026-01-23
π Downloads
Changelog
π Features
- Allow using local Ollama models for AI assistant (#360)
π Bug Fixes
v0.2.16
Atuin Desktop v0.2.16 - 2026-01-21
π Downloads
Changelog
π Features
- Add CEF build to edge CI (#354)
- Move settings and fullscreen to top bar
- Add link preview blocks for GitHub, GitLab, and Codeberg (#359)
π Bug Fixes
- (ci) Cef build path + name
- Support mysql-compatible databases that only support constant values in set statements
- (ci) Attempt to fix hella slow edge ci macos
v0.2.15
Atuin Desktop v0.2.15 - 2026-01-17
π Downloads
Changelog
π Features
- Add a table of contents block (#349)
π Bug Fixes
v0.2.14
Atuin Desktop v0.2.14 - 2026-01-15
π Downloads
Changelog
π Features
π Bug Fixes
- Websocket tries to connect with no API token (#347)
v0.2.13
v0.2.12
Atuin Desktop v0.2.12 - 2026-01-12
π Downloads
Changelog
π Features
- Blocks can store output, accessible via the template system (#304)
- Pass runbook_id to AI block operations (#310)
- Split SSH output between stderr and stdout (#311)
- Add sub runbook block + executor (#259)
- Add context export options to sub-runbook block (#314)
- Only set ATUIN_OUTPUT_VARS over ssh if used
- Add spinner while ssh operations are happening
- Add SSH connection settings modal with identity key configuration
- Remove non-functional SSH host export option from sub-runbooks
- Allow toggling local var visibility
- Add copy deep link command to command menu
- SSH certificate authentication support (#327)
π Bug Fixes
- Incorrect terminal size over ssh (#318)
- Allow escape key to propagate to CodeMirror editors for vim mode
- SSH authenticate() method wasnt returning Ok on explicit key/password auth
- Format + docker-compose -> docker compose
- Deserialize KV values as JSON objects then serialize to string
- Remove useless .into() conversion
- ExportPropMatter should check !== undefined for boolean false
- Support workspace.root inside of directory blocks (#338)
- Workspace.root in exec blocks (#340)
- Kv storage double encoding (#342)
πΌ Other
- Consolidate block local state to use KVStore
π Refactor
- Simplify KV value retrieval
- Use TabUri helper for runbook URL parsing
π Documentation
- Restructure docs folder to work with unified docs (#308)
π§ͺ Testing
- Add SSH integration test suite with Docker infrastructure
βοΈ Miscellaneous Tasks
- Add more sub-runbook tests (#315)
- Give the claude action a bit more power
v0.2.11
Atuin Desktop v0.2.11 - 2025-12-11
π Downloads
Changelog
π Bug Fixes