Update dependency zensical to v0.0.61 - #214
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
September 11, 2026 22:05
e6b7b8c to
067ccab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.0.59→==0.0.61Release Notes
zensical/zensical (zensical)
v0.0.61: 0.0.61Compare Source
Summary
This version adds more comprehensive support for documentation redirects in
mkdocs.ymlandzensical.toml. Zensical supports page and anchor redirects, resolves redirect chains, rejects cycles, and preserves links when pages are moved or split.Anchor redirects
Renaming a heading normally breaks bookmarks and external links to its old anchor. For example, after renaming
## Installationto## Getting started, add:Existing links to
/guide/#installationwill then redirect to/guide/#getting-started. The same configuration can redirect anchors between pages or preserve individual sections when splitting a page.Automatic redirects
Zensical Studio detects renamed headings and offers an Add anchor redirect CodeLens. It can complete, validate, navigate to, and repair redirect targets while compacting repeated changes, updating redirect chains, and removing redundant self-redirects.
Changelog
Features
215d7fazensical, compat – resolve redirect chains and reject cyclesa6fdc5fzensical, compat – resolve anchor overrides in page redirects0b1a378zensical, compat – support anchor redirectsBug fixes
6910d56compat – relax validation of autorefs settingseac9e24ui – update ui to v0.0.2978a34cdzensical-serve – avoid port conflicts in server doctests304e280compat – relax search validation (#926)Refactorings
6220f43zensical – clarify redirect planning and outputv0.0.60: 0.0.60Compare Source
Summary
This version updates the user interface to 0.0.28, fixing navigation pruning and alternate-link handling while adding 51 new icons. It also adds direct support for the
table-readerplugin and fixes template inclusion with macros on Windows extended-length paths.Changelog
Features
3b929cccompat – support table-reader plugin directly (not through macros)Bug fixes
82ece74ui – update ui to v0.0.28206b6b3compat – handle Windows extended-length paths when including templates with macros (#914)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.