- More CSS compatibility with future Datasette alpha releases. [21](https://github.com/simonw/datasette-search-all/issues/21)
1.1.3
- Now skips tables ending in `_fts` to avoid duplicate search results in most recent Datasette alphas. - Fixed CSS for compatibility with upcoming Datasette 1.0 alpha. [20](https://github.com/simonw/datasette-search-all/issues/20), [datasette#2417](https://github.com/simonw/datasette/issues/2417)
1.1.2
- Upgraded for compatibility with the Datasette 1.0 alpha series. [19](https://github.com/simonw/datasette-search-all/issues/19)
1.1.1
- Fixed bug where navigation bar showed twice on Datasette 0.63 or higher.
1.1
- Plugin now checks table permissions, and only attempts to search tables that the user has permission to view. [16](https://github.com/simonw/datasette-search-all/issues/16) - Now requires Datasette 0.61 or higher
1.0.1
- Form inputs are now wrapped in a paragraph, making form less cramped when displayed next to metadata. 12