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.
 
 
 

260 lines
8.8 KiB

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