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.

CHANGELOG.md 1.2KB

7 years ago
7 years ago
1234567891011121314151617181920212223242526272829303132
  1. # Changelog
  2. ## 0.0.5 (unreleased)
  3. - Fix XML templates overriding and reloading
  4. - `title` and `description` are now optional in the front matter
  5. - Add GenericConfig, Vim syntax
  6. ## 0.0.4 (2017-04-23)
  7. - Fix RSS feed link and description
  8. - Renamed `Page::url` and `Section::url` to `Page::path` and `Section::path`
  9. - Pass `current_url` and `current_path` to every template
  10. - Add id to headers to allow anchor linking
  11. - Make relative link work with anchors
  12. - Add option to render an anchor link automatically next to headers
  13. - Only copy the static files that changed, not the whole directory in `gutenberg serve`
  14. - Use summary if available in RSS feed
  15. - Add tables and footnotes support in markdown
  16. - Add more language syntaxes
  17. - Only load templates ending by `.html`
  18. ## 0.0.3 (2017-04-05)
  19. - Add some colours in console
  20. - Allow using a file other than config.toml for config
  21. - Add sections to the index page context
  22. - Fix page rendering not working when containing `+++`
  23. - Add shortcodes (see README for details)
  24. - Allow relative links to other content in markdown links
  25. - Add `markdown`, `base64_encode` and `base64_decode` filters to the Tera instance of Gutenberg
  26. - Work on Windows!