- Temporary files created for the user to download are now deleted after the download finishes, and any stale ones are cleared out when Datasette first starts running. [5](https://github.com/datasette/datasette-export-database/issues/5)
0.2
- Database action menu now shows the size of the database in the menu item description. [3](https://github.com/datasette/datasette-export-database/issues/3) - Confirm that signed URL token is from the same user based on their `csrftoken` cookie. [4](https://github.com/datasette/datasette-export-database/issues/4)
0.1.1
- Fix for `NameError: name 'Permission' is not defined` error. [2](https://github.com/datasette/datasette-export-database/issues/2)
0.1
- Initial release. Users with the `export-database` permission gain the ability to export a snapshot of a database from an option in the database action menu. [1](https://github.com/datasette/datasette-export-database/issues/1)