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.
 
 
 

61 lines
1.3 KiB

  1. Version 0.8.3c2
  2. ================
  3. Thanks to @rfk
  4. * Added PyPI publisher
  5. * Made `site.full_url` ignore fully qualified paths
  6. Version 0.8.3c1
  7. ================
  8. Thanks to @vincentbernat
  9. * Added JPEG Optim plugin
  10. * Fixes to CLTransformer
  11. Version 0.8.2
  12. =============
  13. Thanks to @merlinrebrovic
  14. * Added hyde starter kit
  15. Thanks to @vincentbernat
  16. * Added git dates plugin
  17. * Added Image size plugin
  18. * Added silent, compress and optimization parameter support for less css plugin
  19. * Fixed plugin chaining issues
  20. * Added Language(translation) plugin
  21. * Bug Fix: Made sorting tests more predictable
  22. * Bug Fix: Added more standard paths for executables
  23. * Added Combine files plugin
  24. * Added ignore option in site configuration to igore based on wildcards
  25. Thanks to @pestaa
  26. * Added support `UTF8` keys in `metadata` and `config`
  27. Version 0.8.1
  28. =============
  29. Thanks to @rfk.
  30. * Updated to use nose 1.0
  31. * Bug fix: LessCSSPlugin: return original text if not a .less file
  32. * PyFS publisher with mtime and etags support.
  33. Version 0.8
  34. ==============
  35. * Relative path bugs in windows generation have been fixed.
  36. Version 0.8rc3
  37. ==============
  38. * Fixed a jinja2 loader path issue that prevented site generation in windows
  39. * Fixed tests for stylus plugin to account for more accurate color
  40. manipulation in the latest stylus