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.
 
 
 

199 lines
6.7 KiB

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