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.
 
 
 

172 lines
4.2 KiB

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