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.
 
 
 

179 lines
4.4 KiB

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