chore(deps): update zensical/zensical docker tag to v0.0.28 #155

Merged
renovate merged 1 commit from renovate/zensical-zensical-0.x into master 2026-03-20 05:09:06 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
zensical/zensical (source) final patch 0.0.270.0.28

Release Notes

zensical/zensical (zensical/zensical)

v0.0.28: 0.0.28

Compare 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=1

The polling interval is configurable and defaults to 500 milliseconds (aligned with MkDocs behavior):

export ZENSICAL_POLL_INTERVAL=500

Changelog

Bug fixes
  • 5196cdb compat – invalid setup of MathJax in bootstrapped zensical.toml
  • b710744 ui – update ui to v0.0.10
  • f014425 zensical-watch – auto-reload not working for Docker on Windows (#​340, #​446)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [zensical/zensical](https://zensical.org) ([source](https://github.com/zensical/zensical)) | final | patch | `0.0.27` → `0.0.28` | --- ### Release Notes <details> <summary>zensical/zensical (zensical/zensical)</summary> ### [`v0.0.28`](https://github.com/zensical/zensical/releases/tag/v0.0.28): 0.0.28 [Compare Source](https://github.com/zensical/zensical/compare/v0.0.27...v0.0.28) #### 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: ```bash export ZENSICAL_POLL_WATCHER=1 ``` The polling interval is configurable and defaults to `500` milliseconds (aligned with MkDocs behavior): ```bash export ZENSICAL_POLL_INTERVAL=500 ``` [user interface]: https://github.com/zensical/ui [v0.0.10]: https://github.com/zensical/ui/releases/tag/v0.0.10 [mike]: https://github.com/jimporter/mike #### Changelog ##### Bug fixes - [`5196cdb`](https://github.com/zensical/zensical/commit/5196cdb) **compat** – invalid setup of MathJax in bootstrapped `zensical.toml` - [`b710744`](https://github.com/zensical/zensical/commit/b710744) **ui** – update ui to v0.0.10 - [`f014425`](https://github.com/zensical/zensical/commit/f014425) **zensical-watch** – auto-reload not working for Docker on Windows ([#&#8203;340](https://github.com/zensical/zensical/issues/340), [#&#8203;446](https://github.com/zensical/zensical/issues/446)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ny44IiwidXBkYXRlZEluVmVyIjoiNDMuNzcuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
chore(deps): update zensical/zensical docker tag to v0.0.28
All checks were successful
/ lint (pull_request) Successful in 2s
/ build_and_test_and_push (pull_request) Successful in 51s
d66648ffe5
renovate scheduled this pull request to auto merge when all checks succeed 2026-03-20 05:06:57 +01:00
renovate merged commit ae056a7cc1 into master 2026-03-20 05:09:06 +01:00
renovate deleted branch renovate/zensical-zensical-0.x 2026-03-20 05:09:06 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
container-images/mkdocs!155
No description provided.