gutenberg v0.3.0 Release Notes

Release Date: 2018-01-25 // about 6 years ago
  • ๐Ÿ’ฅ Breaking

    • ๐Ÿ”„ Change names of individual taxonomies to be plural (ie tags/my-tag instead of tag/my-tag)
    • ๐Ÿšš 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
    • 0๏ธโƒฃ language_code has been renamed default_language in preparations of i18n support

    Others

    • Add get_taxonomy_url to retrieve the permalink of a tag/category
    • ๐Ÿ›  Fix bug when generating permalinks for taxonomies
    • โšก๏ธ Update to Tera 0.11
    • ๐Ÿ‘ Better UX on first serve thanks to some default templates.
    • โž• Add output-dir to build and serve to generate the site in a folder other than public
    • โž• Add Prolog syntax highlighting and update all current syntaxes
    • Live reloading now works on shortcode template changes
    • ๐Ÿ‘€ gutenberg serve now reloads site on config.toml changes: you will need to F5 to see any changes though
    • โž• Add a trans global function that will get return the translation of the given key for the given lang, defaulting 0๏ธโƒฃ to config.default_language if not given
    • gutenberg serve cleans after itself and deletes the output directory on CTRL+C