Skip to content

Releases: atuinsh/desktop

v0.1.11

06 Nov 01:33

Choose a tag to compare

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

23 Oct 21:17
344e30a

Choose a tag to compare

Atuin Desktop v0.1.10 - 2025-10-23

πŸ”— Downloads

Changelog

πŸš€ Features

  • Import runbooks from Atuin Hub when using Open in Desktop (#175)

πŸ› Bug Fixes

  • Use more robust method for creating the Welcome workspace (#176)

v0.1.9

22 Oct 00:33

Choose a tag to compare

Atuin Desktop v0.1.9 - 2025-10-21

πŸ”— Downloads

Changelog

πŸš€ Features

  • Separate out backend block execution (#135)
  • Make terminal links clickable (#170)

πŸ› Bug Fixes

  • Test assertions incorrect (#158)
  • Ssh keepalive checks (#161)

v0.1.8

15 Oct 22:17

Choose a tag to compare

Atuin Desktop v0.1.8 - 2025-10-15

πŸ”— Downloads

Changelog

πŸš€ Features

  • Add horizontal rule block (#152)
  • Add workspace.root template variable (#153)
  • Setup logfiles and log rotation (#154)

βš™οΈ Miscellaneous Tasks

  • Switch to native-tls (#151)
  • Add macos arm to ci tests (#155)

v0.1.7

14 Oct 21:12
74a2004

Choose a tag to compare

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

09 Oct 23:56
1fbd11b

Choose a tag to compare

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

08 Oct 19:48
619a50f

Choose a tag to compare

Atuin Desktop v0.1.5 - 2025-10-08

Special thanks to our contributors who made their first contribution this release:

πŸ”— Downloads

Changelog

πŸš€ Features

πŸ› Bug Fixes

  • Pressing escape inside a code editor collapses the entire block to an unprintable character (#118)

βš™οΈ Miscellaneous Tasks

  • Ignore edge builds when building release notes (#116)
  • Use special updater endpoint for edge builds (#114)
  • Add contributors to release notes (#120)
  • Delete old edge assets when updating release (#121)

v0.1.4

07 Oct 18:27

Choose a tag to compare

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)

βš™οΈ Miscellaneous Tasks

  • Use rustls native tls roots (#104)
  • Add prerelease builds for every commit (#106)
  • Use a single rolling edge release (#107)
  • Adjust tauri action args (#112)
  • Remove --no-sync option from script/dev (#113)

Edge Release (Rolling)

07 Oct 02:43
5c671a9

Choose a tag to compare

Pre-release

Rolling edge build - updated with commit 1f4ffe5

⚠️ This is an unstable development build - use at your own risk

Latest commit: Prepare v0.1.11 release
Built from: 1f4ffe5

v0.1.3

03 Oct 20:57
961de09

Choose a tag to compare

Atuin Desktop v0.1.3 - 2025-10-03

πŸ”— Downloads

Changelog

πŸš€ Features

  • (templates) Add shellquote filter for safe shell escaping. (#65)

πŸ› Bug Fixes

  • Panic on max count expect (#55)

βš™οΈ Miscellaneous Tasks

  • Announce releases on Discord (#56)
  • Remove ssh agent from CI (#57)
  • Use https for ts-tiny-activerecord (#58)
  • Adjust wording on dropdown for clarity (#68)
  • Add intel macos build (#77)
  • Update release workflow to use release branches (#78)