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.
 
 
 

114 lines
2.6 KiB

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