0.0.71
- Fix drag-and-drop behaving incorrectly in the editor using the on-hover drag handles
0.0.71
0.0.72
Hi, all. I successfully updated to 0.0.72 via deb. Is there an alternative linux install that allows the auto-upgrade to work, as it does in atuin-cli?
Also, since we have to explicitly exit the terminal commands, it would be nice if the terminal block continues to display after it exits. Currently, it disappears on exit.
Thanks!
Also, the context menu for New Runbook is working correctly now.
Hi. I have a working PKGBUILD based off the rpm source for Arch and its derivatives. Built it to automate my updates.
awesome!! thank you!
would you be able to post it please, like NixOS derivation?
just donât include the download link <3
Hi, Iâm having an issue with Atuin Desktop 0.0.72 on Sonoma 14.6.1
I have a simple runbook where the first block is an SSH, and the second is a terminal that just does an ls. After a timeout I get an error âSsh2(Error { code: Session(-43), msg: âUnexpected errorâ })â. From a terminal outside of Atuin I can ssh to my destination host. Let me know if you need any more info.
Thanks.
Hey! Thank you for reporting!
Do you have an ssh agent up and running locally? It should be connecting to + using that
The ssh block doesnât currently use any local credentials/etc, though in the future it will be much more versatile
Hi,
I wasnât running ssh-agent deliberately. So I started it, added my keys, checked them with ssh-add -l
. Still timing out sadly. A host of âandym@localhostâ or âandym@localhost:22â doesnât appear to work either. I shall wait for the future!
Thanks for your help.