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.
 
 
 

238 lines
6.7 KiB

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