Release v0.2.9: runtime reliability and admin UX refresh

- ship runtime reliability, watcher/scanner hardening, and hardware hot reload

- refresh admin/settings UX and add Playwright reliability coverage

- standardize frontend workflow on Bun and update deploy/docs
This commit is contained in:
2026-03-05 22:22:06 -05:00
parent adb034d850
commit 095b648757
66 changed files with 4725 additions and 5859 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "alchemist"
version = "0.2.8"
version = "0.2.9"
edition = "2021"
license = "GPL-3.0"
build = "build.rs"
@@ -45,3 +45,7 @@ rand = "0.8"
sysinfo = "0.32"
uuid = { version = "1", features = ["v4"] }
sha2 = "0.10"
[dev-dependencies]
http-body-util = "0.1"
tower = { version = "0.5", features = ["util"] }