aboutsummaryrefslogtreecommitdiffstats
path: root/docs/blog
diff options
context:
space:
mode:
Diffstat (limited to 'docs/blog')
-rw-r--r--docs/blog/2023/02-26-release-v13/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/blog/2023/02-26-release-v13/index.md b/docs/blog/2023/02-26-release-v13/index.md
index 24936345..353c795c 100644
--- a/docs/blog/2023/02-26-release-v13/index.md
+++ b/docs/blog/2023/02-26-release-v13/index.md
@@ -6,12 +6,15 @@ authors: [ellie]
tags: [release]
---
+> We have since released patch v13.0.1. v13 had a regression exposed when trying to register a new user. This would only affect people self-hosting Atuin Server. Please update!
+
Announcing a new release of Atuin! v13 is out now. Atuin allows you to easily search and sync your shell history across many machines.
You can update your installation via your system package manager, or by downloading the latest release from the [release page](https://github.com/ellie/atuin/releases).
We had a lot of changes in this release - I'll call out a few, but this is not exhaustive.
+
## Crossterm
Deserving of a special callout, we now use [Crossterm](https://github.com/ellie/atuin/pull/331) as our TUI backend - this has been a huge effort, and has taken almost a year. Thank you to Conrad for pushing through it, and [@pdecat](https://github.com/pdecat) for your contributions!