Skip to content

Bump pelican from 4.11.0.post0 to 4.12.0#177

Merged
janhoy merged 1 commit into
mainfrom
dependabot/pip/pelican-4.12.0
May 19, 2026
Merged

Bump pelican from 4.11.0.post0 to 4.12.0#177
janhoy merged 1 commit into
mainfrom
dependabot/pip/pelican-4.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps pelican from 4.11.0.post0 to 4.12.0.

Release notes

Sourced from pelican's releases.

Pelican 4.12.0

Changelog

Sourced from pelican's changelog.

4.12.0 - 2026-04-20

  • Add dark mode to notmyidea template ([#3490](https://github.com/getpelican/pelican/issues/3490)) <https://github.com/getpelican/pelican/pull/3490>_
  • Support CSS_FILE setting in Simple theme ([#3555](https://github.com/getpelican/pelican/issues/3555)) <https://github.com/getpelican/pelican/pull/3555>_
  • Improve Simple theme template inheritance ([#3570](https://github.com/getpelican/pelican/issues/3570)) <https://github.com/getpelican/pelican/pull/3570>_
  • Strip table-of-contents elements from article summaries ([#3512](https://github.com/getpelican/pelican/issues/3512)) <https://github.com/getpelican/pelican/pull/3512>_
  • Use slug in category/tag feed titles ([#3569](https://github.com/getpelican/pelican/issues/3569)) <https://github.com/getpelican/pelican/pull/3569>_
  • Fix raising exceptions on filtered logs ([#3547](https://github.com/getpelican/pelican/issues/3547)) <https://github.com/getpelican/pelican/pull/3547>_
  • Fix disabled category output ([#3589](https://github.com/getpelican/pelican/issues/3589)) <https://github.com/getpelican/pelican/pull/3589>_
  • Fix default FEED_DOMAIN to fall back to SITEURL ([#3477](https://github.com/getpelican/pelican/issues/3477)) <https://github.com/getpelican/pelican/pull/3477>_
  • Don't log feed warning if FEED_DOMAIN is set ([#3544](https://github.com/getpelican/pelican/issues/3544)) <https://github.com/getpelican/pelican/pull/3544>_
  • Fix livereload import in docserve() task ([#3583](https://github.com/getpelican/pelican/issues/3583)) <https://github.com/getpelican/pelican/pull/3583>_
  • Fix JavaScript MIME detection on Windows ([#3594](https://github.com/getpelican/pelican/issues/3594)) <https://github.com/getpelican/pelican/pull/3594>_
  • Fix linking to individual settings in docs ([#3458](https://github.com/getpelican/pelican/issues/3458)) <https://github.com/getpelican/pelican/pull/3458>_
  • Overhaul installation instructions; add pipx and uv ([#3549](https://github.com/getpelican/pelican/issues/3549)) <https://github.com/getpelican/pelican/pull/3549>_
  • Enhance GitHub Pages workflow ([#3452](https://github.com/getpelican/pelican/issues/3452)) <https://github.com/getpelican/pelican/pull/3452>_ & ([#3529](https://github.com/getpelican/pelican/issues/3529)) <https://github.com/getpelican/pelican/pull/3529>_
  • Require Docutils 0.22+ and Sphinx 9.0+ ([#3579](https://github.com/getpelican/pelican/issues/3579)) <https://github.com/getpelican/pelican/pull/3579>_
  • Require Python 3.11 and above; add Python 3.14 to test matrix ([#3514](https://github.com/getpelican/pelican/issues/3514)) <https://github.com/getpelican/pelican/pull/3514>_

4.11.0 - 2025-01-15

  • Add setting to selectively omit Typogrify filters ([#3439](https://github.com/getpelican/pelican/issues/3439)) <https://github.com/getpelican/pelican/pull/3439>_
  • Add more blocks to the Simple theme’s base template, making it easier to create new themes by inheriting from the Simple theme ([#3405](https://github.com/getpelican/pelican/issues/3405)) <https://github.com/getpelican/pelican/pull/3405>_
  • Fix auto-reload behavior upon changes to the theme, content or settings. Make default IGNORE_FILES recursively ignore all hidden files as well as the default filters <https://watchfiles.helpmanual.io/api/filters/#watchfiles.DefaultFilter.ignore_dirs>_ from watchfiles.DefaultFilter. ([#3441](https://github.com/getpelican/pelican/issues/3441)) <https://github.com/getpelican/pelican/pull/3441>_
  • Get current year from the SOURCE_DATE_EPOCH environment variable, if available ([#3430](https://github.com/getpelican/pelican/issues/3430)) <https://github.com/getpelican/pelican/pull/3430>_
  • Add Python 3.13 to test matrix and remove Python 3.8 ([#3435](https://github.com/getpelican/pelican/issues/3435)) <https://github.com/getpelican/pelican/pull/3435>_
  • Require Typogrify 2.1+ and Pygments <2.19

4.10.2 - 2024-11-27

  • Change IGNORE_FILES setting default to ignore all hidden files
  • Fix SUMMARY_MAX_PARAGRAPHS not being respected in some combinations with SUMMARY_MAX_LENGTH

4.10.1 - 2024-09-28

  • Fix error when running pelican -r -l
  • Fix symlink handling in pelican-themes

4.10.0 - 2024-09-16

  • Add setting to specify summary via paragraph count
  • Add new status to skip generation of a post
  • Add setting to append ref parameter to links in feeds
  • Configure logging handler via --log-handler CLI option
  • Resolve intra-site links in summaries

... (truncated)

Commits

@janhoy
Copy link
Copy Markdown
Contributor

janhoy commented May 19, 2026

@dependabot rebase

Bumps [pelican](https://github.com/getpelican/pelican) from 4.11.0.post0 to 4.12.0.
- [Release notes](https://github.com/getpelican/pelican/releases)
- [Changelog](https://github.com/getpelican/pelican/blob/main/docs/changelog.rst)
- [Commits](https://github.com/getpelican/pelican/commits/4.12.0)

---
updated-dependencies:
- dependency-name: pelican
  dependency-version: 4.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/pelican-4.12.0 branch from 4b23c4e to f69e293 Compare May 19, 2026 13:27
@janhoy janhoy merged commit 055c914 into main May 19, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/pip/pelican-4.12.0 branch May 19, 2026 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant