Browse Source

Fixed authors and changelog, upped version

main
Lakshmi Vyasarajan 13 years ago
parent
commit
00061739e1
4 changed files with 36 additions and 20 deletions
  1. +3
    -1
      AUTHORS.rst
  2. +31
    -17
      CHANGELOG.rst
  3. +1
    -1
      README.rst
  4. +1
    -1
      hyde/version.py

+ 3
- 1
AUTHORS.rst View File

@@ -5,7 +5,7 @@ This version would not exist without the contributions from the
`original hyde project`_. `original hyde project`_.


Contributors Contributors
------------
================================================================================
- |theevocater|_ - |theevocater|_


* Fixed Authors link in README * Fixed Authors link in README
@@ -36,6 +36,7 @@ Contributors
* Bug Fix: CLTransformer now gracefully handles arguments that have "=". * Bug Fix: CLTransformer now gracefully handles arguments that have "=".
* Bug Fix: All occurrences of `str` replaced with `unicode`. * Bug Fix: All occurrences of `str` replaced with `unicode`.
* Bug Fix: Support for encoded urls. * Bug Fix: Support for encoded urls.
* Bug Fix: Converted `content_url` and `media_url` to encoded urls


- |merlinrebrovic|_ - |merlinrebrovic|_


@@ -53,6 +54,7 @@ Contributors
* Added support for parameters with `=` to `CLTransformer` * Added support for parameters with `=` to `CLTransformer`
* Added JPEGOptim plugin * Added JPEGOptim plugin
* Bug Fix: Ensure image sizer plugin handles external urls properly. * Bug Fix: Ensure image sizer plugin handles external urls properly.
* Support for `output_format` configuration in markdown (Issue #89)


- |pestaa|_ - |pestaa|_




+ 31
- 17
CHANGELOG.rst View File

@@ -1,55 +1,69 @@
Version 0.8.4c13
============================================================

Thanks to @vincentbernat

* Support for `output_format` configuration in markdown (Issue #89)

Version 0.8.4c12
============================================================

* Added `urlencode` and `urldecode` filters. (Issue #102)
* Bug Fix: Fixed tests for Issue #88

Version 0.8.4c11 Version 0.8.4c11
================
============================================================


Thanks to @gfuchedzhy Thanks to @gfuchedzhy


* Bug Fix: Added support for encoded urls to hyde server. (Issue #88) * Bug Fix: Added support for encoded urls to hyde server. (Issue #88)
* Bug Fix: Converted `content_url` and `media_url` to encoded urls. (Issue #88)


Version 0.8.4c10 Version 0.8.4c10
================
============================================================


Thanks to @gfuchedzhy Thanks to @gfuchedzhy


* Bug Fix: All occurrences of `str` replaced with `unicode`. (Issue #87) * Bug Fix: All occurrences of `str` replaced with `unicode`. (Issue #87)


Version 0.8.4c9 Version 0.8.4c9
===============
============================================================


* Added tests for sorting groups
* Added tests for sorting groups


Thanks to @merlinrebrovic Thanks to @merlinrebrovic


* Hyde Starter Kit patches. (Issue #68) * Hyde Starter Kit patches. (Issue #68)


Version 0.8.4c8 Version 0.8.4c8
===============
============================================================


* Added support for loading modules from the site path. Thanks to * Added support for loading modules from the site path. Thanks to
@theomega for the idea (Issue #78 & #79) @theomega for the idea (Issue #78 & #79)


Version 0.8.4c7 Version 0.8.4c7
===============
============================================================


Thanks to @tcheneau Thanks to @tcheneau


* Added support for AsciiDoc. (Issue #76) * Added support for AsciiDoc. (Issue #76)


Version 0.8.4c6 Version 0.8.4c6
===============
============================================================


Thanks to @gr3dman Thanks to @gr3dman


* Added paginator plugin and tests (Issue #73) * Added paginator plugin and tests (Issue #73)


Version 0.8.4c5 Version 0.8.4c5
===============
============================================================


Thanks to @merlinrebrovic Thanks to @merlinrebrovic


* Hyde starter kit extended with advanced options (Issue #68) * Hyde starter kit extended with advanced options (Issue #68)


Version 0.8.4c4 Version 0.8.4c4
===============
============================================================


* Added docutils to dev-req.txt * Added docutils to dev-req.txt


@@ -60,12 +74,12 @@ Thanks to @benallard
* Added traceback support for errors when server is running (Issue #63) * Added traceback support for errors when server is running (Issue #63)


Version 0.8.4c3 Version 0.8.4c3
===============
============================================================


* Bug Fix: Fixed uglify-js tests * Bug Fix: Fixed uglify-js tests


Version 0.8.4c2 Version 0.8.4c2
===============
============================================================


Thanks to @rfk Thanks to @rfk


@@ -73,14 +87,14 @@ Thanks to @rfk
* Bug fix: PyFS publisher now checks if the pyfs module is installed. (Issue #62) * Bug fix: PyFS publisher now checks if the pyfs module is installed. (Issue #62)


Version 0.8.4c1 Version 0.8.4c1
================
============================================================


Thanks to @gfuchedzhy Thanks to @gfuchedzhy


* Bug Fix: CLTransformer now gracefully handles arguments that have "=". (Issue #58) * Bug Fix: CLTransformer now gracefully handles arguments that have "=". (Issue #58)


Version 0.8.3 Version 0.8.3
================
============================================================


* Bug Fix: A bad bug in Expando that modified the `__dict__` has been fixed. * Bug Fix: A bad bug in Expando that modified the `__dict__` has been fixed.
(Issue #53) (Issue #53)
@@ -130,7 +144,7 @@ Thanks to @vincentbernat
* Fixes to CLTransformer (Issue #47) * Fixes to CLTransformer (Issue #47)


Version 0.8.2 Version 0.8.2
=============
============================================================


Thanks to @merlinrebrovic Thanks to @merlinrebrovic


@@ -156,7 +170,7 @@ Thanks to @pestaa




Version 0.8.1 Version 0.8.1
=============
============================================================


Thanks to @rfk. Thanks to @rfk.


@@ -166,12 +180,12 @@ Thanks to @rfk.
* PyFS publisher with mtime and etags support. (Issue #28) * PyFS publisher with mtime and etags support. (Issue #28)


Version 0.8 Version 0.8
==============
============================================================


* Relative path bugs in windows generation have been fixed. * Relative path bugs in windows generation have been fixed.


Version 0.8rc3 Version 0.8rc3
==============
============================================================


* Fixed a jinja2 loader path issue that prevented site generation in windows * Fixed a jinja2 loader path issue that prevented site generation in windows
* Fixed tests for stylus plugin to account for more accurate color * Fixed tests for stylus plugin to account for more accurate color


+ 1
- 1
README.rst View File

@@ -1,4 +1,4 @@
Version 0.8.4c8
Version 0.8.4c13


A brand new **hyde** A brand new **hyde**
==================== ====================


+ 1
- 1
hyde/version.py View File

@@ -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.4c8'
__version__ = '0.8.4c13'

Loading…
Cancel
Save