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.
 
 
 

136 lines
3.6 KiB

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