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.
 
 
 

68 lines
1.5 KiB

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