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.
 
 
 

360 lines
12 KiB

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