- User can now select which database to upload the CSV file to. This can also be accessed through the database action menu. [28](https://github.com/simonw/datasette-upload-csvs/issues/28)
- Switched to a new concurrency mechanism, where rows are inserted into the database in batches of 100. [38](https://github.com/simonw/datasette-upload-csvs/issues/38)
- Added compatibility with Datasette 1.0 alphas.