- Display errors differently, depending on [this new Datasette feature](https://github.com/simonw/datasette/issues/2405). [#8](https://github.com/simonw/datasette-pretty-traces/issues/8)
0.4
- Now displays the number of write queries executed by [db.execute_write_many()](https://docs.datasette.io/en/stable/internals.html#await-db-execute-write-many-sql-params-seq-block-true). [7](https://github.com/simonw/datasette-pretty-traces/issues/7)
0.3.1
- Fixed bug where pages with no available request object would return a 500 error if this plugin was installed. [6](https://github.com/simonw/datasette-pretty-traces/issues/6)
0.3
- Clicking on a line in the trace now expands to show the duration, start time, full SQL query, traceback and any SQL parameters. [5](https://github.com/simonw/datasette-pretty-traces/issues/5)
0.2.1
- Fixed bug where tracebacks for plugins such as `datasette-graphql` and `datasette-search-all` were not displayed correctly. [4](https://github.com/simonw/datasette-pretty-traces/issues/4)
0.2
- Trace display now includes the name of the database against which each query was executed. [2](https://github.com/simonw/datasette-pretty-traces/issues/2) - README now links to a live demo of the plugin. [1](https://github.com/simonw/datasette-pretty-traces/issues/1)