Skip to content

Releases: dogsheep/dogsheep-beta

0.10.2

13 Jun 14:38
Compare
Choose a tag to compare
  • Fixed bug where searches consisting only of whitespace caused a server error. #33

0.10.1

19 Dec 06:19
Compare
Choose a tag to compare
  • Fix for error if search query contains hyphens such as github-to-sqlite. #31

0.10

16 Dec 21:28
Compare
Choose a tag to compare
  • 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
4890ec8
Compare
Choose a tag to compare
0.9
  • 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
Choose a tag to compare
0.9a0 Pre-release
Pre-release
  • Added by date, as part of developing a timeline view. #16

0.8

18 Sep 22:41
ab36101
Compare
Choose a tag to compare
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

0.7.1

17 Sep 23:13
Compare
Choose a tag to compare
  • Fixed bug with sort orders displayed for the timeline view. #22

0.7

17 Sep 22:57
Compare
Choose a tag to compare
0.7
  • 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
a591242
Compare
Choose a tag to compare
0.7a0 Pre-release
Pre-release
  • 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
Choose a tag to compare
0.6
  • 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.