A fork of hyde, the static site generation. Some patches will be pushed upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

358 lines
12 KiB

  1. Version 0.8.8-a1 (2013-08-19)
  2. ===========================================================
  3. * Bugfix: Fix smartypants to 1.7.x to avoid the breaking
  4. changes in 1.8. (Issue #229)
  5. * Bugfix: Upgrade Jinja to 2.7.1 - this fixes
  6. mitsuhiko/jinja2#243.
  7. Version 0.8.7 (2013-05-30)
  8. ============================================================
  9. * Bugfix: Ensure dependencies are handled properly when using the
  10. combine plugin. (Issue #120).
  11. * Bugfix: Ensure external urls are encoded properly. (Issue #158).
  12. - **BREAKING**: While this change will correct the weird encoding
  13. behavior, this also changes the way ``xxx_url`` macros work.
  14. - Do not encode the url bases (``base_url``, ``media_url``). Only
  15. the path component needs to be encoded.
  16. * Bugfix: Fix subfolders for root paths on windows. (Issue #167).
  17. - Ensure that subfolders for ``layout_root``, ``content_root``,
  18. ``media_root`` and ``deploy_root`` works reliably
  19. on windows. Use ``fully_expanded_path`` for all path components.
  20. * Bugfix: Context providers now accept all valid yaml data (Issue #189).
  21. * Bugfix: Fixed ``raise_exceptions`` command line parameter handling.
  22. * Better exception handling. (Issue #204)
  23. - Hyde now propagates exceptions
  24. - Hyde does not raise exceptions by default. ``-x`` flag is required
  25. for raising exceptions on error.
  26. - Traceback is available in the ``verbose`` mode
  27. * Upgraded to commando 0.3.4
  28. * Upgraded to Jinja 2.7
  29. * Make sorter's prev/next links circular. (Issue #208)
  30. * Bugfix: Include project artifacts in sdist. (Issue #211)
  31. - Add LICENSE, AUTHORS and CHANGELOG to MANIFEST.in
  32. * Add "Hyde contributors" to LICENSE copyright.
  33. * Upgrade ``UglifyPlugin`` to use 2.3.5 version of uglify. (Issue #214)
  34. * Add support for draft blog posts. (Issue #213)
  35. * Bugfix: Use ``clearfix`` class in ``listing.j2``. (Issue #156)
  36. * Bugfix: Use ``relative_path`` instead of url in ``macros.j2``. (Issue #180)
  37. Version 0.8.6 (2013-04-30)
  38. ============================================================
  39. Thanks to @QuLogic:
  40. * Refactor: Plugins reorganized by function. (Issue #170)
  41. * Add HG Dates Plugin. (Issue #177)
  42. * Add Clever CSS Plugin. (Issue #178)
  43. * Add Sassy CSS Plugin. (Issue #179)
  44. Thanks to @sirlantis:
  45. * Add support for custom jinja filters. (Issue #159)
  46. Thanks to @gfuchedzhy
  47. * Bugfix: Serve files without a resource. (Issue #92)
  48. Thanks to @ilkerde:
  49. * Add Require JS plugin. (Issue #201)
  50. Thanks to @jakevdp:
  51. * Add SSH publisher. (Issue #205)
  52. Thanks to @herr-lehmann and @nud:
  53. * Bugfix: Fix date time comparison in git plugin. (Issue#142, #199, #137)
  54. Thanks to @rephorm, @gfuchedzhy and @vincentbernat:
  55. * Add thumbnail plugin. (Issue #169, #89)
  56. Thanks to @vincentbernat:
  57. * Add Coffeescript plugin. (Issue #172)
  58. * Add jpegtran plugin. (Issue #171)
  59. Thanks to @jabapyth:
  60. * Add extension support for restructured text. (Issue #206)
  61. Thanks to @tarajane:
  62. * Bugfix: Update the .clear styleName to be .clearfix instead.
  63. Base.j2 applies the 'clearfix' class to the 'banner' element, and not
  64. the 'clear' class. (Issue #156)
  65. Thanks to @pib:
  66. * Bugfix: Use ``_transform`` instead of ``transform`` in Expando.
  67. (Issue #152, #153)
  68. Version 0.8.5 (2013-04-17)
  69. ============================================================
  70. * Upgrade dependencies and setup for 0.8.5
  71. * Remove ``hyde.fs`` use ``fswrap`` package instead.
  72. * Remove logging functions from ``hyde.util``. Use ``commando.util`` instead.
  73. * Remove ``hyde.loader``. Use ``commando.util.load_python_object`` instead.
  74. * Bugfix: Use the released version of typogrify. (Issue #193)
  75. * Bugfix: Fixed stylus ``indent`` issues with empty files. (Issue #161)
  76. * Bugfix: Added support for plugin paths relative to site. (Issue #107)
  77. * Bugfix: Folder Flattener updates node's ``relative_deploy_path`` & ``url``
  78. attributes as well. (Issue #126)
  79. * BREAKING: As part of the above fix, ``resource.url`` is
  80. prefixed with a ``/``. (Issue #126)
  81. * Added ``simple_copy`` feature to account for unprocessable files that
  82. are nonetheless required to be deployed (Issue #121)
  83. * Bugfix: Relative path was used in the server as the sitepath (Issue #119)
  84. * Plugins now support inclusion filters. (Issue #112)
  85. - ``include_file_patterns`` property accepts globs to filter by file name.
  86. - ``include_paths`` accepts paths relative to content.
  87. - ``begin_node`` and ``node_complete`` honor ``include_paths``
  88. - ``begin_text_resource``, ``text_resource_complete``,
  89. ``begin_binary_resource`` and ``binary_resource_complete`` honor both.
  90. * Bugfix: Unsorted combine files fixed. (Issue #111)
  91. * Added an optional sorting parameter. (Issue #111)
  92. * Bugfix: Modified combine plugin to process during
  93. ``begin_text_resource``. (Issue #110)
  94. * Modified combine plugin to support relative paths and recursion.
  95. (Issue #108)
  96. * Added ability to specify safe characters in ``content_url``,
  97. ``media_url`` functions and ``urlencode`` filter. (Issue #103)
  98. Thanks to @idank
  99. * Bugfix: Use ``check_output`` to avoid a traceback when subprocess
  100. command fails.
  101. * Bugfix: Tag archive generator uses subscript syntax to avoid failure
  102. when tags contain '-' or space. (Issue #130)
  103. Thanks to @jd
  104. * Bugfix: Metadata Plugin: Do not try to read meta data on ``simple_copy``
  105. files. (Issue #124, Issue #121)
  106. * Bugfix: Force escape on title in Atom feed. (Issue #176)
  107. * Add ``node.rwalk`` method for traversing the node in reverse. (Issue #176)
  108. Thanks to @vinilios
  109. * Added a helper method in Expando class to ease up non existing keys
  110. handling. (Issue #117)
  111. * Some improvements in LessCSSPlugin to be able to build complex less
  112. projects (such as twitter bootstrap) (Issue #117)
  113. Thanks to @Erkan-Yilmaz
  114. * Fixed typos in README.
  115. Thanks to @merlinrebrovic
  116. * Updates and improvements to the starter template.
  117. * Cleans up CSS.
  118. * Handles page title endings more elegantly.
  119. * Renders the advanced menu below the basic one.
  120. * Corrects and updates content.
  121. * Explains how to generate and serve the template.
  122. * Makes it more straightforward to contribute.
  123. Thanks to @joshgerdes:
  124. * Made urlencoding safe character list configurable. (Issue #150)
  125. Thanks to @irrelative:
  126. * Bugfix: Avoid index error if there aren't pages when iterating
  127. for paginator. (Issue #190)
  128. Thanks to @davefowler:
  129. * Bugfix: Infinate recursion error with resource dependencies.
  130. (Issue #155, Issue#200)
  131. Thanks to @adube:
  132. * Bugfix: Fix atom.j2 to use ``relative_path`` instead of ``url`` when
  133. referencing templates. (Issue #155, Issue#203)
  134. Version 0.8.4 (2011-11-09)
  135. ============================================================
  136. * Bugfix: Configuration now gets reloaded when server regenerates (Issue #70)
  137. * Bugfix: Added styles for codebox (Issue #69)
  138. * Tagger now generates archives upfront in begin_site (Issue #72)
  139. * **Breaking**: The default nodemeta file has been changed to meta.yaml
  140. * Added test for codehilite markdown extension (Issue #82)
  141. * Added rst_directive.py from the pygments repository (Issue #82)
  142. * Added support for ignoring nodes (Issue #80)
  143. * Hyde now ignores .hg, .svn and .git by default (Issue #80)
  144. * Added support for default publisher (Issue #83)
  145. * Added ``urlencode`` and ``urldecode`` filters. (Issue #102)
  146. * Bugfix: Fixed tests for Issue #88
  147. * Added tests for sorting groups
  148. * Added support for loading modules from the site path. Thanks to
  149. @theomega for the idea (Issue #78 & #79)
  150. * Added docutils to dev-req.txt
  151. * Bugfix: Fixed uglify-js tests
  152. Thanks to @nud
  153. * ``$PATH`` based executable discovery for ``CLTransformer`` plugins.
  154. (Issue #100)
  155. * Bugfix: Fix class name of ``test_stylus`` (Issue #97)
  156. Thanks to @gfuchedzhy
  157. * Bugfix: Textlinks plugin: do nothing if resource doesn't use template.
  158. (Issue #96)
  159. * Bugfix: Retain permissions in text files during generation (Issue #90)
  160. * Bugfix: Added support for encoded urls to hyde server. (Issue #88)
  161. * Bugfix: Converted ``content_url`` and ``media_url`` to encoded urls.
  162. (Issue #88)
  163. * Bugfix: All occurrences of ``str`` replaced with ``unicode``.
  164. (Issue #87)
  165. * Bugfix: CLTransformer now gracefully handles arguments that have "=".
  166. (Issue #58)
  167. Thanks to @vincentbernat
  168. * Support for ``output_format`` configuration in markdown (Issue #89)
  169. Thanks to @merlinrebrovic
  170. * Hyde starter kit extended with advanced options (Issue #68)
  171. Thanks to @tcheneau
  172. * Added support for AsciiDoc. (Issue #76)
  173. Thanks to @gr3dman
  174. * Added paginator plugin and tests (Issue #73)
  175. Thanks to @benallard
  176. * Added restructuredText plugin (Issue #63)
  177. * Added restructuredText filter (Issue #63)
  178. * Added traceback support for errors when server is running (Issue #63)
  179. Thanks to @rfk
  180. * Added Sphinx Plugin (Issue #62)
  181. * Bugfix: PyFS publisher now checks if the pyfs module is installed.
  182. (Issue #62)
  183. Version 0.8.3 (2011-06-20)
  184. ============================================================
  185. * Bugfix: A bad bug in Expando that modified the ``__dict__`` has been fixed.
  186. (Issue #53)
  187. * Tags now support metadata. Metadata can be provided as part of the tagger
  188. plugin configuration in ``site.yaml``
  189. * Ensured that the context data & providers behave in the same manner. Both
  190. get loaded as expandos. (Issue #29)
  191. * ``hyde serve`` now picks up changes in config data automatically.
  192. (Issue #24)
  193. * Bugfix: ``hyde create`` only fails when ``content``, ``layout`` or
  194. ``site.yaml`` is present in the target directory. (Issue #21)
  195. * Bugfix: Exceptions are now handled with ``ArgumentParser.error``.
  196. * Bugfix: Sorter excludes items that do not have sorting attributes.
  197. (Issue #18)
  198. * Wrapped ``<figure>`` inside ``<div>`` to appease markdown. (Issue #17)
  199. * Added ``display:block`` for html5 elements in basic template so that it
  200. works in not so modern browsers as well. (Issue #17)
  201. Thanks to Joe Steeve.
  202. * Changed deploy location for main.py and fixed entry point in
  203. ``setup.py``. (Issue #56)
  204. Thanks to @stiell
  205. * Bugfix: Better mime type support in hyde server (Issue #50)
  206. * Bugfix: Support empty extension in tagger archives (Issue #50)
  207. Thanks to @gfuchedzhy
  208. * Bugfix: Hyde server now takes the url cleaner plugin into account.
  209. (Issue #54)
  210. Thanks to @vincentbernat
  211. * Bugfix: Ensure image sizer plugin handles external urls properly.
  212. (Issue #52)
  213. Thanks to @rfk
  214. * Added PyPI publisher (Issue #49)
  215. * Bugfix: Made ``site.full_url`` ignore fully qualified paths (Issue #49)
  216. Thanks to @vincentbernat
  217. * Added JPEG Optim plugin (Issue #47)
  218. * Fixes to CLTransformer (Issue #47)
  219. Version 0.8.2 (2011-05-10)
  220. ============================================================
  221. Thanks to @merlinrebrovic
  222. * Added hyde starter kit (Issue #43)
  223. Thanks to @vincentbernat
  224. * Added git dates plugin (Issue #42)
  225. * Added Image size plugin (Issue #44)
  226. * Added silent, compress and optimization parameter support for less css
  227. plugin (Issue #40)
  228. * Fixed plugin chaining issues (Issue #38)
  229. * Added Language(translation) plugin (Issue #37)
  230. * Bugfix: Made sorting tests more predictable (Issue #41)
  231. * Bugfix: Added more standard paths for executables (Issue #41)
  232. * Added Combine files plugin (Issue #39)
  233. * Added ignore option in site configuration to igore based on wildcards
  234. (Issue #32)
  235. Thanks to @pestaa
  236. * Added support ``UTF8`` keys in ``metadata`` and ``config`` (Issue #33)
  237. Version 0.8.1 (2011-05-09)
  238. ============================================================
  239. Thanks to @rfk.
  240. * Updated to use nose 1.0 (Issue #28)
  241. * Bugfix: LessCSSPlugin: return original text if not a .less file
  242. (Issue #28)
  243. * PyFS publisher with mtime and etags support. (Issue #28)
  244. Version 0.8 (2011-04-13)
  245. ============================================================
  246. * Relative path bugs in windows generation have been fixed.
  247. Version 0.8rc3 (2011-04-12)
  248. ============================================================
  249. * Fixed a jinja2 loader path issue that prevented site generation in windows
  250. * Fixed tests for stylus plugin to account for more accurate color
  251. manipulation in the latest stylus