aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2026-02-26 14:59:37 -0800
committerEllie Huxtable <ellie@elliehuxtable.com>2026-02-26 14:59:37 -0800
commit34482c69d288bfa21034b707f3f38d236eb72dee (patch)
treea86e57e4172339fca08d2ea099c749016b47703c
parentchore(release): prepare for release 18.13.0-beta.2 (#3209) (diff)
downloadatuin-34482c69d288bfa21034b707f3f38d236eb72dee.zip
chore: update changelog
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0680d988..46701f7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,14 @@ All notable changes to this project will be documented in this file.
- *(docs)* Update Postgres volume path in Docker as required by pg18 ([#3174](https://github.com/atuinsh/atuin/issues/3174))
- Systemd Exec for separate server binary ([#3176](https://github.com/atuinsh/atuin/issues/3176))
- Multiline commands with fish ([#3179](https://github.com/atuinsh/atuin/issues/3179))
+- Silent DB failures e.g. when disk is full ([#3183](https://github.com/atuinsh/atuin/issues/3183))
+- Forward $PATH to tmux popup in zsh ([#3198](https://github.com/atuinsh/atuin/issues/3198))
+
+
+### Documentation
+
+- Update config.md to remove NuShell support note ([#3190](https://github.com/atuinsh/atuin/issues/3190))
+- Document `search.filters` ([#3195](https://github.com/atuinsh/atuin/issues/3195))
### Features
@@ -19,11 +27,15 @@ All notable changes to this project will be documented in this file.
- Add Hub authentication for future sync + extra features ([#3010](https://github.com/atuinsh/atuin/issues/3010))
- Add Atuin AI inline CLI MVP ([#3178](https://github.com/atuinsh/atuin/issues/3178))
- Add autostart and pid management to daemon ([#3180](https://github.com/atuinsh/atuin/issues/3180))
+- Generate commands or ask questions with `atuin ai` ([#3199](https://github.com/atuinsh/atuin/issues/3199))
+- Add history author/intent metadata and v1 record version ([#3205](https://github.com/atuinsh/atuin/issues/3205))
+- In-memory search index with atuin daemon ([#3201](https://github.com/atuinsh/atuin/issues/3201))
### Miscellaneous Tasks
- Update changelog
+- Update changelog
## [18.12.1] - 2026-02-11