mirror of
https://github.com/zensical/zensical.git
synced 2026-05-06 02:50:34 +00:00
chore: release v0.0.25
## Summary This version updates the [user interface] to [v0.0.9], which improves on accessibility and fixes some minor rendering issues. Additionally, it fixes some bugs related to configuration parsing and plugin handling in `zensical serve`, ensuring a smoother development experience. [user interface]: https://github.com/zensical/ui [v0.0.9]: https://github.com/zensical/ui/releases/tag/v0.0.9 ### Highlights - `zensical serve` now keeps running on configuration parsing errors - Auto-appended `pymdownx.snippets` files are now watched for changes - Search highlighting now works with keyboard navigation Signed-off-by: squidfunk <martin.donath@squidfunk.com>
This commit is contained in:
Generated
+1
-1
@@ -1416,7 +1416,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zensical"
|
||||
version = "0.0.24"
|
||||
version = "0.0.25"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"crossbeam",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
[package]
|
||||
name = "zensical"
|
||||
version = "0.0.24"
|
||||
version = "0.0.25"
|
||||
description = "Zensical"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user