Skip to content

Releases: atuinsh/desktop

v0.2.6

04 Dec 19:31
d19eba0

Choose a tag to compare

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

03 Dec 20:02
255e034

Choose a tag to compare

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

01 Dec 23:57

Choose a tag to compare

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

26 Nov 21:53
ace93cd

Choose a tag to compare

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

25 Nov 23:02
6ddebdf

Choose a tag to compare

Atuin Desktop v0.2.2 - 2025-11-25

πŸ”— Downloads

Changelog

πŸ› Bug Fixes

  • Ensure OnlineRunbook.moveTo is awaited (#248)
  • (runtime) Variety of directory expansion scenarios (#249)

v0.2.1

25 Nov 20:21
856d5e1

Choose a tag to compare

Atuin Desktop v0.2.1 - 2025-11-25

πŸ”— Downloads

Changelog

πŸ› Bug Fixes

  • Insert block menu floating off screen (#243)
  • Dropdown bugs (#242)
  • Correctly handle opening atuin:// URLs on Linux (#244)
  • Runbooks with content sometimes open as blank runbooks (#246)
  • Hovering over runtime alert shows [object object] (#245)
  • Populate missing fixedOptions in Dropdown blocks (#247)

v0.2.0

25 Nov 19:33
11ede7b

Choose a tag to compare

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

  • (ci) Switch to depot macos for edge builds (#218)
  • (ci) Use sccache for edge builds (#219)
  • (ci) Set ci true for depot (#220)
  • (ci) Adjust ci config
  • Update BlockNote to 0.42.3 (#224)
  • Remove client-side workflow events (#227)
  • Make implementing BlockState and BlockContextItem simpler (#234)

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)