mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Release Pelican 4.10.0
This commit is contained in:
parent
9e8af627b5
commit
a5db130e1d
3 changed files with 15 additions and 13 deletions
12
RELEASE.md
12
RELEASE.md
|
|
@ -1,12 +0,0 @@
|
||||||
Release type: minor
|
|
||||||
|
|
||||||
- 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
|
|
||||||
- Warn when files are not processed due to disabled readers
|
|
||||||
- Add Medium post importer
|
|
||||||
- Improve GitHub Pages workflow
|
|
||||||
- Improve code test coverage
|
|
||||||
- Translate documentation into Simplified Chinese
|
|
||||||
|
|
@ -1,6 +1,20 @@
|
||||||
Release history
|
Release history
|
||||||
###############
|
###############
|
||||||
|
|
||||||
|
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
|
||||||
|
- Warn when files are not processed due to disabled readers
|
||||||
|
- Add Medium post importer
|
||||||
|
- Improve GitHub Pages workflow
|
||||||
|
- Improve code test coverage
|
||||||
|
- Translate documentation into Simplified Chinese
|
||||||
|
|
||||||
4.9.1 - 2023-11-15
|
4.9.1 - 2023-11-15
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name = "pelican"
|
name = "pelican"
|
||||||
authors = [{ name = "Justin Mayer", email = "authors@getpelican.com" }]
|
authors = [{ name = "Justin Mayer", email = "authors@getpelican.com" }]
|
||||||
description = "Static site generator supporting Markdown and reStructuredText"
|
description = "Static site generator supporting Markdown and reStructuredText"
|
||||||
version = "4.9.1"
|
version = "4.10.0"
|
||||||
license = { text = "AGPLv3" }
|
license = { text = "AGPLv3" }
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
keywords = ["static site generator", "static sites", "ssg"]
|
keywords = ["static site generator", "static sites", "ssg"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue