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.
 
 
 

326 lines
10 KiB

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