2017-03-27 02:48:01 +00:00
|
|
|
# Changelog
|
|
|
|
|
2017-05-30 10:23:07 +00:00
|
|
|
## 0.0.7 (unreleased)
|
|
|
|
|
|
|
|
- Sort individual tag/category pages by date
|
2017-06-06 03:51:20 +00:00
|
|
|
- Add extra builtin shortcode for Streamable videos
|
2017-06-10 17:52:39 +00:00
|
|
|
- `path` and `permalink` now end with a `/`
|
2017-06-16 05:05:14 +00:00
|
|
|
- Generate table of contents for each page
|
2017-06-16 12:53:28 +00:00
|
|
|
- Add `section` to a page Tera context if there is one
|
2017-06-16 14:09:01 +00:00
|
|
|
- Add `aliases` to pages for when you are changing urls but want to redirect
|
|
|
|
to the new one
|
2017-05-30 10:23:07 +00:00
|
|
|
|
2017-05-24 12:28:33 +00:00
|
|
|
## 0.0.6 (2017-05-24)
|
2017-05-16 04:37:00 +00:00
|
|
|
|
|
|
|
- Fix missing serialized data for sections
|
|
|
|
- Change the single item template context for categories/tags
|
2017-05-23 11:03:25 +00:00
|
|
|
- Add a `get_url` and a `get_section` global Tera function
|
2017-05-20 14:45:31 +00:00
|
|
|
- Add a config option to control how many articles to show in RSS feed
|
2017-05-23 11:03:25 +00:00
|
|
|
- Move `insert_anchor_links` from config to being a section option and it can
|
|
|
|
now be insert left or right
|
|
|
|
|
2017-05-16 04:37:00 +00:00
|
|
|
|
2017-05-15 06:57:42 +00:00
|
|
|
## 0.0.5 (2017-05-15)
|
2017-04-28 07:18:18 +00:00
|
|
|
|
|
|
|
- Fix XML templates overriding and reloading
|
2017-04-28 07:31:11 +00:00
|
|
|
- `title` and `description` are now optional in the front matter
|
2017-05-13 13:37:01 +00:00
|
|
|
- Add GenericConfig, Vim, Jinja2 syntax
|
2017-05-08 10:29:37 +00:00
|
|
|
- Add `_index.md` for homepage as well and make that into a normal section
|
2017-05-01 06:35:49 +00:00
|
|
|
- Allow sorting by `none`, `date` and `order` for sections
|
2017-05-03 12:30:17 +00:00
|
|
|
- Add pagination
|
2017-05-11 05:12:02 +00:00
|
|
|
- Add a `get_page` global function to tera
|
2017-05-13 13:37:01 +00:00
|
|
|
- Revamp index page, no more `pages` variables
|
|
|
|
- Fix livereload stopping randomly
|
|
|
|
- Smarter re-rendering in `serve` command
|
2017-04-28 07:18:18 +00:00
|
|
|
|
2017-04-23 06:32:08 +00:00
|
|
|
## 0.0.4 (2017-04-23)
|
2017-04-28 07:18:18 +00:00
|
|
|
|
2017-04-06 02:21:37 +00:00
|
|
|
- Fix RSS feed link and description
|
2017-03-30 08:17:12 +00:00
|
|
|
- Renamed `Page::url` and `Section::url` to `Page::path` and `Section::path`
|
|
|
|
- Pass `current_url` and `current_path` to every template
|
2017-04-10 11:26:35 +00:00
|
|
|
- Add id to headers to allow anchor linking
|
|
|
|
- Make relative link work with anchors
|
|
|
|
- Add option to render an anchor link automatically next to headers
|
2017-04-19 13:16:21 +00:00
|
|
|
- Only copy the static files that changed, not the whole directory in `gutenberg serve`
|
|
|
|
- Use summary if available in RSS feed
|
|
|
|
- Add tables and footnotes support in markdown
|
2017-04-22 02:40:11 +00:00
|
|
|
- Add more language syntaxes
|
2017-04-22 02:44:56 +00:00
|
|
|
- Only load templates ending by `.html`
|
2017-04-06 02:21:37 +00:00
|
|
|
|
|
|
|
## 0.0.3 (2017-04-05)
|
2017-04-28 07:18:18 +00:00
|
|
|
|
2017-03-27 02:48:01 +00:00
|
|
|
- Add some colours in console
|
|
|
|
- Allow using a file other than config.toml for config
|
|
|
|
- Add sections to the index page context
|
2017-03-27 14:17:33 +00:00
|
|
|
- Fix page rendering not working when containing `+++`
|
|
|
|
- Add shortcodes (see README for details)
|
2017-03-30 05:48:07 +00:00
|
|
|
- Allow relative links to other content in markdown links
|
2017-04-04 07:08:40 +00:00
|
|
|
- Add `markdown`, `base64_encode` and `base64_decode` filters to the Tera instance of Gutenberg
|
2017-04-05 12:51:18 +00:00
|
|
|
- Work on Windows!
|