0.8
- The user now gets to confirm the name of the table to be created before uploading the file. #17
- Column types are automatically detected based on the uploaded data. Previously all columns were TEXT columns. #26
- If a table with the desired name already exists, a suffix of
_2
or higher is appended. #29 - Fixed a bug where usage alongside a custom
base.html
template withextra_head
content would be ignored. #27