@@ -7,6 +7,10 @@ This version would not exist without the contributions from the | |||||
Contributors | Contributors | ||||
------------ | ------------ | ||||
- |merlinrebrovic|_ | |||||
* Hyde starter kit | |||||
- |vincentbernat|_ | - |vincentbernat|_ | ||||
* Bug Fix: Made sorting tests more predictable | * Bug Fix: Made sorting tests more predictable | ||||
@@ -44,3 +48,5 @@ Contributors | |||||
.. _pestaa: http://github.com/pestaa | .. _pestaa: http://github.com/pestaa | ||||
.. |vincentbernat| replace:: Vincent Bernat | .. |vincentbernat| replace:: Vincent Bernat | ||||
.. _vincentbernat: http://github.com/vincentbernat | .. _vincentbernat: http://github.com/vincentbernat | ||||
.. |merlinrebrovic| replace:: Merlin Rebrovic | |||||
.. _merlinrebrovic: https://github.com/merlinrebrovic |
@@ -1,33 +1,22 @@ | |||||
Version 0.8.1-c4 | |||||
================ | |||||
Thanks to @vincentbernat | |||||
Version 0.8.2 | |||||
============= | |||||
* Added git dates plugin | |||||
* Added Image size plugin | |||||
Thanks to @merlinrebrovic | |||||
Version 0.8.1-c3 | |||||
================ | |||||
* Added hyde starter kit | |||||
Thanks to @vincentbernat | Thanks to @vincentbernat | ||||
* Added git dates plugin | |||||
* Added Image size plugin | |||||
* Added silent, compress and optimization parameter support for less css plugin | * Added silent, compress and optimization parameter support for less css plugin | ||||
* Fixed plugin chaining issues | * Fixed plugin chaining issues | ||||
* Added Language(translation) plugin | * Added Language(translation) plugin | ||||
Version 0.8.1-c2 | |||||
================ | |||||
Thanks to @vincentbernat | |||||
* Bug Fix: Made sorting tests more predictable | * Bug Fix: Made sorting tests more predictable | ||||
* Bug Fix: Added more standard paths for executables | * Bug Fix: Added more standard paths for executables | ||||
* Added Combine files plugin | * Added Combine files plugin | ||||
* Added ignore option in site configuration to igore based on wildcards | * Added ignore option in site configuration to igore based on wildcards | ||||
Version 0.8.1-c1 | |||||
================ | |||||
Thanks to @pestaa | Thanks to @pestaa | ||||
* Added support `UTF8` keys in `metadata` and `config` | * Added support `UTF8` keys in `metadata` and `config` | ||||
@@ -1,10 +1,13 @@ | |||||
Version 0.8.1 | |||||
Version 0.8.2 | |||||
A brand new **hyde** | A brand new **hyde** | ||||
==================== | ==================== | ||||
This is the new version of `hyde`_ under active development. Hyde | |||||
documentation is a work in progress and can be found `here`_. | |||||
This is the new version of `hyde`_ under active development. | |||||
`Hyde documentation`_ is a work in progress. | |||||
`Hyde starter kit`_ by `merlinrebrovik`_ is a really nice way to get started | |||||
with hyde. | |||||
Installation | Installation | ||||
------------ | ------------ | ||||
@@ -76,7 +79,7 @@ the following configuration: | |||||
Examples | Examples | ||||
-------- | -------- | ||||
1. `Hyde Documentation`_ | |||||
1. `Hyde Documentation Source`_ | |||||
2. `Cloudpanic`_ | 2. `Cloudpanic`_ | ||||
3. `Ringce`_ | 3. `Ringce`_ | ||||
@@ -120,9 +123,11 @@ Links | |||||
.. _hyde: https://github.com/lakshmivyas/hyde | .. _hyde: https://github.com/lakshmivyas/hyde | ||||
.. _here: http://hyde.github.com | |||||
.. _Hyde Documentation: https://github.com/hyde/docs | |||||
.. _Hyde documentation: http://hyde.github.com | |||||
.. _Hyde Documentation Source: https://github.com/hyde/docs | |||||
.. _Cloudpanic: https://github.com/tipiirai/cloudpanic | .. _Cloudpanic: https://github.com/tipiirai/cloudpanic | ||||
.. _Ringce: https://github.com/lakshmivyas/ringce/tree/v3.0 | .. _Ringce: https://github.com/lakshmivyas/ringce/tree/v3.0 | ||||
.. _Authors: https://github.com/hyde/hyde/blob/master/AUTHORS | .. _Authors: https://github.com/hyde/hyde/blob/master/AUTHORS | ||||
.. _Changelog: https://github.com/hyde/hyde/blob/master/CHANGELOG.rst | .. _Changelog: https://github.com/hyde/hyde/blob/master/CHANGELOG.rst | ||||
.. _Hyde starter kit: http://merlin.rebrovic.net/hyde-starter-kit/about.html | |||||
.. _merlinrebrovik: https://github.com/merlinrebrovic |
@@ -3,4 +3,4 @@ | |||||
Handles hyde version | Handles hyde version | ||||
TODO: Use fabric like versioning scheme | TODO: Use fabric like versioning scheme | ||||
""" | """ | ||||
__version__ = '0.8.1' | |||||
__version__ = '0.8.2' |