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.
 
 
 

227 lines
6.3 KiB

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