@@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file.
1414- Forward $PATH to tmux popup in zsh ([ #3198 ] ( https://github.com/atuinsh/atuin/issues/3198 ) )
1515- Dramatically decrease daemon memory usage ([ #3211 ] ( https://github.com/atuinsh/atuin/issues/3211 ) )
1616- Regen cargo dist
17+ - Clear script database before rebuild to prevent unique constraint violation ([ #3232 ] ( https://github.com/atuinsh/atuin/issues/3232 ) )
18+ - Support Nushell 0.111 ([ #3249 ] ( https://github.com/atuinsh/atuin/issues/3249 ) )
1719
1820
1921### Documentation
@@ -33,6 +35,11 @@ All notable changes to this project will be documented in this file.
3335- Generate commands or ask questions with ` atuin ai ` ([ #3199 ] ( https://github.com/atuinsh/atuin/issues/3199 ) )
3436- Add history author/intent metadata and v1 record version ([ #3205 ] ( https://github.com/atuinsh/atuin/issues/3205 ) )
3537- In-memory search index with atuin daemon ([ #3201 ] ( https://github.com/atuinsh/atuin/issues/3201 ) )
38+ - Update script for smoother setup ([ #3230 ] ( https://github.com/atuinsh/atuin/issues/3230 ) )
39+ - Initial draft of atuin-shell ([ #3206 ] ( https://github.com/atuinsh/atuin/issues/3206 ) )
40+ - Allow setting multipliers for frequency, recency, and frecency scores ([ #3235 ] ( https://github.com/atuinsh/atuin/issues/3235 ) )
41+ - Allow running ` atuin search -i ` as subcommand ([ #3208 ] ( https://github.com/atuinsh/atuin/issues/3208 ) )
42+ - Use pty proxy for rendering tui popups without clearing the terminal ([ #3234 ] ( https://github.com/atuinsh/atuin/issues/3234 ) )
3643
3744
3845### Miscellaneous Tasks
@@ -42,6 +49,11 @@ All notable changes to this project will be documented in this file.
4249- Update changelog
4350- Use workspace versions ([ #3210 ] ( https://github.com/atuinsh/atuin/issues/3210 ) )
4451- Move atuin ai subcommand into core binary ([ #3212 ] ( https://github.com/atuinsh/atuin/issues/3212 ) )
52+ - Update changelog
53+ - Update to Rust 1.94 ([ #3247 ] ( https://github.com/atuinsh/atuin/issues/3247 ) )
54+ - Strip symbols in dist profile to reduce binary size
55+ - Upgrade thiserror 1.x to 2.x to deduplicate dependency
56+ - Upgrade axum 0.7 to 0.8 to deduplicate with tonic's axum
4557
4658
4759## [ 18.12.1] - 2026-02-11
0 commit comments