Releases: dogsheep/dogsheep-beta
Releases · dogsheep/dogsheep-beta
0.10.2
13 Jun 14:38
Compare
Sorry, something went wrong.
No results found
Fixed bug where searches consisting only of whitespace caused a server error. #33
0.10.1
19 Dec 06:19
Compare
Sorry, something went wrong.
No results found
Fix for error if search query contains hyphens such as github-to-sqlite. #31
0.10
16 Dec 21:28
Compare
Sorry, something went wrong.
No results found
Now depends on 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
17 Oct 23:03
Compare
Sorry, something went wrong.
No results found
Facet by date. #16
Now depends on Datasette 0.50.2
Uses datasette.client and passes through authentication cookies. #28
0.9a0
20 Sep 23:37
Compare
Sorry, something went wrong.
No results found
Added by date, as part of developing a timeline view. #16
0.8
18 Sep 22:41
Compare
Sorry, something went wrong.
No results found
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
0.7.1
17 Sep 23:13
Compare
Sorry, something went wrong.
No results found
Fixed bug with sort orders displayed for the timeline view. #22
0.7
17 Sep 22:57
Compare
Sorry, something went wrong.
No results found
Option to sort by relevance / oldest / newest. #21
Renamed table column to type. #17
New -d option for passing one or more databases to index. Without this all databases in the config file will be indexed.
0.7a0
09 Sep 00:46
Compare
Sorry, something went wrong.
No results found
Renamed table column to type. #17
New -d option for passing one or more databases to index. Without this all databases in the config file will be indexed.
0.6
05 Sep 16:26
Compare
Sorry, something went wrong.
No results found
Rerun the search query with FTS quoting if a SQLite FTS error occurs. This means searching for e.g. "#dogfest" will no longer throw an error, while still supporting advanced SQLite FTS syntax. #14
Maximum width 100% on images in results
Don't display facet headers if there are no results for that facet.