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.
 
 
 

207 lines
5.9 KiB

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