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.
 
 
 

243 lines
6.9 KiB

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