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.
 
 
 

205 lines
6.9 KiB

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