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.
 
 
 

143 lines
3.6 KiB

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