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.
 
 
 

136 lines
3.1 KiB

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