diff options
| author | 2013-02-13 18:35:39 -0300 | |
|---|---|---|
| committer | 2013-02-13 18:35:39 -0300 | |
| commit | a40930043121a4b60de8526d58417761a54ab718 (patch) | |
| tree | 383c5cf8e320761ee942619282fe51be625179a7 /CHANGES.txt | |
| parent | 9c5708cc92af894e414bc76ee35ec2230de5d288 (diff) | |
Imported Upstream version 5.2upstream/5.2
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8029e44..0b285a9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,58 @@ +New in 5.2 +========== + +Features +-------- + +* New vimeo directive for restructured text. +* New COMMENTS_IN_GALLERIES and COMMENTS_IN_STORIES options. +* One-page, dynamic-loading, client-rendered site plugin (task_mustache) +* Local search based on Tipue (extra_plugins/task_localsearch) +* Recursive post/story folders +* Added comments to image galleries +* Importing Wordpress exports into a custom location +* New option RSS_TEASERS +* Textile markup support. +* Creole Wiki markup support. +* txt2tags markup support. +* bbcode markup support. +* Custom "gist" directive providing reStructured text support for GitHub gists. +* New Catalá translation +* Using the filename as slug if no slug is found in the metadata. +* Make it possible to extract metadata from filename by using regexp. +* When using import_wordpress users can exclude drafts with the ``-d`` switch. +* New STORY_INDEX option to generate index.html in story folders. +* Sort tags case insensitive. +* New polish translation. +* Add multi size favicon support. +* Use multilingual Disqus (although it doesn't seem to work) +* Add Simplified Chinese translations. +* (Rough) Blogger/Blogspot importer +* When running the init command it now creates an empty site by default. + The previous behaviour can be triggered with the "--demo" switch. +* Python 3 support (except for sitemap generation) + +Bugfixes +-------- + +* Added sane defaults for most options, so you can have a lean config file. +* Made layout of the site theme responsive, with collapsing navbar. +* Use timeline instead of parsing post_pages in generic_page_renderer and task_render_pages. +* Updated disqus integration code, added identifiers so it works on any URL. +* Make sure folder links end in "/" in the gallery code. +* Removed copy of PyRSS2Gen, made it a dependency. +* Detect "namespace" dependencies for Mako templates. +* Use consistent encodings in RSS feeds. +* Refactored disqus code into separate helpers +* Use the correct extension (or raise an error) on new_post +* Fix titles that include quotes +* Updated to current CSS from docutils (was using version from 2005) +* Avoid needless regeneration of gallery indexes. +* Always ensure the folder for the new post exists. +* Get title from filename if not available in metadata. +* Don't copy sources if they end in ".html" +* Don't link to unexisting translations. + New in v5.1 =========== |
