1
0
Fork 0
forked from github/pelican
pelican-theme/docs/changelog.rst

135 lines
3.4 KiB
ReStructuredText
Raw Normal View History

2012-07-18 18:41:09 +02:00
Release history
###############
3.1 (XXXX-XX-XX)
================
* Improve handling of links to intra-site resources
* Ensure WordPress import adds paragraphs in for all types of line endings
in post content.
* Decode HTML entities within WordPress post titles on import
2012-11-03 22:27:33 +10:00
* Improved appearance of LinkedIn icon in default theme
2012-11-04 12:25:02 +10:00
* Add GitHub and Google+ social icons support in default theme
2012-11-04 12:49:05 +10:00
* Optimize social icons
2012-08-08 09:29:04 -07:00
3.0 (2012-08-08)
==================
2012-03-09 15:36:29 +01:00
* Refactored the way URLs are handled
* Improved the English documentation
* Fixed packaging using ``setuptools`` entrypoints
* Added ``typogrify`` support
* Added a way to disable feed generation
* Added support for ``DIRECT_TEMPLATES``
2012-05-15 11:58:40 +03:00
* Allow multiple extensions for content files
* Added LESS support
2012-05-15 11:58:40 +03:00
* Improved the import script
* Added functional tests
* Rsync support in the generated Makefile
* Improved feed support (easily pluggable with Feedburner for instance)
* Added support for ``abbr`` in reST
* Fixed a bunch of bugs :-)
2012-03-09 15:36:29 +01:00
2012-08-08 09:29:04 -07:00
2.8 (2012-02-28)
==================
* Dotclear importer
* Allow the usage of Markdown extensions
2012-03-09 15:33:34 +01:00
* Themes are now easily extensible
* Don't output pagination information if there is only one page
2012-03-09 15:33:34 +01:00
* Add a page per author, with all their articles
* Improved the test suite
* Made the themes easier to extend
2012-03-09 15:33:34 +01:00
* Removed Skribit support
* Added a ``pelican-quickstart`` script
2012-03-09 15:33:34 +01:00
* Fixed timezone-related issues
* Added some scripts for Windows support
2012-03-09 15:33:34 +01:00
* Date can be specified in seconds
* Never fail when generating posts (skip and continue)
* Allow the use of future dates
* Support having different timezones per language
2012-03-09 15:33:34 +01:00
* Enhanced the documentation
2012-08-08 09:29:04 -07:00
2.7 (2011-06-11)
2012-07-18 18:59:23 +02:00
==================
* Use ``logging`` rather than echoing to stdout
* Support custom Jinja filters
* Compatibility with Python 2.5
* Added a theme manager
* Packaged for Debian
* Added draft support
2012-08-08 09:29:04 -07:00
2.6 (2011-03-08)
2012-07-18 18:59:23 +02:00
==================
* Changes in the output directory structure
* Makes templates easier to work with / create
* Added RSS support (was Atom-only)
* Added tag support for the feeds
* Enhance the documentation
* Added another theme (brownstone)
* Added translations
* Added a way to use cleaner URLs with a rewrite url module (or equivalent)
* Added a tag cloud
* Added an autoreloading feature: the blog is automatically regenerated each time a modification is detected
* Translate the documentation into French
* Import a blog from an RSS feed
* Pagination support
* Added Skribit support
2012-08-08 09:29:04 -07:00
2.5 (2010-11-20)
2012-07-18 18:59:23 +02:00
==================
* Import from Wordpress
* Added some new themes (martyalchin / wide-notmyidea)
* First bug report!
* Linkedin support
* Added a FAQ
* Google Analytics support
* Twitter support
* Use relative URLs, not static ones
2012-07-18 18:59:23 +02:00
2.4 (2010-11-06)
================
* Minor themes changes
* Add Disqus support (so we have comments)
* Another code refactoring
* Added config settings about pages
* Blog entries can also be generated in PDF
2012-07-18 18:59:23 +02:00
2.3 (2010-10-31)
================
* Markdown support
2012-07-18 18:59:23 +02:00
2.2 (2010-10-30)
================
* Prettify output
* Manages static pages as well
2012-07-18 18:59:23 +02:00
2.1 (2010-10-30)
================
* Make notmyidea the default theme
2012-07-18 18:59:23 +02:00
2.0 (2010-10-30)
================
* Refactoring to be more extensible
* Change into the setting variables
2012-07-18 18:59:23 +02:00
1.2 (2010-09-28)
================
* Added a debug option
* Added per-category feeds
* Use filesystem to get dates if no metadata is provided
* Add Pygments support
2012-07-18 18:59:23 +02:00
1.1 (2010-08-19)
================
* First working version