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.
 
 
 

108 lines
2.4 KiB

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