From 8df3118b00ac05330e79e09d7d6e6f106dd5651b Mon Sep 17 00:00:00 2001 From: Patrick Kranzlmueller Date: Mon, 7 Sep 2015 16:51:39 +0200 Subject: [PATCH] docs update --- README.rst | 6 +++--- docs/changelog.rst | 11 ++++++++++- docs/index.rst | 16 ++++++++-------- setup.py | 2 +- 4 files changed, 22 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 3c32ea920..e99119933 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ https://www.transifex.com/projects/p/django-filebrowser/ Releases -------- -* FileBrowser 3.5.8 (Development Version, not yet released, see Branch Stable/3.5.x) -* FileBrowser 3.5.7 (September 10th, 2014): Compatible with Django 1.4/1.5/1.6/1.7 +* FileBrowser 3.5.9 (Development Version, not yet released, see Branch Stable/3.5.x) +* FileBrowser 3.5.8 (September 7th, 2014): Compatible with Django 1.4/1.5/1.6/1.7 -Older versions are available at GitHub, but are not supported anymore. \ No newline at end of file +Older versions are available at GitHub, but are not supported anymore. diff --git a/docs/changelog.rst b/docs/changelog.rst index 3ca1d2806..121419566 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,10 +8,19 @@ Changelog ========= -3.5.8 (not yet released) +3.5.9 (not yet released) ------------------------ +3.5.8 (September 7th 2015) +-------------------------- + * New: Sort by multiple attributes. +* Improved: Update video extensions for common HTML5 video types. +* Improved: Improved Python 3 compatibility. +* Improved: Version size with crop. +* Improved: Fix cannot write mode P as JPEG. +* Fixed: Action pulldown with all documents (not only images). +* Fixed: Version scaling with fixed width and auto height (added tests as well). * Fixed: Compatibility with Django 1.4. * Fixed: Management command when generating all versions (fb_version_generate). * Fixed: Home link with breadcrumbs. diff --git a/docs/index.rst b/docs/index.rst index b37600433..a5c92c588 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,7 +18,7 @@ Installation and Setup .. toctree:: :maxdepth: 3 - + quickstart settings @@ -27,7 +27,7 @@ API .. toctree:: :maxdepth: 4 - + api Fields & Widgets @@ -35,7 +35,7 @@ Fields & Widgets .. toctree:: :maxdepth: 3 - + fieldswidgets Admin Interface @@ -51,7 +51,7 @@ Image Versions .. toctree:: :maxdepth: 3 - + versions Help @@ -59,7 +59,7 @@ Help .. toctree:: :maxdepth: 2 - + help changelog @@ -90,7 +90,7 @@ Use the `FileBrowser Google Group