Skip to content

Update dependency zensical to v0.0.61 - #214

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/zensical-0.x
Open

Update dependency zensical to v0.0.61#214
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/zensical-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 8, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
zensical (changelog) ==0.0.59==0.0.61 age confidence

Release Notes

zensical/zensical (zensical)

v0.0.61: 0.0.61

Compare Source

Summary

This version adds more comprehensive support for documentation redirects in mkdocs.yml and zensical.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 ## Installation to ## Getting started, add:

[project.plugins.redirects.redirect_maps]
"guide.md#installation" = "guide.md#getting-started"

Existing links to /guide/#installation will 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
  • 215d7fa zensical, compat – resolve redirect chains and reject cycles
  • a6fdc5f zensical, compat – resolve anchor overrides in page redirects
  • 0b1a378 zensical, compat – support anchor redirects
Bug fixes
  • 6910d56 compat – relax validation of autorefs settings
  • eac9e24 ui – update ui to v0.0.29
  • 78a34cd zensical-serve – avoid port conflicts in server doctests
  • 304e280 compat – relax search validation (#​926)
Refactorings
  • 6220f43 zensical – clarify redirect planning and output

v0.0.60: 0.0.60

Compare 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-reader plugin and fixes template inclusion with macros on Windows extended-length paths.

Changelog

Features
  • 3b929cc compat – support table-reader plugin directly (not through macros)
Bug fixes
  • 82ece74 ui – update ui to v0.0.28
  • 206b6b3 compat – handle Windows extended-length paths when including templates with macros (#​914)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency zensical to v0.0.60 Update dependency zensical to v0.0.61 Sep 11, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from e6b7b8c to 067ccab Compare September 11, 2026 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants