mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Prepare release
This commit is contained in:
parent
f9238269d7
commit
7dec2660fb
2 changed files with 10 additions and 12 deletions
10
RELEASE.md
Normal file
10
RELEASE.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
Release type: minor
|
||||||
|
|
||||||
|
* Improve default theme rendering on mobile and other small screen devices `(#2914) <https://github.com/getpelican/pelican/pull/2914>`_
|
||||||
|
* Add support for hidden articles `(#2866) <https://github.com/getpelican/pelican/pull/2866>`_
|
||||||
|
* Improve word count behavior when generating summary CJK & other locales `(#2864) <https://github.com/getpelican/pelican/pull/2864>`_
|
||||||
|
* Add progress spinner during generation `(#2869) <https://github.com/getpelican/pelican/pull/2869>`_
|
||||||
|
and richer logging `(#2897) <https://github.com/getpelican/pelican/pull/2897>`_, both via `Rich <https://github.com/willmcgugan/rich>`_
|
||||||
|
* Invoke tasks ``serve`` and ``livereload`` now auto-open a web browser pointing to the locally-served web site `(#2764) <https://github.com/getpelican/pelican/pull/2764>`_
|
||||||
|
* Support some date format codes used by ISO dates `(#2902) <https://github.com/getpelican/pelican/pull/2902>`_
|
||||||
|
* Document how to add a new writer `(#2901) <https://github.com/getpelican/pelican/pull/2901>`_
|
||||||
|
|
@ -1,18 +1,6 @@
|
||||||
Release history
|
Release history
|
||||||
###############
|
###############
|
||||||
|
|
||||||
4.7.0 - 2021-10-01
|
|
||||||
==================
|
|
||||||
|
|
||||||
* Improve default theme rendering on mobile and other small screen devices `(#2914) <https://github.com/getpelican/pelican/pull/2914>`_
|
|
||||||
* Add support for hidden articles `(#2866) <https://github.com/getpelican/pelican/pull/2866>`_
|
|
||||||
* Improve word count behavior when generating summary CJK & other locales `(#2864) <https://github.com/getpelican/pelican/pull/2864>`_
|
|
||||||
* Add progress spinner during generation `(#2869) <https://github.com/getpelican/pelican/pull/2869>`_
|
|
||||||
and richer logging `(#2897) <https://github.com/getpelican/pelican/pull/2897>`_, both via `Rich <https://github.com/willmcgugan/rich>`_
|
|
||||||
* Invoke tasks ``serve`` and ``livereload`` now auto-open a web browser pointing to the locally-served web site `(#2764) <https://github.com/getpelican/pelican/pull/2764>`_
|
|
||||||
* Support some date format codes used by ISO dates `(#2902) <https://github.com/getpelican/pelican/pull/2902>`_
|
|
||||||
* Document how to add a new writer `(#2901) <https://github.com/getpelican/pelican/pull/2901>`_
|
|
||||||
|
|
||||||
4.6.0 - 2021-03-23
|
4.6.0 - 2021-03-23
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue