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`_.

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

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

- |merlinrebrovic|_

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

- |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
================
============================================================

Thanks to @gfuchedzhy

* 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
================
============================================================

Thanks to @gfuchedzhy

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

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

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

Thanks to @merlinrebrovic

* Hyde Starter Kit patches. (Issue #68)

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

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

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

Thanks to @tcheneau

* Added support for AsciiDoc. (Issue #76)

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

Thanks to @gr3dman

* Added paginator plugin and tests (Issue #73)

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

Thanks to @merlinrebrovic

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

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

* Added docutils to dev-req.txt

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

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

* Bug Fix: Fixed uglify-js tests

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

Thanks to @rfk

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

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

Thanks to @gfuchedzhy

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

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

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

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

Thanks to @merlinrebrovic

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


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

Thanks to @rfk.

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

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

* Relative path bugs in windows generation have been fixed.

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

* Fixed a jinja2 loader path issue that prevented site generation in windows
* 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**
====================


+ 1
- 1
hyde/version.py View File

@@ -3,4 +3,4 @@
Handles hyde version
TODO: Use fabric like versioning scheme
"""
__version__ = '0.8.4c8'
__version__ = '0.8.4c13'

Loading…
Cancel
Save