- Fixed bug where searches consisting only of whitespace caused a server error. [33](https://github.com/dogsheep/dogsheep-beta/issues/33)
0.10.1
- Fix for error if search query contains hyphens such as `github-to-sqlite`. 31
0.10
- Now depends on [sqlite-utils](https://github.com/simonw/sqlite-utils) >= 3.0. #30 - The user's original search term is now passed to the `display_sql` SQL query as the `:q` parameter. 29
0.9
- Facet by date. 16 - Now depends on [Datasette 0.50.2](https://docs.datasette.io/en/stable/changelog.html#v0-50-2) - Uses `datasette.client` and passes through authentication cookies. 28
0.9a0
- Added by date, as part of developing a timeline view. 16
0.8
- New `template_debug` configuration setting. 25 - Templates now autoescape by default, use `{{ display.foo|safe }}` if you know you want HTML not to be escaped. - Fixed bug where the wrong template fragment could be used for a row. 24 - Sort order is now persisted when you execute a new search. 23