From 1637c7ba3361ccebeb0176d41fb318627f23db68 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 3 Dec 2014 17:15:54 +0000 Subject: [PATCH] Spacing consistency in CHANGELOG.txt --- CHANGELOG.txt | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 095d524110..5dd7c3ee38 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,7 @@ Changelog ========= + 0.9 (xx.xx.xxxx) ~~~~~~~~~~~~~~~~ @@ -78,8 +79,10 @@ Changelog * Fix: 'latest_revision_created_at' was being cleared on page publish, causing the page to drop to the bottom of explorer listings * Fix: Searches on partial_match fields were wrongly applying prefix analysis to the search query as well as the document (causing e.g. a query for "water" to match against "wagtail") + 0.7 (09.10.2014) ~~~~~~~~~~~~~~~~ + * Added interface for choosing focal point on images * Redesigned and reorganised navigation menu to include a 'Settings' submenu * Added Groups administration area @@ -103,8 +106,10 @@ Changelog * Fix: It is now easier to move pages to the beginning and end of their section * Fix: Image rendering no longer creates erroneous duplicate Rendition records when the focal point is blank. + 0.6 (11.09.2014) ~~~~~~~~~~~~~~~~ + * Added 'wagtail start' command and project template * Added Django 1.7 support * Added {% routablepageurl %} template tag (Tim Heap) @@ -121,8 +126,10 @@ Changelog * Fix: (For Django 1.7 support) Do not import South when using Django 1.7 (thenewguy) * Fix: Tags on images and documents are now committed to the search index immediately on saving + 0.5 (01.08.2014) ~~~~~~~~~~~~~~~~ + * Added multiple image uploader * Added support for face and feature detection on images using the OpenCV library * Added RoutablePage model to allow embedding Django-style URL routing within a page @@ -133,16 +140,19 @@ Changelog * Added page_unpublished signal * Added mechanism to obtain external URLs to images, at any size * Added Copy Page action to the explorer - * Fix: Updates to tag fields are now properly committed to the database when publishing directly from the page edit interface + 0.4.1 (14.07.2014) ~~~~~~~~~~~~~~~~~~ + * ElasticSearch backend now respects the backward-compatible URLS configuration setting, in addition to HOSTS * Documentation fixes + 0.4 (10.07.2014) ~~~~~~~~~~~~~~~~ + * ElasticUtils/pyelasticsearch swapped for elasticsearch-py * Python 3.2, 3.3 and 3.4 support * Added scheduled publishing @@ -178,7 +188,6 @@ Changelog * Fields are now indexed in Elasticsearch with their correct type * Filter fields are no longer included in '_all' (in Elasticsearch) * Fields with partial matching are now indexed together into '_partials' - * Fix: Animated GIFs are now coalesced before resizing * Fix: Wand backend clones images before modifying them * Fix: Admin breadcrumb now positioned correctly on mobile @@ -187,14 +196,18 @@ Changelog * Fix: Multiple sites with same hostname but different ports are now allowed * Fix: No longer possible to create multiple sites with is_default_site = True + 0.3.1 (03.06.2014) ~~~~~~~~~~~~~~~~~~ + * Fix: When constructing dummy requests for pages with no routable URL, fall back on a hostname from ALLOWED_HOSTS and finally 'localhost', to avoid 'Invalid HTTP_HOST header' errors on preview when DEBUG=False. * Fix: Ensure that url_path is populated when previewing a newly created page, to avoid unnecessarily taking the above fallback. * Fix: Deleting an item from an InlinePanel, then generating a validation error on saving, no longer causes the deleted item to confusingly reappear with an error of its own. + 0.3 (28.05.2014) ~~~~~~~~~~~~~~~~ + * Added toolbar to allow logged-in users to add and edit pages from the site front-end * Support for alternative image processing backends such as Wand, via the WAGTAILIMAGES_BACKENDS setting * Added support for generating static sites using django-medusa @@ -224,8 +237,10 @@ Changelog * Fix: 'Upload' tab in image chooser now retains focus if submit action returns a form error. * Fix: Search input now appears on image chooser after form validation error. + 0.2 (11.03.2014) ~~~~~~~~~~~~~~~~ + * SQLite support added * Internationalisation of the admin backend * Translations for Bulgarian, Catalan, Chinese, Galician, German, Greek, Polish, Romanian and Spanish. Partial translations for Basque and Mongolian. @@ -245,6 +260,8 @@ Changelog * Extensive tests and test runner infrastructure * Numerous bugfixes + 0.1 (07.02.2014) ~~~~~~~~~~~~~~~~ + * Initial release.