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.
 
 
 

105 lines
3.0 KiB

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