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.
 
 
 

97 lines
2.2 KiB

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