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.
 
 
 

165 lines
5.5 KiB

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