aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-03-27 12:00:28 -0700
committerGitHub <noreply@github.com>2026-03-27 12:00:28 -0700
commite0d97af547ccbe4bcfdae64b97746ac2eecdf6fb (patch)
tree1c485bca59945bc3d0f42b6e84e95ad4e54b550e
parentchore(deps): Update to eye-declare v0.2.0 (#3355) (diff)
downloadatuin-e0d97af547ccbe4bcfdae64b97746ac2eecdf6fb.zip
chore: Prepare 18.13.6 release (#3356)
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md28
-rw-r--r--Cargo.lock28
-rw-r--r--Cargo.toml24
-rw-r--r--crates/atuin-client/Cargo.toml2
-rw-r--r--crates/atuin-daemon/Cargo.toml8
-rw-r--r--crates/atuin-dotfiles/Cargo.toml4
-rw-r--r--crates/atuin-history/Cargo.toml2
-rw-r--r--crates/atuin-kv/Cargo.toml4
-rw-r--r--crates/atuin-scripts/Cargo.toml4
-rw-r--r--crates/atuin-server-database/Cargo.toml2
-rw-r--r--crates/atuin-server-postgres/Cargo.toml4
-rw-r--r--crates/atuin-server-sqlite/Cargo.toml4
-rw-r--r--crates/atuin/Cargo.toml8
13 files changed, 75 insertions, 47 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67e719b7..de14957a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
## [unreleased]
+## 18.13.6
+
+### Bug Fixes
+
+- *(powershell)* Handle non-FileSystem drives ([#3353](https://github.com/atuinsh/atuin/issues/3353))
+- Remove unnecessary arboard/image-data default feature ([#3345](https://github.com/atuinsh/atuin/issues/3345))
+- Use printf to append fish shell init block ([#3346](https://github.com/atuinsh/atuin/issues/3346))
+- Set WorkingDirectory in PowerShell Invoke-AtuinSearch ([#3351](https://github.com/atuinsh/atuin/issues/3351))
+
+
+### Features
+
+- Use eye-declare for more performant and flexible AI TUI ([#3343](https://github.com/atuinsh/atuin/issues/3343))
+
+
+### Miscellaneous Tasks
+
+- *(ci)* Switch most workflows to depot ci ([#3352](https://github.com/atuinsh/atuin/issues/3352))
+
+
## 18.13.5
### Bug Fixes
@@ -16,12 +36,19 @@ All notable changes to this project will be documented in this file.
- Fix duplicated word in Kubernetes guide ([#3338](https://github.com/atuinsh/atuin/issues/3338))
+### Miscellaneous Tasks
+
+- Prepare 18.13.5 ([#3342](https://github.com/atuinsh/atuin/issues/3342))
+
+
## 18.13.4
### Bug Fixes
- *(ai)* Restore url-quote-magic for ? in zsh ([#3304](https://github.com/atuinsh/atuin/issues/3304))
+- Redirect tty0 when running setup
- Redirect tty0 when running setup ([#3302](https://github.com/atuinsh/atuin/issues/3302))
+- Call ensure_hub_session even if primary sync endpoint is self-hosted
- Call ensure_hub_session even if primary sync endpoint is self-hosted ([#3301](https://github.com/atuinsh/atuin/issues/3301))
- Remove per-event mouse capture toggling that leaked ANSI to stdout ([#3299](https://github.com/atuinsh/atuin/issues/3299))
- Clarify what data is sent when using Atuin AI during setup (only OS and shell) ([#3290](https://github.com/atuinsh/atuin/issues/3290))
@@ -33,6 +60,7 @@ All notable changes to this project will be documented in this file.
### Documentation
- Fix typo in FAQ alternatives section ([#3292](https://github.com/atuinsh/atuin/issues/3292))
+- Remove 'experimental' status from Atuin Daemon
- Remove 'experimental' status from Atuin Daemon ([#3295](https://github.com/atuinsh/atuin/issues/3295))
- Add inline_height_shell_up_key_binding ([#3270](https://github.com/atuinsh/atuin/issues/3270))
diff --git a/Cargo.lock b/Cargo.lock
index 1fa8ebca..972a7eef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -208,7 +208,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "atuin"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"arboard",
"async-trait",
@@ -268,7 +268,7 @@ dependencies = [
[[package]]
name = "atuin-ai"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"async-stream",
"atuin-client",
@@ -299,7 +299,7 @@ dependencies = [
[[package]]
name = "atuin-client"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"async-trait",
"atuin-common",
@@ -354,7 +354,7 @@ dependencies = [
[[package]]
name = "atuin-common"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"base64",
"directories",
@@ -374,7 +374,7 @@ dependencies = [
[[package]]
name = "atuin-daemon"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"atuin-client",
"atuin-common",
@@ -407,7 +407,7 @@ dependencies = [
[[package]]
name = "atuin-dotfiles"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"atuin-client",
"atuin-common",
@@ -421,7 +421,7 @@ dependencies = [
[[package]]
name = "atuin-hex"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"clap",
"crossterm",
@@ -433,7 +433,7 @@ dependencies = [
[[package]]
name = "atuin-history"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"atuin-client",
"crossterm",
@@ -446,7 +446,7 @@ dependencies = [
[[package]]
name = "atuin-kv"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"atuin-client",
"atuin-common",
@@ -489,7 +489,7 @@ dependencies = [
[[package]]
name = "atuin-scripts"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"atuin-client",
"atuin-common",
@@ -511,7 +511,7 @@ dependencies = [
[[package]]
name = "atuin-server"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"argon2",
"atuin-common",
@@ -540,7 +540,7 @@ dependencies = [
[[package]]
name = "atuin-server-database"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"async-trait",
"atuin-common",
@@ -553,7 +553,7 @@ dependencies = [
[[package]]
name = "atuin-server-postgres"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"async-trait",
"atuin-common",
@@ -571,7 +571,7 @@ dependencies = [
[[package]]
name = "atuin-server-sqlite"
-version = "18.13.5"
+version = "18.13.6"
dependencies = [
"async-trait",
"atuin-common",
diff --git a/Cargo.toml b/Cargo.toml
index 00454c75..cdb73e19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ resolver = "2"
exclude = ["ui/backend", "crates/atuin-nucleo/matcher/fuzz"]
[workspace.package]
-version = "18.13.5"
+version = "18.13.6"
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
rust-version = "1.94.0"
license = "MIT"
@@ -15,17 +15,17 @@ readme = "README.md"
[workspace.dependencies]
async-trait = "0.1.58"
-atuin-client = { path = "crates/atuin-client", version = "18.13.5" }
-atuin-common = { path = "crates/atuin-common", version = "18.13.5" }
-atuin-daemon = { path = "crates/atuin-daemon", version = "18.13.5" }
-atuin-dotfiles = { path = "crates/atuin-dotfiles", version = "18.13.5" }
-atuin-history = { path = "crates/atuin-history", version = "18.13.5" }
-atuin-kv = { path = "crates/atuin-kv", version = "18.13.5" }
-atuin-scripts = { path = "crates/atuin-scripts", version = "18.13.5" }
-atuin-server = { path = "crates/atuin-server", version = "18.13.5" }
-atuin-server-database = { path = "crates/atuin-server-database", version = "18.13.5" }
-atuin-server-postgres = { path = "crates/atuin-server-postgres", version = "18.13.5" }
-atuin-server-sqlite = { path = "crates/atuin-server-sqlite", version = "18.13.5" }
+atuin-client = { path = "crates/atuin-client", version = "18.13.6" }
+atuin-common = { path = "crates/atuin-common", version = "18.13.6" }
+atuin-daemon = { path = "crates/atuin-daemon", version = "18.13.6" }
+atuin-dotfiles = { path = "crates/atuin-dotfiles", version = "18.13.6" }
+atuin-history = { path = "crates/atuin-history", version = "18.13.6" }
+atuin-kv = { path = "crates/atuin-kv", version = "18.13.6" }
+atuin-scripts = { path = "crates/atuin-scripts", version = "18.13.6" }
+atuin-server = { path = "crates/atuin-server", version = "18.13.6" }
+atuin-server-database = { path = "crates/atuin-server-database", version = "18.13.6" }
+atuin-server-postgres = { path = "crates/atuin-server-postgres", version = "18.13.6" }
+atuin-server-sqlite = { path = "crates/atuin-server-sqlite", version = "18.13.6" }
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 8351fcd6..763f9d4e 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.13.5" }
+atuin-common = { path = "../atuin-common", version = "18.13.6" }
log = { workspace = true }
base64 = { workspace = true }
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml
index a60aa882..1211ef10 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.13.5" }
-atuin-common = { path = "../atuin-common", version = "18.13.5" }
-atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.5" }
-atuin-history = { path = "../atuin-history", version = "18.13.5" }
+atuin-client = { path = "../atuin-client", version = "18.13.6" }
+atuin-common = { path = "../atuin-common", version = "18.13.6" }
+atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.6" }
+atuin-history = { path = "../atuin-history", version = "18.13.6" }
time = { workspace = true }
uuid = { workspace = true }
diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml
index cb8255f0..c102c15e 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.13.5" }
-atuin-client = { path = "../atuin-client", version = "18.13.5" }
+atuin-common = { path = "../atuin-common", version = "18.13.6" }
+atuin-client = { path = "../atuin-client", version = "18.13.6" }
eyre = { workspace = true }
tokio = { workspace = true }
diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml
index ad42ae30..11ef9871 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.13.5" }
+atuin-client = { path = "../atuin-client", version = "18.13.6" }
time = { workspace = true }
serde = { workspace = true }
diff --git a/crates/atuin-kv/Cargo.toml b/crates/atuin-kv/Cargo.toml
index 45cd593b..97f180d8 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.13.5" }
-atuin-common = { path = "../atuin-common", version = "18.13.5" }
+atuin-client = { path = "../atuin-client", version = "18.13.6" }
+atuin-common = { path = "../atuin-common", version = "18.13.6" }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml
index 0a395c8a..4d2313e6 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.13.5" }
-atuin-common = { path = "../atuin-common", version = "18.13.5" }
+atuin-client = { path = "../atuin-client", version = "18.13.6" }
+atuin-common = { path = "../atuin-common", version = "18.13.6" }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml
index 822ca548..a85c7473 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.13.5" }
+atuin-common = { path = "../atuin-common", version = "18.13.6" }
tracing = { workspace = true }
time = { workspace = true }
diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml
index aa28359d..1a2acf9e 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.13.5" }
-atuin-server-database = { path = "../atuin-server-database", version = "18.13.5" }
+atuin-common = { path = "../atuin-common", version = "18.13.6" }
+atuin-server-database = { path = "../atuin-server-database", version = "18.13.6" }
eyre = { workspace = true }
tracing = { workspace = true }
diff --git a/crates/atuin-server-sqlite/Cargo.toml b/crates/atuin-server-sqlite/Cargo.toml
index 903ef305..626ab3a7 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.13.5" }
-atuin-server-database = { path = "../atuin-server-database", version = "18.13.5" }
+atuin-common = { path = "../atuin-common", version = "18.13.6" }
+atuin-server-database = { path = "../atuin-server-database", version = "18.13.6" }
eyre = { workspace = true }
tracing = { workspace = true }
diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml
index bf68cd02..fedb1831 100644
--- a/crates/atuin/Cargo.toml
+++ b/crates/atuin/Cargo.toml
@@ -43,13 +43,13 @@ clipboard = ["arboard"]
check-update = ["atuin-client/check-update"]
[dependencies]
-atuin-ai = { path = "../atuin-ai", version = "18.13.5", optional = true, default-features = false }
-atuin-client = { path = "../atuin-client", version = "18.13.5", optional = true, default-features = false }
+atuin-ai = { path = "../atuin-ai", version = "18.13.6", optional = true, default-features = false }
+atuin-client = { path = "../atuin-client", version = "18.13.6", optional = true, default-features = false }
atuin-common = { workspace = true }
atuin-dotfiles = { workspace = true }
atuin-history = { workspace = true }
-atuin-daemon = { path = "../atuin-daemon", version = "18.13.5", optional = true, default-features = false }
-atuin-hex = { path = "../atuin-hex", version = "18.13.5", optional = true, default-features = false }
+atuin-daemon = { path = "../atuin-daemon", version = "18.13.6", optional = true, default-features = false }
+atuin-hex = { path = "../atuin-hex", version = "18.13.6", optional = true, default-features = false }
atuin-scripts = { workspace = true }
atuin-kv = { workspace = true }