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 625B

7 years ago
7 years ago
12345678910111213141516
  1. # Changelog
  2. ## 0.0.4 (unreleased)
  3. - Fix RSS feed link and description
  4. - Renamed `Page::url` and `Section::url` to `Page::path` and `Section::path`
  5. - Pass `current_url` and `current_path` to every template
  6. ## 0.0.3 (2017-04-05)
  7. - Add some colours in console
  8. - Allow using a file other than config.toml for config
  9. - Add sections to the index page context
  10. - Fix page rendering not working when containing `+++`
  11. - Add shortcodes (see README for details)
  12. - Allow relative links to other content in markdown links
  13. - Add `markdown`, `base64_encode` and `base64_decode` filters to the Tera instance of Gutenberg
  14. - Work on Windows!