- `/-/dump-temporary-to-file` and `/-/restore-temporary-from-file` API endpoints. [9](https://github.com/simonw/datasette-app-support/issues/9)
0.6
- Sign user in as root, not admin. [8](https://github.com/simonw/datasette-app-support/issues/8) - Hide `_internal` database from even the root user. [8](https://github.com/simonw/datasette-app-support/issues/8)
0.5
- `-/import-csv-file API`. [6](https://github.com/simonw/datasette-app-support/issues/6) - Display 'Import CSV' button on the database page. [7](https://github.com/simonw/datasette-app-support/issues/7)
0.4
- API endpoints now protected by authentication. [5](https://github.com/simonw/datasette-app-support/issues/5) - New `/-/auth-app-user` endpoint. [4](https://github.com/simonw/datasette-app-support/issues/4)
0.3
- `/-/open-database-file` now returns added `"path"` key - CSV import errors now return a 500 with JSON. [3](https://github.com/simonw/datasette-app-support/issues/3) - `/-/new-empty-database-file API endpoint`. [simonw/datasette-app30](https://github.com/simonw/datasette-app/issues/30)
0.2
- `/-/open-csv-file` API endpoint. [datasette-app29](https://github.com/simonw/datasette-app/issues/29) - Creates a `/temporary` in-memory database on startup.