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.
 
 
 

129 lines
2.9 KiB

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