This release includes fixes for the newest NuShell, a command-chaining mode, and more
Command chaining
Allows building a command chain with the &&
or ||
operator. When enabled, opening atuin will search for the next command in the chain, and append to the current buffer.
Docs: Config | Atuin Docs
Bug Fixes
-
(build) Enable sqlite feature for sqlite server (#2848)
-
Make login exit 1 if already logged in (#2832)
-
Use transaction for idx consistency checking (#2840)
-
Ensure the idx cache is cleaned on deletion, only insert if records are inserted (#2841)
Features
-
Command chaining (#2834)
-
Add info for ‘official’ plugins (#2835)
-
Add inline_height_shell_up_key_binding option (#2817)
-
Add IDX_CACHE_ROLLOUT (#2850)
Miscellaneous Tasks
- Update to rust 1.88 (#2815)
Nushell
- Fix
get -i
deprecation (#2829)