chore: release v0.0.57

## Summary

This version improves compatibility with `markdown-exec` by supporting `pymdownx` blocks, raises the maximum HTTP header value size to 8 KiB for proxy-generated cookies, and updates the UI dependency stack and bundled icons. UI performance and palette tooltip behavior were also improved, especially on large pages and in Safari.

Signed-off-by: squidfunk <martin.donath@squidfunk.com>
This commit is contained in:
Martin Donath
2026-08-21 22:35:17 +02:00
committed by GitHub
parent 325758fb2b
commit f18bb9957c
4 changed files with 5 additions and 5 deletions
Generated
+2 -2
View File
@@ -1467,7 +1467,7 @@ dependencies = [
[[package]]
name = "zensical"
version = "0.0.56"
version = "0.0.57"
dependencies = [
"ahash",
"anyhow",
@@ -1495,7 +1495,7 @@ dependencies = [
[[package]]
name = "zensical-serve"
version = "0.0.4"
version = "0.0.5"
dependencies = [
"base64",
"crossbeam",
+1 -1
View File
@@ -40,7 +40,7 @@ all = { level = "warn", priority = -1 }
pedantic = { level = "warn", priority = -1 }
[workspace.dependencies]
zensical-serve = { version = "0.0.4", path = "crates/zensical-serve" }
zensical-serve = { version = "0.0.5", path = "crates/zensical-serve" }
zensical-watch = { version = "0.0.5", path = "crates/zensical-watch" }
ahash = "0.8"
+1 -1
View File
@@ -23,7 +23,7 @@
[package]
name = "zensical-serve"
version = "0.0.4"
version = "0.0.5"
description = "HTTP server"
edition.workspace = true
rust-version.workspace = true
+1 -1
View File
@@ -23,7 +23,7 @@
[package]
name = "zensical"
version = "0.0.56"
version = "0.0.57"
description = "Zensical"
edition.workspace = true
rust-version.workspace = true