chore(deps): update dependency zensical to v0.0.28#124
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency zensical to v0.0.28#124renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
6f841f2 to
71fde2d
Compare
71fde2d to
8e9c074
Compare
8e9c074 to
5a16534
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.24→==0.0.28Release Notes
zensical/zensical (zensical)
v0.0.28: 0.0.28Compare Source
Summary
This version updates the user interface to v0.0.10, which fixes a couple of bugs related to search and code annotation rendering. Additionally, it adds support for version selectors in the modern theme, paving the way for adding support for mike to manage multiple versions of documentation on GitHub Pages.
In addition, this release adds new configuration options for the file watcher to improve compatibility in certain environments.
File watcher
You can now opt into using a polling-based file watcher, which is particularly useful when running Docker on Windows, where filesystem event limitations (e.g., inotify constraints) can cause issues.
To enable the polling watcher:
export ZENSICAL_POLL_WATCHER=1The polling interval is configurable and defaults to
500milliseconds (aligned with MkDocs behavior):export ZENSICAL_POLL_INTERVAL=500Changelog
Bug fixes
5196cdbcompat – invalid setup of MathJax in bootstrappedzensical.tomlb710744ui – update ui to v0.0.10f014425zensical-watch – auto-reload not working for Docker on Windows (#340, #446)v0.0.27: 0.0.27Compare Source
Summary
This version fixes a reload loop for when auto-appended snippets are located inside of the
docsdirectory, and auto-reload for pages with Chinese path segments.Changelog
Bug fixes
062a972zensical – printed URLs of built pages shouldn't be percent-encodede326ae3zensical – auto-reload not working for URLs with Chinese path segments (#436)9654132zensical-watch – skip queuing redundant watch paths (#434)v0.0.26: 0.0.26Compare Source
Summary
This version fixes a regression introduced in 0.0.25 where the wheels built for manylinux x86 would be based on Python 3.8 instead of Python 3.10, making Zensical unusable on those architectures. This is related to a recent bug in our upstream dependency maturin, which was introduced in version 1.12.5. Additionally, it fixes a deprecation warning on Python 3.14 when using the emoji extension.
Changelog
Bug fixes
66ca0e7– missing wheels for CPython 3.10 manylinux x86 (#425)7514e32compat – replacecodecs.open, deprecated in Python 3.14 (#429)v0.0.25: 0.0.25Compare Source
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.Highlights
zensical servenow keeps running on configuration parsing errorspymdownx.snippetsfiles are now watched for changesChangelog
Bug fixes
657c685ui – update ui to v0.0.9b5c8767zensical – config parse errors shouldn't terminatezensical serve(#403)6c911cazensical, compat – watch auto-appendedpymdownx.snippetsfiles for changes (#148)bf930ddzensical, compat – hash plugins config to trigger page rebuilds (#387)b93d630compat – clarify examples in bootstrappedzensical.toml(#394)Configuration
📅 Schedule: 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.