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.
 
 
 

170 lines
5.7 KiB

  1. Version 0.8.5a2
  2. ============================================================
  3. * Modified combined plugin to support relative paths and recursion. (Issue #108)
  4. Version 0.8.5a1
  5. ============================================================
  6. * Added ability to specify safe characters in `content_url`,
  7. `media_url` functions and `urlencode` filter. (Issue #103)
  8. Version 0.8.4
  9. ============================================================
  10. * Bug Fix: Configuration now gets reloaded when server regenerates (Issue #70)
  11. * Bug Fix: Added styles for codebox (Issue #69)
  12. * Tagger now generates archives upfront in begin_site (Issue #72)
  13. * **Breaking**: The default nodemeta file has been changed to meta.yaml
  14. * Added test for codehilite markdown extension (Issue #82)
  15. * Added rst_directive.py from the pygments repository (Issue #82)
  16. * Added support for ignoring nodes (Issue #80)
  17. * Hyde now ignores .hg, .svn and .git by default (Issue #80)
  18. * Added support for default publisher (Issue #83)
  19. * Added `urlencode` and `urldecode` filters. (Issue #102)
  20. * Bug Fix: Fixed tests for Issue #88
  21. * Added tests for sorting groups
  22. * Added support for loading modules from the site path. Thanks to
  23. @theomega for the idea (Issue #78 & #79)
  24. * Added docutils to dev-req.txt
  25. * Bug Fix: Fixed uglify-js tests
  26. Thanks to @nud
  27. * `$PATH` based executable discovery for `CLTransformer` plugins. (Issue #100)
  28. * Bug Fix: Fix class name of `test_stylus` (Issue #97)
  29. Thanks to @gfuchedzhy
  30. * Bug Fix: Textlinks plugin: do nothing if resource doesn't use template (Issue #96)
  31. * Bug Fix: Retain permissions in text files during generation (Issue #90)
  32. * Bug Fix: Added support for encoded urls to hyde server. (Issue #88)
  33. * Bug Fix: Converted `content_url` and `media_url` to encoded urls. (Issue #88)
  34. * Bug Fix: All occurrences of `str` replaced with `unicode`. (Issue #87)
  35. * Bug Fix: CLTransformer now gracefully handles arguments that have "=". (Issue #58)
  36. Thanks to @vincentbernat
  37. * Support for `output_format` configuration in markdown (Issue #89)
  38. Thanks to @merlinrebrovic
  39. * Hyde starter kit extended with advanced options (Issue #68)
  40. Thanks to @tcheneau
  41. * Added support for AsciiDoc. (Issue #76)
  42. Thanks to @gr3dman
  43. * Added paginator plugin and tests (Issue #73)
  44. Thanks to @benallard
  45. * Added restructuredText plugin (Issue #63)
  46. * Added restructuredText filter (Issue #63)
  47. * Added traceback support for errors when server is running (Issue #63)
  48. Thanks to @rfk
  49. * Added Sphinx Plugin (Issue #62)
  50. * Bug fix: PyFS publisher now checks if the pyfs module is installed. (Issue #62)
  51. Version 0.8.3
  52. ============================================================
  53. * Bug Fix: A bad bug in Expando that modified the `__dict__` has been fixed.
  54. (Issue #53)
  55. * Tags now support metadata. Metadata can be provided as part of the tagger
  56. plugin configuration in `site.yaml`
  57. * Ensured that the context data & providers behave in the same manner. Both
  58. get loaded as expandos. (Issue #29)
  59. * `hyde serve` now picks up changes in config data automatically.
  60. (Issue #24)
  61. * Bug Fix: `hyde create` only fails when `content`, `layout` or `site.yaml`
  62. is present in the target directory. (Issue #21)
  63. * Bug Fix: Exceptions are now handled with `ArgumentParser.error`.
  64. * Bug Fix: Sorter excludes items that do not have sorting attributes.
  65. (Issue #18)
  66. * Wrapped `<figure>` inside `<div>` to appease markdown. (Issue #17)
  67. * Added `display:block` for html5 elements in basic template so that it
  68. works in not so modern browsers as well. (Issue #17)
  69. Thanks to Joe Steeve.
  70. * Changed deploy location for main.py and fixed entry point in
  71. `setup.py`. (Issue #56)
  72. Thanks to @stiell
  73. * Bug Fix: Better mime type support in hyde server (Issue #50)
  74. * Bug Fix: Support empty extension in tagger archives (Issue #50)
  75. Thanks to @gfuchedzhy
  76. * Bug Fix: Hyde server now takes the url cleaner plugin into account.
  77. (Issue #54)
  78. Thanks to @vincentbernat
  79. * Bug Fix: Ensure image sizer plugin handles external urls properly.
  80. (Issue #52)
  81. Thanks to @rfk
  82. * Added PyPI publisher (Issue #49)
  83. * Bug Fix: Made `site.full_url` ignore fully qualified paths (Issue #49)
  84. Thanks to @vincentbernat
  85. * Added JPEG Optim plugin (Issue #47)
  86. * Fixes to CLTransformer (Issue #47)
  87. Version 0.8.2
  88. ============================================================
  89. Thanks to @merlinrebrovic
  90. * Added hyde starter kit (Issue #43)
  91. Thanks to @vincentbernat
  92. * Added git dates plugin (Issue #42)
  93. * Added Image size plugin (Issue #44)
  94. * Added silent, compress and optimization parameter support for less css
  95. plugin (Issue #40)
  96. * Fixed plugin chaining issues (Issue #38)
  97. * Added Language(translation) plugin (Issue #37)
  98. * Bug Fix: Made sorting tests more predictable (Issue #41)
  99. * Bug Fix: Added more standard paths for executables (Issue #41)
  100. * Added Combine files plugin (Issue #39)
  101. * Added ignore option in site configuration to igore based on wildcards
  102. (Issue #32)
  103. Thanks to @pestaa
  104. * Added support `UTF8` keys in `metadata` and `config` (Issue #33)
  105. Version 0.8.1
  106. ============================================================
  107. Thanks to @rfk.
  108. * Updated to use nose 1.0 (Issue #28)
  109. * Bug fix: LessCSSPlugin: return original text if not a .less file
  110. (Issue #28)
  111. * PyFS publisher with mtime and etags support. (Issue #28)
  112. Version 0.8
  113. ============================================================
  114. * Relative path bugs in windows generation have been fixed.
  115. Version 0.8rc3
  116. ============================================================
  117. * Fixed a jinja2 loader path issue that prevented site generation in windows
  118. * Fixed tests for stylus plugin to account for more accurate color
  119. manipulation in the latest stylus