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.
 
 
 

307 lines
10 KiB

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