From 2994096b5b7946aaf932e641b38bddec740104b9 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 8 Feb 2013 10:51:37 +0100 Subject: [PATCH] Update changelog and fix a typo. --- docs/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 41c2bed..c7569ed 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -111,7 +111,7 @@ Album information ----------------- Information on an album can be given in a file using the markdown syntax, -named ``index.mkd`` : +named ``index.md`` : :: @@ -136,6 +136,8 @@ Released on 2013-xx-xx. - 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. +- Use EXIF info to fix orientation. +- Replace the jpg_quality setting with a dict of options. Version 0.2 ~~~~~~~~~~~