diff options
Diffstat (limited to 'docs/release/ablog-v0.3-released.rst')
-rw-r--r-- | docs/release/ablog-v0.3-released.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/release/ablog-v0.3-released.rst b/docs/release/ablog-v0.3-released.rst new file mode 100644 index 0000000..58680ae --- /dev/null +++ b/docs/release/ablog-v0.3-released.rst @@ -0,0 +1,28 @@ +ABlog v0.3 released +=================== + +ABlog v0.3 is released. This version comes with the following core +improvements: + + * You can now specify language of a post with ``:language:`` option, + and an archive page will be created for each language. + See :confval:`blog_languages` and :confval:`blog_default_language` + if you are posting in multiple languages. + + * You can list language archives on your website by adding + ``languages.html`` to :confval:`html_sidebars` configuration option. + + * :rst:dir:`postlist` directive takes options to filter posts. + +ABlog v0.3.1 released +--------------------- + +ABlog v0.3.1 is a minor release to fix two issues in templates: + + * Links to collection (archive) feeds is displayed only on collection page + (e.g. `:ref:`category-manual``), not on a catalog page that lists posts + for multiple collections (e.g. `:ref:`blog-categories``). + + * Links to collection feeds is displayed only when they are generated + (see :confval:`blog_feed_archives`). Previously, links would be generated + to feeds that did not exist. |