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.
 
 
 

113 lines
3.2 KiB

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