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.
 
 
 

144 lines
3.3 KiB

  1. Version 0.8.3c13
  2. ================
  3. * Bug Fix: A bad bug in Expando that modified the `__dict__` has been fixed.
  4. (Issue #53)
  5. * Tags now support metadata. Metadata can be provided as part of the tagger
  6. plugin configuration in `site.yaml`
  7. Version 0.8.3c12
  8. ================
  9. * Ensured that the context data & providers behave in the same manner. Both
  10. get loaded as expandos. (Issue #29)
  11. Version 0.8.3c11
  12. =================
  13. * `hyde serve` now picks up changes in config data automatically.
  14. (Issue #24)
  15. Version 0.8.3c10
  16. ===============
  17. * Bug Fix: `hyde create` only fails when `content`, `layout` or `site.yaml`
  18. is present in the target directory. (Issue #21)
  19. * Bug Fix: Exceptions are now handled with `ArgumentParser.error`.
  20. (Issue #21)
  21. Version 0.8.3c9
  22. ===============
  23. * Bug Fix: Sorter excludes items that do not have sorting attributes.
  24. (Issue #18)
  25. Version 0.8.3c8
  26. ===============
  27. * Wrapped `<figure>` inside `<div>` to appease markdown. (Issue #17)
  28. Version 0.8.3c7
  29. ===============
  30. * Added `display:block` for html5 elements in basic template so that it
  31. works in not so modern browsers as well. (Issue #17)
  32. Version 0.8.3c6
  33. ===============
  34. Thanks to Joe Steeve.
  35. * Changed deploy location for main.py and fixed entry point in
  36. `setup.py`. (Issue #56)
  37. Version 0.8.3c5
  38. ===============
  39. Thanks to @stiell
  40. * Bug Fix: Better mime type support in hyde server (Issue #50)
  41. * Bug Fix: Support empty extension in tagger archives (Issue #50)
  42. Version 0.8.3c4
  43. ===============
  44. Thanks to @gfuchedzhy
  45. * Bug Fix: Hyde server now takes the url cleaner plugin into account.
  46. (Issue #54)
  47. Version 0.8.3c3
  48. ===============
  49. Thanks to @vincentbernat
  50. * Bug Fix: Ensure image sizer plugin handles external urls properly.
  51. (Issue #52)
  52. Version 0.8.3c2
  53. ================
  54. Thanks to @rfk
  55. * Added PyPI publisher (Issue #49)
  56. * Bug Fix: Made `site.full_url` ignore fully qualified paths (Issue #49)
  57. Version 0.8.3c1
  58. ================
  59. Thanks to @vincentbernat
  60. * Added JPEG Optim plugin (Issue #47)
  61. * Fixes to CLTransformer (Issue #47)
  62. Version 0.8.2
  63. =============
  64. Thanks to @merlinrebrovic
  65. * Added hyde starter kit (Issue #43)
  66. Thanks to @vincentbernat
  67. * Added git dates plugin (Issue #42)
  68. * Added Image size plugin (Issue #44)
  69. * Added silent, compress and optimization parameter support for less css
  70. plugin (Issue #40)
  71. * Fixed plugin chaining issues (Issue #38)
  72. * Added Language(translation) plugin (Issue #37)
  73. * Bug Fix: Made sorting tests more predictable (Issue #41)
  74. * Bug Fix: Added more standard paths for executables (Issue #41)
  75. * Added Combine files plugin (Issue #39)
  76. * Added ignore option in site configuration to igore based on wildcards
  77. (Issue #32)
  78. Thanks to @pestaa
  79. * Added support `UTF8` keys in `metadata` and `config` (Issue #33)
  80. Version 0.8.1
  81. =============
  82. Thanks to @rfk.
  83. * Updated to use nose 1.0 (Issue #28)
  84. * Bug fix: LessCSSPlugin: return original text if not a .less file
  85. (Issue #28)
  86. * PyFS publisher with mtime and etags support. (Issue #28)
  87. Version 0.8
  88. ==============
  89. * Relative path bugs in windows generation have been fixed.
  90. Version 0.8rc3
  91. ==============
  92. * Fixed a jinja2 loader path issue that prevented site generation in windows
  93. * Fixed tests for stylus plugin to account for more accurate color
  94. manipulation in the latest stylus