diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-04-07 14:33:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-07 14:33:24 +0100 |
| commit | 1f6031d84acefd68b2dcc9d3a11eb6203745303f (patch) | |
| tree | 90eca72cc25f7cffd0144bcef112b4341199f7e8 /CHANGELOG.md | |
| parent | feat: support storing, syncing and executing scripts (#2644) (diff) | |
| download | atuin-1f6031d84acefd68b2dcc9d3a11eb6203745303f.zip | |
chore(release): prepare for release 18.5.0-beta.3 (#2678)
Diffstat (limited to '')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f153055..41bb4e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,11 @@ All notable changes to this project will be documented in this file. - *(1289)* Clear terminal area if inline ([#2600](https://github.com/atuinsh/atuin/issues/2600)) - *(bash)* Fix preexec of child Bash session started by enter_accept ([#2558](https://github.com/atuinsh/atuin/issues/2558)) - *(build)* Change atuin-daemon build script .proto paths ([#2638](https://github.com/atuinsh/atuin/issues/2638)) +- *(kv)* Filter deleted keys from `kv list` ([#2665](https://github.com/atuinsh/atuin/issues/2665)) - *(stats)* Ignore leading environment variables when calculating stats ([#2659](https://github.com/atuinsh/atuin/issues/2659)) - *(wrapped)* Fix crash when history is empty ([#2508](https://github.com/atuinsh/atuin/issues/2508)) - *(zsh)* Fix an error introduced earilier with support for bracketed paste mode ([#2651](https://github.com/atuinsh/atuin/issues/2651)) +- *(zsh)* Avoid calling user-defined widgets when searching for history position ([#2670](https://github.com/atuinsh/atuin/issues/2670)) - Add .histfile as file to look for when doing atuin import zsh ([#2588](https://github.com/atuinsh/atuin/issues/2588)) - Panic when invoking delete on empty tui ([#2584](https://github.com/atuinsh/atuin/issues/2584)) - Sql files checksums ([#2601](https://github.com/atuinsh/atuin/issues/2601)) @@ -22,6 +24,7 @@ All notable changes to this project will be documented in this file. - Typeerror in client sync code ([#2647](https://github.com/atuinsh/atuin/issues/2647)) - Add redundant clones to clippy and cleanup instances of it ([#2654](https://github.com/atuinsh/atuin/issues/2654)) - Allow -ve values for timezone ([#2609](https://github.com/atuinsh/atuin/issues/2609)) +- Fish up binding bug ([#2677](https://github.com/atuinsh/atuin/issues/2677)) ### Documentation @@ -42,6 +45,7 @@ All notable changes to this project will be documented in this file. - Use readline binding for ctrl-a when it is not the prefix ([#2626](https://github.com/atuinsh/atuin/issues/2626)) - Option to include duplicate commands when printing history commands ([#2407](https://github.com/atuinsh/atuin/issues/2407)) - Binaries as subcommands ([#2661](https://github.com/atuinsh/atuin/issues/2661)) +- Support storing, syncing and executing scripts ([#2644](https://github.com/atuinsh/atuin/issues/2644)) ### Miscellaneous Tasks @@ -52,6 +56,7 @@ All notable changes to this project will be documented in this file. - Migrate to rust 2024 ([#2635](https://github.com/atuinsh/atuin/issues/2635)) - Show host and user in inspector ([#2634](https://github.com/atuinsh/atuin/issues/2634)) - Update to rust 1.85.1 ([#2642](https://github.com/atuinsh/atuin/issues/2642)) +- Update to rust 1.86 ([#2666](https://github.com/atuinsh/atuin/issues/2666)) ### Performance @@ -595,7 +600,7 @@ All notable changes to this project will be documented in this file. - *(install)* Discord broken link - *(shell)* Respect ZSH's $ZDOTDIR environment variable ([#1441](https://github.com/atuinsh/atuin/issues/1441)) - *(stats)* Don't require all fields under [stats] ([#1437](https://github.com/atuinsh/atuin/issues/1437)) -- *(stats)* Time now_local not working +- *(stats)* Time now_local not working - *(zsh)* Zsh_autosuggest_strategy for no-unset environment ([#1486](https://github.com/atuinsh/atuin/issues/1486)) |
