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.
 
 
 

98 lines
2.9 KiB

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