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.
 
 
 

193 lines
5.5 KiB

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