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.
 
 
 

165 lines
4.0 KiB

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