- Authentication and permissions: TiddlyWiki can now only be edited by authenticated users with the `edit-tiddlywiki` permission. The `root` user has this permission by default, so running Datasette with `datasette tiddlywiki.db --root` will provide a URL that can be accessed to sign in as a user with write permissions to the wiki. [3](https://github.com/simonw/datasette-tiddlywiki/issues/3)
- All APIs now sit under the `/-/tiddlywiki/` namespace, and take the `base_url` setting into account. [9](https://github.com/simonw/datasette-tiddlywiki/issues/9)