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.
 
 
 

351 lines
11 KiB

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