mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Move changelog into docs
This commit is contained in:
parent
a84d0bf5c5
commit
d6f358182a
3 changed files with 125 additions and 109 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
|
Release history
|
||||||
|
###############
|
||||||
|
|
||||||
3.0 - XX/XX/XXXX
|
3.0 - XX/XX/XXXX
|
||||||
|
================
|
||||||
|
|
||||||
* Refactored the way URL are handled.
|
* Refactored the way URL are handled.
|
||||||
* Improved the english documentation
|
* Improved the english documentation
|
||||||
|
|
@ -16,6 +20,7 @@
|
||||||
* Added support for abbr in reST
|
* Added support for abbr in reST
|
||||||
|
|
||||||
2.8
|
2.8
|
||||||
|
===
|
||||||
|
|
||||||
* dotclear importer
|
* dotclear importer
|
||||||
* Allow the usage of markdown extensions
|
* Allow the usage of markdown extensions
|
||||||
|
|
@ -35,6 +40,7 @@
|
||||||
* Enhanced the documentation
|
* Enhanced the documentation
|
||||||
|
|
||||||
2.7
|
2.7
|
||||||
|
===
|
||||||
|
|
||||||
* Uses logging rather than echoing to stdout
|
* Uses logging rather than echoing to stdout
|
||||||
* Support custom jinja filters
|
* Support custom jinja filters
|
||||||
|
|
@ -44,6 +50,7 @@
|
||||||
* Add draft support
|
* Add draft support
|
||||||
|
|
||||||
2.6
|
2.6
|
||||||
|
===
|
||||||
|
|
||||||
* changes in the output directory structure
|
* changes in the output directory structure
|
||||||
* makes templates easier to work with / create
|
* makes templates easier to work with / create
|
||||||
|
|
@ -61,6 +68,7 @@
|
||||||
* Add skribit support
|
* Add skribit support
|
||||||
|
|
||||||
2.5
|
2.5
|
||||||
|
===
|
||||||
|
|
||||||
* import from wordpress
|
* import from wordpress
|
||||||
* add some new themes (martyalchin / wide-notmyidea)
|
* add some new themes (martyalchin / wide-notmyidea)
|
||||||
|
|
@ -72,6 +80,7 @@
|
||||||
* use relative urls not static ones
|
* use relative urls not static ones
|
||||||
|
|
||||||
2.4
|
2.4
|
||||||
|
===
|
||||||
|
|
||||||
* minor themes changes
|
* minor themes changes
|
||||||
* add disqus support (so we have comments)
|
* add disqus support (so we have comments)
|
||||||
|
|
@ -80,30 +89,36 @@
|
||||||
* blog entries can also be generated in pdf
|
* blog entries can also be generated in pdf
|
||||||
|
|
||||||
2.3
|
2.3
|
||||||
|
===
|
||||||
|
|
||||||
* markdown support
|
* markdown support
|
||||||
|
|
||||||
2.2
|
2.2
|
||||||
|
===
|
||||||
|
|
||||||
* Prettify output
|
* Prettify output
|
||||||
* Manages static pages as well
|
* Manages static pages as well
|
||||||
|
|
||||||
2.1
|
2.1
|
||||||
|
===
|
||||||
|
|
||||||
* Put the notmyidea theme by default
|
* Put the notmyidea theme by default
|
||||||
|
|
||||||
2.0
|
2.0
|
||||||
|
===
|
||||||
|
|
||||||
* Refactoring to be more extensible
|
* Refactoring to be more extensible
|
||||||
* Change into the setting variables
|
* Change into the setting variables
|
||||||
|
|
||||||
1.2
|
1.2
|
||||||
|
===
|
||||||
|
|
||||||
* Add a debug option
|
* Add a debug option
|
||||||
* Add feeds per category
|
* Add feeds per category
|
||||||
* Use filsystem to get dates if no metadata provided
|
* Use filsystem to get dates if no metadata provided
|
||||||
* Add pygment support
|
* Add pygment support
|
||||||
|
|
||||||
1.1:
|
1.1
|
||||||
|
===
|
||||||
|
|
||||||
* first working version
|
* first working version
|
||||||
|
|
@ -69,3 +69,4 @@ A French version of the documentation is available at :doc:`fr/index`.
|
||||||
tips
|
tips
|
||||||
contribute
|
contribute
|
||||||
report
|
report
|
||||||
|
changelog
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue