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.
 
 
 

250 lines
7.1 KiB

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