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.
 
 
 

257 lines
8.6 KiB

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