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.
 
 
 

195 lines
6.6 KiB

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