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.
 
 
 

103 lines
2.3 KiB

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