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.
 
 
 

228 lines
7.7 KiB

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