Releases: atuinsh/desktop
Releases Β· atuinsh/desktop
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)
v0.1.10
v0.1.9
Atuin Desktop v0.1.9 - 2025-10-21
π Downloads
Changelog
π Features
π Bug Fixes
v0.1.8
v0.1.7
Atuin Desktop v0.1.7 - 2025-10-14
π Downloads
Changelog
π Features
- Allow saving blocks to insert easily later (#136)
- Show active terminal count on tab (#149)
- Add local state persistence with useBlockLocalState hook (#141) by @bahdotsh
π Bug Fixes
- Duplicating a block sometimes doesn't duplicate the code in the block (#137)
βοΈ Miscellaneous Tasks
- Setup sccache
- Remove old rust cache, add apt cache
- Use larger depot runners
v0.1.6
Atuin Desktop v0.1.6 - 2025-10-09
Special thanks to our contributors who made their first contribution this release:
π Downloads
Changelog
π Bug Fixes
- Allow deleting offline workspaces in error states (#124)
- Allow deleting orphaned runbooks (#131) by @hezhizhen
- Allow setting interpreter for Kubernetes block (#133)
βοΈ Miscellaneous Tasks
- Don't create manual links for GH usernames in release notes (#125)
- Fix typos (#130) by @hezhizhen
v0.1.5
Atuin Desktop v0.1.5 - 2025-10-08
Special thanks to our contributors who made their first contribution this release:
π Downloads
Changelog
π Features
- (editor) Add copy to clipboard button (#110) by @korkmazatakan
- Add support for shellcheck (#115) by @kiendang
π Bug Fixes
- Pressing escape inside a code editor collapses the entire block to an unprintable character (#118)
βοΈ Miscellaneous Tasks
v0.1.4
Atuin Desktop v0.1.4 - 2025-10-07
Special thank you to @bahdotsh for contributing to this release!
π Downloads
Changelog
π Features
- (runbooks) Add collapsible code blocks with smooth animations (#85)
π Bug Fixes
- Make vim mode toggle affect existing code editors (#101)
- Show info about offline workspaces and sharing in offline runbook settings (#111)
πΌ Other
- Enable release build time optimizations (#100)