Releases: simonw/datasette-app-support
Releases · simonw/datasette-app-support
0.11.8
- Fix bug where
startup()
plugin hook sometimes executed twice. #25
0.11.7
- Work around crash on startup if
_memory
database is not there. #24
- Follow redirects when importing CSV files. #22
0.11.5
- Fixed bug where search box on plugin directory was only shown if there were 0 plugins. #19
0.11.4
- Fixed bug where server would fail to start without a working internet connection. #18
0.11.3
- Handle example CSVs with a source but no about. #17
0.11.2
- If temporary database is hidden show a link to Run SQL.
0.11.1
- Don't offer to import the same example table more than once. #16
0.11
- Option to specify
table_name
for /-/open-csv-from-url
. #15
- New custom homepage, including links to import example CSV files. datasette-app#91
0.10
/-/open-csv-from-url
endpoint. #14