aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-04-15 11:21:51 -0700
committerGitHub <noreply@github.com>2026-04-15 11:21:51 -0700
commit1fe9a992637ab8ef17818eb88da2c5512577b6a4 (patch)
tree274440d7b3fa35d8f2ebd1512b98e6874191d0a1 /CHANGELOG.md
parentfix: loss of loading spinners + tokio panic on exit (#3415) (diff)
downloadatuin-1fe9a992637ab8ef17818eb88da2c5512577b6a4.zip
chore(release): prepare for release 18.15.0 (#3417)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9701c3a1..35b9eabd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,26 @@
All notable changes to this project will be documented in this file.
+## 18.15.0
+
+### Bug Fixes
+
+- Install script incorrectly tries to install opencode hooks ([#3410](https://github.com/atuinsh/atuin/issues/3410))
+- Dependency fix ([#3414](https://github.com/atuinsh/atuin/issues/3414))
+- Loss of loading spinners + tokio panic on exit ([#3415](https://github.com/atuinsh/atuin/issues/3415))
+
+
+### Features
+
+- Add OCI standard labels to Dockerfile ([#3412](https://github.com/atuinsh/atuin/issues/3412))
+- Enable atuin hex for illumos ([#3413](https://github.com/atuinsh/atuin/issues/3413))
+- Allow resuming previous AI sessions ([#3407](https://github.com/atuinsh/atuin/issues/3407))
+
+
+### Miscellaneous Tasks
+
+- Add release script ([#3411](https://github.com/atuinsh/atuin/issues/3411))
+
## 18.14.1
### Bug Fixes