{"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.10.2", "date": "2021-06-13", "body_markdown": "- Fixed bug where searches consisting only of whitespace caused a server error. [#33](https://github.com/dogsheep/dogsheep-beta/issues/33)", "published_at": "2021-06-13T14:38:09Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.10.1", "date": "2020-12-19", "body_markdown": "- Fix for error if search query contains hyphens such as `github-to-sqlite`. #31 ", "published_at": "2020-12-19T06:19:13Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.10", "date": "2020-12-16", "body_markdown": "- Now depends on [sqlite-utils](https://github.com/simonw/sqlite-utils) >= 3.0. #30\r\n- The user's original search term is now passed to the `display_sql` SQL query as the `:q` parameter. #29\r\n", "published_at": "2020-12-16T21:28:13Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.9", "date": "2020-10-17", "body_markdown": "- Facet by date. #16\r\n- Now depends on [Datasette 0.50.2](https://docs.datasette.io/en/stable/changelog.html#v0-50-2)\r\n- Uses `datasette.client` and passes through authentication cookies. #28 ", "published_at": "2020-10-17T23:03:04Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.9a0", "date": "2020-09-20", "body_markdown": "- Added by date, as part of developing a timeline view. #16", "published_at": "2020-09-20T23:37:48Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.8", "date": "2020-09-18", "body_markdown": "- New `template_debug` configuration setting. #25\r\n- Templates now autoescape by default, use `{{ display.foo|safe }}` if you know you want HTML not to be escaped.\r\n- Fixed bug where the wrong template fragment could be used for a row. #24\r\n- Sort order is now persisted when you execute a new search. #23 ", "published_at": "2020-09-18T22:41:33Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.7.1", "date": "2020-09-17", "body_markdown": "- Fixed bug with sort orders displayed for the timeline view. #22", "published_at": "2020-09-17T23:13:46Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.7", "date": "2020-09-17", "body_markdown": "- Option to sort by relevance / oldest / newest. #21 \r\n- Renamed `table` column to `type`. #17\r\n- New `-d` option for passing one or more databases to index. Without this all databases in the config file will be indexed.", "published_at": "2020-09-17T22:57:09Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.7a0", "date": "2020-09-09", "body_markdown": "- Renamed `table` column to `type`. #17\r\n- New `-d` option for passing one or more databases to index. Without this all databases in the config file will be indexed.", "published_at": "2020-09-09T00:46:06Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.6", "date": "2020-09-05", "body_markdown": "- 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\r\n- Maximum width 100% on images in results\r\n- Don't display facet headers if there are no results for that facet.", "published_at": "2020-09-05T16:26:06Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.5", "date": "2020-09-04", "body_markdown": "- Custom template displays can now render a point on a map. #12", "published_at": "2020-09-04T01:46:16Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.4.1", "date": "2020-09-03", "body_markdown": "- Fixed support for [advanced FTS query syntax](https://www.sqlite.org/fts5.html#full_text_query_syntax). #13", "published_at": "2020-09-03T21:41:52Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.4", "date": "2020-09-03", "body_markdown": "- Working faceted search interface at `/-/beta` #3\r\n- `is_public` column for filtering between public and private data. #11\r\n- New `received` category. #10", "published_at": "2020-09-03T21:11:28Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.4a1", "date": "2020-09-03", "body_markdown": "- Added `received` category. #10\r\n- New `is_public` column. #11", "published_at": "2020-09-03T18:03:50Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.4a0", "date": "2020-09-03", "body_markdown": "- Incomplete preview of the `/-/beta` search interface. #3 #9\r\n\r\n", "published_at": "2020-09-03T03:54:23Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.3", "date": "2020-09-02", "body_markdown": "- New `category` column plus default `categories` table. #7", "published_at": "2020-09-02T21:07:44Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.2", "date": "2020-09-01", "body_markdown": "- Use Porter stemming by default, allow that to be over-ridden with the new `--tokenize=` option. #2", "published_at": "2020-09-01T20:41:31Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.1", "date": "2020-09-01", "body_markdown": "- Optimize the FTS table and vacuum the database. #4\r\n- First non-alpha release", "published_at": "2020-09-01T06:12:05Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.1a2", "date": "2020-09-01", "body_markdown": "- Now creates an index on the `timestamp` column. #1", "published_at": "2020-09-01T04:50:01Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"} {"rowid": 197431109, "repo": "https://github.com/dogsheep/dogsheep-beta", "release": "https://github.com/dogsheep/dogsheep-beta/releases/tag/0.1a", "date": "2020-09-01", "body_markdown": "- First working version", "published_at": "2020-09-01T04:19:00Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-plugin\", \"datasette-tool\", \"dogsheep\", \"search\"]"}