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.
 
 
 

249 lines
7.1 KiB

  1. Version 0.8.4c22
  2. ============================================================
  3. * Configuration now gets reloaded when server regenerates (Issue #70)
  4. Version 0.8.4c21
  5. ============================================================
  6. * Tagger now generates archives upfront in begin_site (Issue #72)
  7. * **Breaking**: The default nodemeta file has been changed to meta.yaml
  8. Version 0.8.4c20
  9. ============================================================
  10. * Added test for codehilite markdown extension (Issue #82)
  11. * Added rst_directive.py from the pygments repository (Issue #82)
  12. Version 0.8.4c19
  13. ============================================================
  14. * Added support for ignoring nodes (Issue #80)
  15. * Hyde now ignores .hg, .svn and .git by default (Issue #80)
  16. Version 0.8.4c18
  17. ============================================================
  18. * Added support for default publisher (Issue #83)
  19. Version 0.8.4c17
  20. ============================================================
  21. Thanks to @nud
  22. * `$PATH` based executable discovery for `CLTransformer` plugins. (Issue #100)
  23. Version 0.8.4c16
  24. ============================================================
  25. Thanks to @nud
  26. * Bug Fix: Fix class name of `test_stylus` (Issue #97)
  27. Version 0.8.4c15
  28. ============================================================
  29. Thanks to @gfuchedzhy
  30. * Bug Fix: Textlinks plugin: do nothing if resource doesn't use template (Issue #96)
  31. Version 0.8.4c14
  32. ============================================================
  33. Thanks to @gfuchedzhy
  34. * Bug Fix: Retain permissions in text files during generation (Issue #90)
  35. Version 0.8.4c13
  36. ============================================================
  37. Thanks to @vincentbernat
  38. * Support for `output_format` configuration in markdown (Issue #89)
  39. Version 0.8.4c12
  40. ============================================================
  41. * Added `urlencode` and `urldecode` filters. (Issue #102)
  42. * Bug Fix: Fixed tests for Issue #88
  43. Version 0.8.4c11
  44. ============================================================
  45. Thanks to @gfuchedzhy
  46. * Bug Fix: Added support for encoded urls to hyde server. (Issue #88)
  47. * Bug Fix: Converted `content_url` and `media_url` to encoded urls. (Issue #88)
  48. Version 0.8.4c10
  49. ============================================================
  50. Thanks to @gfuchedzhy
  51. * Bug Fix: All occurrences of `str` replaced with `unicode`. (Issue #87)
  52. Version 0.8.4c9
  53. ============================================================
  54. * Added tests for sorting groups
  55. Thanks to @merlinrebrovic
  56. * Hyde Starter Kit patches. (Issue #68)
  57. Version 0.8.4c8
  58. ============================================================
  59. * Added support for loading modules from the site path. Thanks to
  60. @theomega for the idea (Issue #78 & #79)
  61. Version 0.8.4c7
  62. ============================================================
  63. Thanks to @tcheneau
  64. * Added support for AsciiDoc. (Issue #76)
  65. Version 0.8.4c6
  66. ============================================================
  67. Thanks to @gr3dman
  68. * Added paginator plugin and tests (Issue #73)
  69. Version 0.8.4c5
  70. ============================================================
  71. Thanks to @merlinrebrovic
  72. * Hyde starter kit extended with advanced options (Issue #68)
  73. Version 0.8.4c4
  74. ============================================================
  75. * Added docutils to dev-req.txt
  76. Thanks to @benallard
  77. * Added restructuredText plugin (Issue #63)
  78. * Added restructuredText filter (Issue #63)
  79. * Added traceback support for errors when server is running (Issue #63)
  80. Version 0.8.4c3
  81. ============================================================
  82. * Bug Fix: Fixed uglify-js tests
  83. Version 0.8.4c2
  84. ============================================================
  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.4c1
  89. ============================================================
  90. Thanks to @gfuchedzhy
  91. * Bug Fix: CLTransformer now gracefully handles arguments that have "=". (Issue #58)
  92. Version 0.8.3
  93. ============================================================
  94. * Bug Fix: A bad bug in Expando that modified the `__dict__` has been fixed.
  95. (Issue #53)
  96. * Tags now support metadata. Metadata can be provided as part of the tagger
  97. plugin configuration in `site.yaml`
  98. * Ensured that the context data & providers behave in the same manner. Both
  99. get loaded as expandos. (Issue #29)
  100. * `hyde serve` now picks up changes in config data automatically.
  101. (Issue #24)
  102. * Bug Fix: `hyde create` only fails when `content`, `layout` or `site.yaml`
  103. is present in the target directory. (Issue #21)
  104. * Bug Fix: Exceptions are now handled with `ArgumentParser.error`.
  105. * Bug Fix: Sorter excludes items that do not have sorting attributes.
  106. (Issue #18)
  107. * Wrapped `<figure>` inside `<div>` to appease markdown. (Issue #17)
  108. * Added `display:block` for html5 elements in basic template so that it
  109. works in not so modern browsers as well. (Issue #17)
  110. Thanks to Joe Steeve.
  111. * Changed deploy location for main.py and fixed entry point in
  112. `setup.py`. (Issue #56)
  113. Thanks to @stiell
  114. * Bug Fix: Better mime type support in hyde server (Issue #50)
  115. * Bug Fix: Support empty extension in tagger archives (Issue #50)
  116. Thanks to @gfuchedzhy
  117. * Bug Fix: Hyde server now takes the url cleaner plugin into account.
  118. (Issue #54)
  119. Thanks to @vincentbernat
  120. * Bug Fix: Ensure image sizer plugin handles external urls properly.
  121. (Issue #52)
  122. Thanks to @rfk
  123. * Added PyPI publisher (Issue #49)
  124. * Bug Fix: Made `site.full_url` ignore fully qualified paths (Issue #49)
  125. Thanks to @vincentbernat
  126. * Added JPEG Optim plugin (Issue #47)
  127. * Fixes to CLTransformer (Issue #47)
  128. Version 0.8.2
  129. ============================================================
  130. Thanks to @merlinrebrovic
  131. * Added hyde starter kit (Issue #43)
  132. Thanks to @vincentbernat
  133. * Added git dates plugin (Issue #42)
  134. * Added Image size plugin (Issue #44)
  135. * Added silent, compress and optimization parameter support for less css
  136. plugin (Issue #40)
  137. * Fixed plugin chaining issues (Issue #38)
  138. * Added Language(translation) plugin (Issue #37)
  139. * Bug Fix: Made sorting tests more predictable (Issue #41)
  140. * Bug Fix: Added more standard paths for executables (Issue #41)
  141. * Added Combine files plugin (Issue #39)
  142. * Added ignore option in site configuration to igore based on wildcards
  143. (Issue #32)
  144. Thanks to @pestaa
  145. * Added support `UTF8` keys in `metadata` and `config` (Issue #33)
  146. Version 0.8.1
  147. ============================================================
  148. Thanks to @rfk.
  149. * Updated to use nose 1.0 (Issue #28)
  150. * Bug fix: LessCSSPlugin: return original text if not a .less file
  151. (Issue #28)
  152. * PyFS publisher with mtime and etags support. (Issue #28)
  153. Version 0.8
  154. ============================================================
  155. * Relative path bugs in windows generation have been fixed.
  156. Version 0.8rc3
  157. ============================================================
  158. * Fixed a jinja2 loader path issue that prevented site generation in windows
  159. * Fixed tests for stylus plugin to account for more accurate color
  160. manipulation in the latest stylus