diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-05-12 16:36:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 16:36:53 -0700 |
| commit | 671f96b60dac49d1d2de73cc0812986a5e22ce7b (patch) | |
| tree | 4a89561b6b5c9b31fb2d095698aedb315563e0e6 | |
| parent | feat(ui): prominent banner for wrong-key errors at login/sync (#3475) (diff) | |
| download | atuin-671f96b60dac49d1d2de73cc0812986a5e22ce7b.zip | |
chore(release): prepare for release 18.16.1 (#3476)
## 18.16.1
### Bug Fixes
- *(shell/xonsh)* Use os.devnull instead of hard-coded /dev/null
([#3464](https://github.com/atuinsh/atuin/issues/3464))
- Atuin update on windows
([#3453](https://github.com/atuinsh/atuin/issues/3453))
- Ensure local key matches remote data before syncing
([#3474](https://github.com/atuinsh/atuin/issues/3474))
### Documentation
- Add related projects section to README
### Features
- *(ui)* Prominent banner for wrong-key errors at login/sync
([#3475](https://github.com/atuinsh/atuin/issues/3475))
### Miscellaneous Tasks
- Generate LLM-optimized docs
([#3468](https://github.com/atuinsh/atuin/issues/3468))
- Rename 'atuin hex' to 'atuin pty-proxy'
([#3473](https://github.com/atuinsh/atuin/issues/3473))
| -rw-r--r-- | CHANGELOG.md | 24 | ||||
| -rw-r--r-- | Cargo.lock | 28 | ||||
| -rw-r--r-- | Cargo.toml | 24 | ||||
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 8 | ||||
| -rw-r--r-- | crates/atuin-dotfiles/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-history/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-kv/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-scripts/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-server-database/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-server-postgres/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-server-sqlite/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin/Cargo.toml | 10 |
13 files changed, 72 insertions, 48 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 524b616b..489e28fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. +## 18.16.1 + +### Bug Fixes + +- *(shell/xonsh)* Use os.devnull instead of hard-coded /dev/null ([#3464](https://github.com/atuinsh/atuin/issues/3464)) +- Atuin update on windows ([#3453](https://github.com/atuinsh/atuin/issues/3453)) +- Ensure local key matches remote data before syncing ([#3474](https://github.com/atuinsh/atuin/issues/3474)) + + +### Documentation + +- Add related projects section to README + + +### Features + +- *(ui)* Prominent banner for wrong-key errors at login/sync ([#3475](https://github.com/atuinsh/atuin/issues/3475)) + + +### Miscellaneous Tasks + +- Generate LLM-optimized docs ([#3468](https://github.com/atuinsh/atuin/issues/3468)) +- Rename 'atuin hex' to 'atuin pty-proxy' ([#3473](https://github.com/atuinsh/atuin/issues/3473)) + ## 18.16.0 ### Features @@ -214,7 +214,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atuin" -version = "18.16.0" +version = "18.16.1" dependencies = [ "arboard", "async-trait", @@ -274,7 +274,7 @@ dependencies = [ [[package]] name = "atuin-ai" -version = "18.16.0" +version = "18.16.1" dependencies = [ "async-stream", "async-trait", @@ -326,7 +326,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "18.16.0" +version = "18.16.1" dependencies = [ "async-trait", "atuin-common", @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "18.16.0" +version = "18.16.1" dependencies = [ "base64", "directories", @@ -401,7 +401,7 @@ dependencies = [ [[package]] name = "atuin-daemon" -version = "18.16.0" +version = "18.16.1" dependencies = [ "atuin-client", "atuin-common", @@ -434,7 +434,7 @@ dependencies = [ [[package]] name = "atuin-dotfiles" -version = "18.16.0" +version = "18.16.1" dependencies = [ "atuin-client", "atuin-common", @@ -448,7 +448,7 @@ dependencies = [ [[package]] name = "atuin-history" -version = "18.16.0" +version = "18.16.1" dependencies = [ "atuin-client", "crossterm", @@ -461,7 +461,7 @@ dependencies = [ [[package]] name = "atuin-kv" -version = "18.16.0" +version = "18.16.1" dependencies = [ "atuin-client", "atuin-common", @@ -504,7 +504,7 @@ dependencies = [ [[package]] name = "atuin-pty-proxy" -version = "18.16.0" +version = "18.16.1" dependencies = [ "clap", "crossterm", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "atuin-scripts" -version = "18.16.0" +version = "18.16.1" dependencies = [ "atuin-client", "atuin-common", @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "atuin-server" -version = "18.16.0" +version = "18.16.1" dependencies = [ "argon2", "atuin-common", @@ -567,7 +567,7 @@ dependencies = [ [[package]] name = "atuin-server-database" -version = "18.16.0" +version = "18.16.1" dependencies = [ "async-trait", "atuin-common", @@ -580,7 +580,7 @@ dependencies = [ [[package]] name = "atuin-server-postgres" -version = "18.16.0" +version = "18.16.1" dependencies = [ "async-trait", "atuin-common", @@ -598,7 +598,7 @@ dependencies = [ [[package]] name = "atuin-server-sqlite" -version = "18.16.0" +version = "18.16.1" dependencies = [ "async-trait", "atuin-common", @@ -9,7 +9,7 @@ resolver = "2" exclude = ["ui/backend", "crates/atuin-nucleo/matcher/fuzz"] [workspace.package] -version = "18.16.0" +version = "18.16.1" authors = ["Ellie Huxtable <ellie@atuin.sh>"] rust-version = "1.95.0" license = "MIT" @@ -19,17 +19,17 @@ readme = "README.md" [workspace.dependencies] async-trait = "0.1.58" -atuin-client = { path = "crates/atuin-client", version = "18.16.0" } -atuin-common = { path = "crates/atuin-common", version = "18.16.0" } -atuin-daemon = { path = "crates/atuin-daemon", version = "18.16.0" } -atuin-dotfiles = { path = "crates/atuin-dotfiles", version = "18.16.0" } -atuin-history = { path = "crates/atuin-history", version = "18.16.0" } -atuin-kv = { path = "crates/atuin-kv", version = "18.16.0" } -atuin-scripts = { path = "crates/atuin-scripts", version = "18.16.0" } -atuin-server = { path = "crates/atuin-server", version = "18.16.0" } -atuin-server-database = { path = "crates/atuin-server-database", version = "18.16.0" } -atuin-server-postgres = { path = "crates/atuin-server-postgres", version = "18.16.0" } -atuin-server-sqlite = { path = "crates/atuin-server-sqlite", version = "18.16.0" } +atuin-client = { path = "crates/atuin-client", version = "18.16.1" } +atuin-common = { path = "crates/atuin-common", version = "18.16.1" } +atuin-daemon = { path = "crates/atuin-daemon", version = "18.16.1" } +atuin-dotfiles = { path = "crates/atuin-dotfiles", version = "18.16.1" } +atuin-history = { path = "crates/atuin-history", version = "18.16.1" } +atuin-kv = { path = "crates/atuin-kv", version = "18.16.1" } +atuin-scripts = { path = "crates/atuin-scripts", version = "18.16.1" } +atuin-server = { path = "crates/atuin-server", version = "18.16.1" } +atuin-server-database = { path = "crates/atuin-server-database", version = "18.16.1" } +atuin-server-postgres = { path = "crates/atuin-server-postgres", version = "18.16.1" } +atuin-server-sqlite = { path = "crates/atuin-server-sqlite", version = "18.16.1" } atuin-nucleo = { path = "crates/atuin-nucleo", version = "0.6.0" } atuin-nucleo-matcher = { path = "crates/atuin-nucleo/matcher", version = "0.3.1" } base64 = "0.22" diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 098ecf05..1b007f2e 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -20,7 +20,7 @@ daemon = [] check-update = [] [dependencies] -atuin-common = { path = "../atuin-common", version = "18.16.0" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } log = { workspace = true } base64 = { workspace = true } diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 15a99849..97bda630 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -14,10 +14,10 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-client = { path = "../atuin-client", version = "18.16.0" } -atuin-common = { path = "../atuin-common", version = "18.16.0" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.16.0" } -atuin-history = { path = "../atuin-history", version = "18.16.0" } +atuin-client = { path = "../atuin-client", version = "18.16.1" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.16.1" } +atuin-history = { path = "../atuin-history", version = "18.16.1" } time = { workspace = true } uuid = { workspace = true } diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index 02a60869..183091b3 100644 --- a/crates/atuin-dotfiles/Cargo.toml +++ b/crates/atuin-dotfiles/Cargo.toml @@ -14,8 +14,8 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-common = { path = "../atuin-common", version = "18.16.0" } -atuin-client = { path = "../atuin-client", version = "18.16.0" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } +atuin-client = { path = "../atuin-client", version = "18.16.1" } eyre = { workspace = true } tokio = { workspace = true } diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 96c9b150..50831a0b 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -14,7 +14,7 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-client = { path = "../atuin-client", version = "18.16.0" } +atuin-client = { path = "../atuin-client", version = "18.16.1" } time = { workspace = true } serde = { workspace = true } diff --git a/crates/atuin-kv/Cargo.toml b/crates/atuin-kv/Cargo.toml index 37679f85..c92b2ed2 100644 --- a/crates/atuin-kv/Cargo.toml +++ b/crates/atuin-kv/Cargo.toml @@ -14,8 +14,8 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-client = { path = "../atuin-client", version = "18.16.0" } -atuin-common = { path = "../atuin-common", version = "18.16.0" } +atuin-client = { path = "../atuin-client", version = "18.16.1" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml index 6bf514d8..6c168ecd 100644 --- a/crates/atuin-scripts/Cargo.toml +++ b/crates/atuin-scripts/Cargo.toml @@ -14,8 +14,8 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-client = { path = "../atuin-client", version = "18.16.0" } -atuin-common = { path = "../atuin-common", version = "18.16.0" } +atuin-client = { path = "../atuin-client", version = "18.16.1" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index d4c2bbbd..e361c68b 100644 --- a/crates/atuin-server-database/Cargo.toml +++ b/crates/atuin-server-database/Cargo.toml @@ -10,7 +10,7 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.16.0" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index 1965b414..ea19899e 100644 --- a/crates/atuin-server-postgres/Cargo.toml +++ b/crates/atuin-server-postgres/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.16.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.16.0" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.16.1" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin-server-sqlite/Cargo.toml b/crates/atuin-server-sqlite/Cargo.toml index a1b1c9d1..579a5e7e 100644 --- a/crates/atuin-server-sqlite/Cargo.toml +++ b/crates/atuin-server-sqlite/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.16.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.16.0" } +atuin-common = { path = "../atuin-common", version = "18.16.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.16.1" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index e9bad2ec..0ac1e889 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -44,13 +44,13 @@ clipboard = ["arboard"] check-update = ["atuin-client/check-update"] [dependencies] -atuin-ai = { path = "../atuin-ai", version = "18.16.0", optional = true, default-features = false } -atuin-client = { path = "../atuin-client", version = "18.16.0", optional = true, default-features = false } +atuin-ai = { path = "../atuin-ai", version = "18.16.1", optional = true, default-features = false } +atuin-client = { path = "../atuin-client", version = "18.16.1", optional = true, default-features = false } atuin-common = { workspace = true } atuin-dotfiles = { workspace = true } atuin-history = { workspace = true } -atuin-daemon = { path = "../atuin-daemon", version = "18.16.0", optional = true, default-features = false } -atuin-pty-proxy = { path = "../atuin-pty-proxy", version = "18.16.0", optional = true, default-features = false } +atuin-daemon = { path = "../atuin-daemon", version = "18.16.1", optional = true, default-features = false } +atuin-pty-proxy = { path = "../atuin-pty-proxy", version = "18.16.1", optional = true, default-features = false } atuin-scripts = { workspace = true } atuin-kv = { workspace = true } @@ -110,7 +110,7 @@ daemonize = "0.5.0" # compiles cleanly. tree-sitter 0.26's portable/endian.h fails on illumos, # Windows cross-compiles, and potentially other exotic targets. [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies] -atuin-ai = { path = "../atuin-ai", version = "18.16.0", optional = true, default-features = false, features = ["tree-sitter"] } +atuin-ai = { path = "../atuin-ai", version = "18.16.1", optional = true, default-features = false, features = ["tree-sitter"] } [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.61.2", features = ["Win32_System_Console"] } |
