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.
 
 
 

185 lines
6.1 KiB

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