mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Updated changelog to include recent changes
This commit is contained in:
parent
bb2cfffe6a
commit
6236e8f66b
1 changed files with 19 additions and 16 deletions
|
|
@ -5,28 +5,31 @@ Release history
|
|||
================
|
||||
|
||||
* Improve handling of links to intra-site resources
|
||||
* Ensure WordPress import adds paragraphs in for all types of line endings
|
||||
in post content.
|
||||
* Ensure WordPress import adds paragraphs for all types of line endings
|
||||
in post content
|
||||
* Decode HTML entities within WordPress post titles on import
|
||||
* Improved appearance of LinkedIn icon in default theme
|
||||
* Improve appearance of LinkedIn icon in default theme
|
||||
* Add GitHub and Google+ social icons support in default theme
|
||||
* Optimize social icons
|
||||
* Add ``FEED_ALL_ATOM`` and ``FEED_ALL_RSS`` to generate feeds containing all posts regardless of their language
|
||||
* Split ``TRANSLATION_FEED`` into ``TRANSLATION_FEED_ATOM`` and ``TRANSLATION_FEED_RSS``
|
||||
* The different feeds can now be enabled/disabled individually
|
||||
* Different feeds can now be enabled/disabled individually
|
||||
* Allow for blank author: if ``AUTHOR`` setting is not set, author won't
|
||||
default to ``${USER}`` anymore and a post won't contain any author
|
||||
information if the post author is empty.
|
||||
* LESS and Webassets support removed from Pelican core in favor of a Webassets
|
||||
plugin.
|
||||
* The ``DEFAULT_DATE`` setting now defaults to None, which means that articles
|
||||
won't be generated anymore unless a date metadata is specified.
|
||||
* Add the gzip_cache plugin which compresses common text files into a ``.gz``
|
||||
file within the same directory as the original file to prevent the server
|
||||
(e.g. Nginx) from compressing files during an HTTP call.
|
||||
* Add AsciiDoc support
|
||||
* Add ``FILENAME_METADATA`` new setting which adds support for metadata
|
||||
extraction from the filename.
|
||||
default to ``${USER}`` anymore, and a post won't contain any author
|
||||
information if the post author is empty
|
||||
* Move LESS and Webassets support from Pelican core to plugin
|
||||
* The ``DEFAULT_DATE`` setting now defaults to ``None``, which means that
|
||||
articles won't be generated unless date metadata is specified
|
||||
* Add ``FILENAME_METADATA`` setting to support metadata extraction from filename
|
||||
* Add ``gzip_cache`` plugin to compress common text files into a ``.gz``
|
||||
file within the same directory as the original file, preventing the server
|
||||
(e.g. Nginx) from having to compress files during an HTTP call
|
||||
* Add support for AsciiDoc-formatted content
|
||||
* Add ``USE_FOLDER_AS_CATEGORY`` setting so that feature can be toggled on/off
|
||||
* Support arbitrary Jinja template files
|
||||
* Restore basic functional tests
|
||||
* New signals: ``generator_init``, ``get_generators``, and
|
||||
``article_generate_preread``
|
||||
|
||||
3.0 (2012-08-08)
|
||||
==================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue