{% extends 'layout.html' %} {% set crumbs = (('Miscellany',), ('Changelog',)) %} {% set toc = ( ('v0.3',), ('v0.2.3',), ('v0.2.2',), ('v0.2.1',), ('v0.2',), ('v0.1.9',), ('v0.1.8',), ('v0.1.7',), ('v0.1.6',), ('v0.1.5',), ('v0.1.4',), ('v0.1.3',), ('v0.1.2',), ('v0.1.1',), ('v0.1',) ) %} {% block content %}
This page is a comprehensive list of all user-visible changes between versions. If you are upgrading be sure to check out the upgrading page for any backwards incompatible changes.
items
and values
, that act as syntactic sugar for iteritems()
and itervalues()
.item
properties, prev
and next
, that store the previous and next items in the container.posts_order
and posts_sort
.archives
and tags
globals are now properties of the posts
global to maintain consistency between content containers.post
local has been renamed item
to maintain consistency between content containers.<title>
variable in URL formats has been renamed to <slug>
.markup
and parser
config settings have been removed.parser
frontmatter attribute, the parser
container config setting, and lastly the file extension.layout
frontmatter attribute can now be set to None
to skip rendering.data-lang
attribute of the <code>
tag instead of the lang
attribute of the <pre>
tag.watch
subcommand now honors the configured log level.serve
subcommand.serve
subcommand when handling paths containing Unicode characters.watch
subcommand when a file is moved into the directory that is being watched.absolutize
filter of the Jinja renderer.get_url
template helper where it was appending a forward slash when it shouldn't.init
, gen
, watch
, and serve
.gen
subcommand.get_url
template helper if the domain
config setting has been set.excerpt
post property is no longer wrapped in a <p>
tag.setup.py
.year
and name
properties from archives and tags respectively.mtime
.slug
property from posts.name
attribute to tags.-qv
flags.Initial release.
{% endblock %}