diff options
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d3048169..6b6a7560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [18.12.0] - 2026-02-09 ### Bug Fixes - *(powershell)* Preserve `$LASTEXITCODE` ([#3120](https://github.com/atuinsh/atuin/issues/3120)) +- *(powershell)* Display search stderr ([#3146](https://github.com/atuinsh/atuin/issues/3146)) - *(search)* Allow hyphen-prefixed query args like `---` ([#3129](https://github.com/atuinsh/atuin/issues/3129)) - *(tui)* Space and F1-F24 keys not handled properly by new keybind system ([#3138](https://github.com/atuinsh/atuin/issues/3138)) - *(ui)* Don't draw a leading space for command @@ -23,6 +24,8 @@ All notable changes to this project will be documented in this file. - Halt sync loop if server returns an empty page ([#3122](https://github.com/atuinsh/atuin/issues/3122)) - Use directories crate for home dir resolution ([#3125](https://github.com/atuinsh/atuin/issues/3125)) - Tab behaving like enter, eprintln ([#3135](https://github.com/atuinsh/atuin/issues/3135)) +- Issue with shift and modifier keys ([#3143](https://github.com/atuinsh/atuin/issues/3143)) +- Remove invalid IF EXISTS from sqlite drop column migration ([#3145](https://github.com/atuinsh/atuin/issues/3145)) ### Documentation @@ -42,12 +45,15 @@ All notable changes to this project will be documented in this file. - Add PowerShell and Windows install instructions ([#3096](https://github.com/atuinsh/atuin/issues/3096)) - Update the `[keys]` docs ([#3114](https://github.com/atuinsh/atuin/issues/3114)) - Add history deletion guide ([#3130](https://github.com/atuinsh/atuin/issues/3130)) +- Update how to use Docker to self-host ([#3148](https://github.com/atuinsh/atuin/issues/3148)) +- Add IRC contact information to README ### Features - *(dotfiles)* Add sort and filter options to alias/var list ([#3131](https://github.com/atuinsh/atuin/issues/3131)) - *(theme)* Note new default theme name and syntax ([#3080](https://github.com/atuinsh/atuin/issues/3080)) +- *(tui)* Add clear-to-start/end actions ([#3141](https://github.com/atuinsh/atuin/issues/3141)) - *(ui)* Highlight fulltext search as fulltext search instead of fuzzy search - *(ui)* Highlight fulltext search as fulltext search instead of fuzzy search ([#3098](https://github.com/atuinsh/atuin/issues/3098)) - *(ultracompact)* Adds setting for ultracompact mode ([#3079](https://github.com/atuinsh/atuin/issues/3079)) @@ -73,6 +79,7 @@ All notable changes to this project will be documented in this file. - Update agents.md ([#3126](https://github.com/atuinsh/atuin/issues/3126)) - Update changelog - Update changelog +- Update changelog ### Theming |
