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.
 
 
 

122 lines
2.8 KiB

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