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.
 
 
 

200 lines
5.7 KiB

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