A fork of hyde, the static site generation. Some patches will be pushed upstream.
 
 
 

129 lines
3.4 KiB

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