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.
 
 
 

75 lines
1.6 KiB

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