- SQL query is now re-displayed when terminated with a time limit error. (#1819)
- New documentation on Running Datasette using OpenRC - thanks, Adam Simpson. (#1825)
- The inspect data mechanism is now used to speed up server startup - thanks, Forest Gregg. (#1834)
- In Configuration directory mode databases with filenames ending in
.sqlite
or.sqlite3
are now automatically added to the Datasette instance. (#1646) - Breadcrumb navigation display now respects the current user's permissions. (#1831)
- Screenshots in the documentation are now maintained using shot-scraper, as described in Automating screenshots for the Datasette documentation using shot-scraper. (#1844)
- The datasette.check_visibility() method now accepts an optional
permissions=
list, allowing it to take multiple permissions into account at once when deciding if something should be shown as public or private. This has been used to correctly display padlock icons in more places in the Datasette interface. (#1829)