2017-03-27 02:48:01 +00:00
|
|
|
# Changelog
|
|
|
|
|
2018-09-29 09:20:59 +00:00
|
|
|
## 0.5.0 (unreleased)
|
2018-09-05 15:26:39 +00:00
|
|
|
|
2018-09-30 21:49:32 +00:00
|
|
|
### Breaking
|
|
|
|
|
2018-09-05 15:26:39 +00:00
|
|
|
- Gutenberg has changed name to REPLACE_ME!
|
2018-09-30 21:49:32 +00:00
|
|
|
- The `pagers` variable of Paginator objects has been removed
|
|
|
|
|
|
|
|
### Others
|
2018-09-09 17:43:14 +00:00
|
|
|
- Update dependencies, fixing a few bugs with templates
|
2018-09-10 10:40:30 +00:00
|
|
|
- Load only .html files in themes from the templates folder
|
2018-09-10 07:19:58 +00:00
|
|
|
- Background colour is set fewer times when highlighting syntaxes
|
2018-09-10 10:40:30 +00:00
|
|
|
- Link checker will not try to validate email links anymore
|
2018-09-10 15:22:35 +00:00
|
|
|
- Load table and footnote markdown extensions in `markdown` filter
|
2018-09-10 18:13:44 +00:00
|
|
|
- `get_url` now defaults to not adding a trailing slash
|
2018-09-10 18:29:57 +00:00
|
|
|
- Fix `--base-url` not overriding processed images URLs
|
2018-09-30 17:05:56 +00:00
|
|
|
- Many many times faster (x10-x40) for sites with thousands of pages
|
2018-09-13 14:57:38 +00:00
|
|
|
- Add more Emacs temp file to the ignored patterns in `gutenberg serve`
|
2018-09-13 15:07:14 +00:00
|
|
|
- Files starting with `.` are not considered pages anymore even if they end with `.md`
|
2018-09-15 11:16:46 +00:00
|
|
|
- `_processed_images` folder for image processing has been renamed `processed_images` to avoid issues with GitHub Pages
|
2018-09-20 18:07:20 +00:00
|
|
|
- Syntax highlighting default was mistakenly `true`, it has been set to `false`
|
2018-09-29 09:20:59 +00:00
|
|
|
- Add NO_COLOR and CLICOLOR support for having colours or not in CLI output
|
2018-09-30 17:05:56 +00:00
|
|
|
- Fix `robots.txt`template not being used
|
2018-10-10 11:57:21 +00:00
|
|
|
- RSS feed now takes all available articles by default instead of limiting to 10000
|
2018-09-05 15:26:39 +00:00
|
|
|
|
2018-09-03 17:41:30 +00:00
|
|
|
## 0.4.2 (2018-09-03)
|
2018-08-15 13:42:43 +00:00
|
|
|
|
|
|
|
- Add assets to section indexes
|
|
|
|
- Allow users to add custom highlighting syntaxes
|
|
|
|
- Add Swift, MiniZinc syntaxes and update others
|
2018-08-25 09:21:02 +00:00
|
|
|
- Handle post summaries better: no more cutting references
|
2018-08-15 13:42:43 +00:00
|
|
|
|
2018-08-06 17:40:59 +00:00
|
|
|
## 0.4.1 (2018-08-06)
|
2018-08-05 08:29:53 +00:00
|
|
|
|
2018-08-06 17:40:59 +00:00
|
|
|
- Fix live reload of a section content change getting no pages data
|
2018-08-05 13:03:12 +00:00
|
|
|
- Fix critical bug in `serve` in some OSes
|
2018-08-06 07:20:54 +00:00
|
|
|
- Update deps, should now build and work correctly on BSDs
|
2018-08-05 08:29:53 +00:00
|
|
|
|
2018-08-06 17:40:59 +00:00
|
|
|
## 0.4.0 (2018-08-04)
|
2018-04-26 08:58:59 +00:00
|
|
|
|
2018-07-16 08:54:05 +00:00
|
|
|
### Breaking
|
|
|
|
|
|
|
|
- Taxonomies have been rewritten from scratch to allow custom ones with RSS and pagination
|
2018-07-31 13:31:36 +00:00
|
|
|
- `order` sorting has been removed in favour of only having `weight`
|
2018-08-03 17:47:39 +00:00
|
|
|
- `page.next/page.previous` have been renamed to `page.later/page.earlier` and `page.heavier/page.lighter` depending on the sort method
|
2018-07-16 08:54:05 +00:00
|
|
|
|
|
|
|
### Others
|
2018-04-26 08:58:59 +00:00
|
|
|
- Fix `serve` not working with the config flag
|
2018-05-11 11:54:16 +00:00
|
|
|
- Websocket port on `live` will not get the first available port instead of a fixed one
|
2018-05-17 17:04:42 +00:00
|
|
|
- Rewrite markdown rendering to fix all known issues with shortcodes
|
|
|
|
- Add array arguments to shortcodes and allow single-quote/backtick strings
|
|
|
|
- Co-located assets are now permalinks
|
|
|
|
- Words are now counted using unicode rather than whitespaces
|
2018-05-17 17:08:56 +00:00
|
|
|
- Aliases can now be pointing directly to specific HTML files
|
2018-05-30 12:08:35 +00:00
|
|
|
- Add `year`, `month` and `day` variables to pages with a date
|
2018-06-20 15:43:24 +00:00
|
|
|
- Fix panic when live reloading a change on a file without extensions
|
2018-06-25 17:13:21 +00:00
|
|
|
- Add image resizing support
|
2018-07-05 15:43:30 +00:00
|
|
|
- Add a 404 template
|
|
|
|
- Enable preserve-order feature of Tera
|
2018-07-16 19:13:00 +00:00
|
|
|
- Add an external link checker
|
2018-07-31 14:35:16 +00:00
|
|
|
- Add `get_taxonomy` global function to return the full taxonomy
|
2018-04-26 08:58:59 +00:00
|
|
|
|
2018-06-22 11:33:17 +00:00
|
|
|
## 0.3.4 (2018-06-22)
|
2018-04-13 13:07:23 +00:00
|
|
|
|
2018-06-22 11:33:17 +00:00
|
|
|
- `cargo update` as some dependencies didn't compile with current Rust version
|
|
|
|
- Add CMake syntax highlighting and update other syntax highlighting
|
2018-04-13 13:07:23 +00:00
|
|
|
|
2018-03-29 13:30:30 +00:00
|
|
|
## 0.3.3 (2018-03-29)
|
2018-03-16 18:11:08 +00:00
|
|
|
|
|
|
|
- Fixed config flag in CLI
|
2018-03-17 13:34:01 +00:00
|
|
|
- Sitemap entries are now sorted by permalinks to avoid random ordering
|
2018-03-17 19:42:06 +00:00
|
|
|
- Preserve directory structure from sass folder when copying compiled css files
|
|
|
|
to the public directory
|
2018-03-18 08:34:37 +00:00
|
|
|
- Do not require themes to have a static folder
|
2018-03-19 17:50:04 +00:00
|
|
|
- Now supports indented Sass syntax
|
2018-03-21 15:18:24 +00:00
|
|
|
- Add search index building
|
2018-03-28 15:01:14 +00:00
|
|
|
- Update Tera: now has `break` and `continue` in loops
|
|
|
|
- Gutenberg now creates an anchor link at the position of the `<!-- more -->` tag if you
|
|
|
|
want to link directly to it
|
2018-03-28 17:31:28 +00:00
|
|
|
- Fix many shortcode parsing issues
|
2018-03-28 19:08:44 +00:00
|
|
|
- Correctly copy themes shortcodes so they are useable in content
|
2018-03-29 12:55:25 +00:00
|
|
|
- Fix internal links not working for markdown files directly in `content` directory
|
2018-03-16 18:11:08 +00:00
|
|
|
|
2018-03-05 18:26:21 +00:00
|
|
|
## 0.3.2 (2018-03-05)
|
2018-02-22 15:49:35 +00:00
|
|
|
|
|
|
|
- Fix `serve` command trying to read all files as markdown
|
2018-02-25 18:25:15 +00:00
|
|
|
- Add many syntax highlighting themes
|
|
|
|
- Fix date being serialised incorrectly in page `extra` section of front-matter
|
2018-02-22 15:49:35 +00:00
|
|
|
|
2018-02-15 09:41:49 +00:00
|
|
|
## 0.3.1 (2018-02-15)
|
2018-01-25 18:12:17 +00:00
|
|
|
|
2018-02-02 16:34:24 +00:00
|
|
|
- Update Tera and other dependencies
|
2018-02-15 09:41:49 +00:00
|
|
|
- Add option for inline (ie no `<p>...</p>` wrapping) in markdown filter
|
2018-02-02 16:34:24 +00:00
|
|
|
- Allow to specify both interface and base_url in `gutenberg serve` for usage in Docker
|
2018-01-25 18:12:17 +00:00
|
|
|
|
2018-01-25 14:15:59 +00:00
|
|
|
## 0.3.0 (2018-01-25)
|
2017-11-16 17:08:06 +00:00
|
|
|
|
2018-01-02 19:11:19 +00:00
|
|
|
### Breaking
|
|
|
|
- Change names of individual taxonomies to be plural (ie `tags/my-tag` instead of `tag/my-tag`)
|
2018-01-14 17:03:57 +00:00
|
|
|
- Front matter now uses TOML dates rather strings: remove quotes from your date value to fix it.
|
|
|
|
For example: `date = "2001-10-10"` becomes `date = 2001-10-10`
|
2018-01-16 12:57:31 +00:00
|
|
|
- `language_code` has been renamed `default_language` in preparations of i18n support
|
2018-01-02 19:11:19 +00:00
|
|
|
|
|
|
|
### Others
|
2017-11-16 17:08:06 +00:00
|
|
|
- Add `get_taxonomy_url` to retrieve the permalink of a tag/category
|
|
|
|
- Fix bug when generating permalinks for taxonomies
|
2017-11-27 17:09:09 +00:00
|
|
|
- Update to Tera 0.11
|
|
|
|
- Better UX on first `serve` thanks to some default templates.
|
2017-12-29 18:33:04 +00:00
|
|
|
- Add `output-dir` to `build` and `serve` to generate the site in a folder other than `public`
|
2018-01-02 19:11:19 +00:00
|
|
|
- Add Prolog syntax highlighting and update all current syntaxes
|
2018-01-09 20:57:29 +00:00
|
|
|
- Live reloading now works on shortcode template changes
|
2018-01-24 12:21:47 +00:00
|
|
|
- `gutenberg serve` now reloads site on `config.toml` changes: you will need to F5 to see any changes though
|
2018-01-16 12:57:31 +00:00
|
|
|
- Add a `trans` global function that will get return the translation of the given key for the given lang, defaulting
|
|
|
|
to `config.default_language` if not given
|
2018-01-22 20:20:55 +00:00
|
|
|
- `gutenberg serve` cleans after itself and deletes the output directory on CTRL+C
|
2017-11-16 17:08:06 +00:00
|
|
|
|
2017-11-01 13:58:03 +00:00
|
|
|
## 0.2.2 (2017-11-01)
|
2017-10-23 08:49:13 +00:00
|
|
|
|
|
|
|
- Fix shortcodes without arguments being ignored
|
2017-10-23 12:18:05 +00:00
|
|
|
- Fix shortcodes with markdown chars (_, *, etc) in name and args being ignored
|
2017-10-24 18:11:39 +00:00
|
|
|
- Fix subsections of index not being filled without a `_index.md`
|
2017-10-24 18:32:46 +00:00
|
|
|
- Fix generated index section not found in `get_section` global function
|
2017-10-24 18:11:39 +00:00
|
|
|
- Fix permalink generation for index page
|
2017-10-25 07:09:55 +00:00
|
|
|
- Add Nim syntax highlighting
|
2017-10-25 12:49:54 +00:00
|
|
|
- Allow static folder to be missing
|
2017-10-26 15:03:26 +00:00
|
|
|
- Fix shortcodes args being only passed as strings
|
2017-10-31 15:41:31 +00:00
|
|
|
- Add `page.components` and `section.components` that are equivalent to `path.split('/')`
|
2017-11-01 13:58:03 +00:00
|
|
|
- Expose `page.draft` in the template
|
2017-10-23 08:49:13 +00:00
|
|
|
|
2017-10-17 09:44:06 +00:00
|
|
|
## 0.2.1 (2017-10-17)
|
2017-10-16 20:48:59 +00:00
|
|
|
|
2017-10-17 07:23:17 +00:00
|
|
|
- Fix `base-url` argument to `gutenberg build` being called `base`
|
|
|
|
- Add syntaxes: Crystal, Elixir, Kotlin
|
2017-10-16 20:48:59 +00:00
|
|
|
|
2017-10-05 10:26:29 +00:00
|
|
|
## 0.2.0 (2017-10-05)
|
2017-09-25 09:55:43 +00:00
|
|
|
|
|
|
|
- Fix `section.subsections` not being filled correctly
|
2017-09-26 08:04:18 +00:00
|
|
|
- `section.subsections` can now be sorted by a `weight` attribute on a section front-matter
|
2017-09-25 09:55:43 +00:00
|
|
|
- Do nothing on directory adding/removal in livereload
|
|
|
|
- Add back `draft` on pages that was wrongly removed
|
2017-09-26 08:25:55 +00:00
|
|
|
- Page and Section `path` field is not starting with a `/` anymore
|
|
|
|
- All Tera global fns are now rebuilt on changes
|
2017-09-27 12:46:32 +00:00
|
|
|
- Use flags for port/interface in `gutenberg serve`
|
2017-09-27 14:09:13 +00:00
|
|
|
- Fix various issues with headers markdown rendering
|
2017-09-27 14:37:17 +00:00
|
|
|
- Rename `insert_anchor` in section front-matter to `insert_anchor_links`
|
|
|
|
- Remove `insert_anchor_links` from the config: it wasn't used
|
|
|
|
- Add `class` variable to `gist` shortcode
|
|
|
|
- Add reading analytics to sections content
|
2017-10-01 03:51:43 +00:00
|
|
|
- Add config to sitemap template
|
2017-10-01 05:04:30 +00:00
|
|
|
- Add `permalink` to all taxonomy items (tags & categories)
|
|
|
|
- Tags in the tags page are now sorting alphabetically instead of by number of pages in them
|
2017-10-03 15:21:18 +00:00
|
|
|
- Remove deprecated `link` param of `get_url`
|
|
|
|
- Add 1337 color scheme
|
|
|
|
- Defaults to compressed Sass output
|
2017-10-04 00:23:25 +00:00
|
|
|
- Fix regression wrt co-located assets slug detecting
|
2017-10-04 00:35:37 +00:00
|
|
|
- Rename `url` from page front-matter to `path` to be consistent
|
2017-10-05 01:56:13 +00:00
|
|
|
- Add a `base-url` flag to the `build` command to override the URL from config.toml
|
2017-09-25 09:55:43 +00:00
|
|
|
|
2017-08-31 09:51:18 +00:00
|
|
|
## 0.1.3 (2017-08-31)
|
2017-08-30 08:48:13 +00:00
|
|
|
|
|
|
|
- Add themes support
|
|
|
|
|
|
|
|
|
2017-08-10 02:30:19 +00:00
|
|
|
## 0.1.2 (2017-08-10)
|
2017-07-25 07:56:13 +00:00
|
|
|
|
|
|
|
- Add `redirect_to` to section front matter to redirect when landing on section
|
|
|
|
root page
|
2017-07-27 09:24:43 +00:00
|
|
|
- Make `title` in config optional
|
|
|
|
- Improved `gutenberg init` UX and users first experience
|
2018-04-13 13:07:23 +00:00
|
|
|
- Make `get_url` work for any path with optional cachebusting.
|
2017-08-09 04:42:27 +00:00
|
|
|
- Deprecates `link` param of `get_url` in favour of `path` to be consistent
|
2017-07-25 07:56:13 +00:00
|
|
|
|
2017-07-16 02:46:43 +00:00
|
|
|
## 0.1.1 (2017-07-16)
|
2017-07-15 03:51:32 +00:00
|
|
|
|
|
|
|
- Fix RSS feed not behaving (https://github.com/Keats/gutenberg/issues/101)
|
|
|
|
|
|
|
|
## 0.1.0 (2017-07-14)
|
2017-06-20 14:20:11 +00:00
|
|
|
|
2017-06-22 03:01:45 +00:00
|
|
|
- Parallelize all the things
|
2017-06-29 15:10:24 +00:00
|
|
|
- Add weight sorting
|
2017-06-29 12:14:08 +00:00
|
|
|
- Remove `section` from the `page` rendering context: this is too expensive. Use
|
|
|
|
the global function `get_section` if you need to get it
|
2017-07-05 03:18:37 +00:00
|
|
|
- Put back a 20 page limit on rss feed by default (configurable)
|
2017-07-06 09:51:36 +00:00
|
|
|
- Remove index page getting all sections: use the `get_section` global fn instead to
|
|
|
|
only get the ones you need
|
|
|
|
- Remove pages from pagers in pagination: they were not supposed to be there
|
2017-07-14 10:26:27 +00:00
|
|
|
- Add built-in Sass compilation support
|
2017-07-06 13:19:15 +00:00
|
|
|
|
2017-06-20 14:20:11 +00:00
|
|
|
|
2017-06-19 09:44:31 +00:00
|
|
|
## 0.0.7 (2017-06-19)
|
2017-05-30 10:23:07 +00:00
|
|
|
|
|
|
|
- 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-06-19 09:14:13 +00:00
|
|
|
- Name the homepage section `index` (previously empty string)
|
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!
|