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.
 
 
 

418 lines
14 KiB

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