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.
 
 
 

118 lines
3.2 KiB

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