From 4a0010aec596dd4d97ec0a0e2f432474fd18a36d Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 3 Jan 2013 00:59:37 +0100 Subject: [PATCH] Update the changelog. --- docs/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index faf0e72..41c2bed 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,6 +35,7 @@ Javascript libraries: .. _galleria demo: http://saimon.org/sigal-demo/galleria/ .. _colorbox demo: http://saimon.org/sigal-demo/colorbox/ + Installation ------------ @@ -54,6 +55,7 @@ Dependencies - Python Markdown - pyexiv2 (optional, used to copy exif metadatas) + How to Use ---------- @@ -121,9 +123,19 @@ named ``index.mkd`` : If this file does not exist the directory's name is used for the title, and the first image of the directory is used as representative. + Changelog --------- +Version 0.3 +~~~~~~~~~~~ + +Released on 2013-xx-xx. + +- Fix packaging issues. +- Add a setting to optionally add `index.html` to the URLs. +- Add a setting to specify a list of links and adapt the themes to show the + links. Version 0.2 ~~~~~~~~~~~