Skip to content

Releases: simonw/datasette-upload-csvs

0.6

31 Oct 22:45
Compare
Choose a tag to compare
0.6
  • Adds link to Datasette's new navigation menu, added in Datasette 0.51. #15

0.5

15 Aug 19:27
0d21d67
Compare
Choose a tag to compare
0.5
  • Now protected by the upload-csvs permission. Run datasette --root to sign in as the root actor which is automatically granted that permission. #10
  • /-/upload-csv renamed to /-/upload-csvs (with a redirect). #13
  • Now compatible with Datasette 0.44+ thanks to upgraded CSRF protection. #11

0.4

03 Mar 04:06
013d540
Compare
Choose a tag to compare
0.4
  • Support for dragging and dropping a CSV onto the upload page #3
  • Upload progress bar #4
  • Server-side processing of CSV now happens in a background thread #6
  • Progress bar showing server-side processing of CSV #7

0.3

26 Feb 07:01
Compare
Choose a tag to compare
0.3

Now depends on Datasette 0.37 for the new .execute_write_fn() method. First version I've considered "production ready". See Weeknotes: Datasette Writes.

0.2a

11 Feb 06:54
Compare
Choose a tag to compare

Now uses templates for the UI, which looks much nicer.

0.1a

05 Feb 06:07
Compare
Choose a tag to compare

Initial alpha release.