mirror of
https://github.com/zensical/zensical.git
synced 2026-09-24 07:15:34 +00:00
chore: release v0.0.62
## Summary This version adds support for the [mkdocs-callouts] plugin, which renders Obsidian-style callouts as admonitions. It also improves compatibility with existing MkDocs projects by accepting more plugin settings, restores support for mike's `version_selector` option, and fixes builds when the project configuration file is included in `watch`. Additionally, the [user interface] is updated to [v0.0.30], ensuring that anchor links reveal targets inside collapsed details, content tabs, and annotations—including deeply nested combinations—before scrolling to them. [mkdocs-callouts]: https://github.com/sondregronas/mkdocs-callouts [user interface]: https://github.com/zensical/ui [v0.0.30]: https://github.com/zensical/ui/releases/tag/v0.0.30 Signed-off-by: squidfunk <martin.donath@squidfunk.com>
This commit is contained in:
Generated
+1
-1
@@ -2579,7 +2579,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zensical"
|
||||
version = "0.0.61"
|
||||
version = "0.0.62"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
[package]
|
||||
name = "zensical"
|
||||
version = "0.0.61"
|
||||
version = "0.0.62"
|
||||
description = "Zensical"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user