From 7788d62fa679fa87d3f34a3466295b0ae06598dd Mon Sep 17 00:00:00 2001
From: Simon Willison
Date: Sat, 31 Oct 2020 20:28:16 -0700
Subject: [PATCH 0001/1432] Expanded the Binary plugins section
---
docs/binary_data.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/binary_data.rst b/docs/binary_data.rst
index 593cf78d..6902af00 100644
--- a/docs/binary_data.rst
+++ b/docs/binary_data.rst
@@ -63,6 +63,6 @@ Binary plugins
Several Datasette plugins are available that change the way Datasette treats binary data.
-- `datasette-render-binary `__ modifies
-- https://github.com/simonw/datasette-render-images
-- https://github.com/simonw/datasette-media
\ No newline at end of file
+- `datasette-render-binary `__ modifies Datasette's default interface to show an automatic guess at what type of binary data is being stored, along with a visual representation of the binary value that displays ASCII strings directly in the interface.
+- `datasette-render-images `__ detects common image formats and renders them as images directly in the Datasette interface.
+- `datasette-media `__ allows Datasette interfaces to be configured to serve binary files from configured SQL queries, and includes the ability to resize images directly before serving them.
From 4785172bbcb9edd22b6955b415cd18cd4d83f0aa Mon Sep 17 00:00:00 2001
From: Simon Willison
Date: Sat, 31 Oct 2020 20:33:47 -0700
Subject: [PATCH 0002/1432] Release 0.51.1
---
datasette/version.py | 2 +-
docs/changelog.rst | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/datasette/version.py b/datasette/version.py
index f6e9ce97..2d949370 100644
--- a/datasette/version.py
+++ b/datasette/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.51"
+__version__ = "0.51.1"
__version_info__ = tuple(__version__.split("."))
diff --git a/docs/changelog.rst b/docs/changelog.rst
index b9120c52..97d5d251 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,13 @@
Changelog
=========
+.. _v0_51_1:
+
+0.51.1 (2020-10-31)
+-------------------
+
+- Improvements to the new :ref:`binary` documentation page.
+
.. _v0_51:
0.51 (2020-10-31)
From 59b252a0c020d687259ab85e06f0636feefa0dd0 Mon Sep 17 00:00:00 2001
From: Simon Willison
Date: Sat, 31 Oct 2020 21:45:42 -0700
Subject: [PATCH 0003/1432] Link to annotated release notes for 0.51
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c101a4ed..a10ccfd3 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Want to stay up-to-date with the project? Subscribe to the [Datasette Weekly new
## News
- * 31st October 2020: [Datasette 0.51](https://docs.datasette.io/en/stable/changelog.html#v0-51) - A new visual design, plugin hooks for adding navigation options, better handling of binary data, URL building utility methods and better support for running Datasette behind a proxy.
+ * 31st October 2020: [Datasette 0.51](https://docs.datasette.io/en/stable/changelog.html#v0-51) - A new visual design, plugin hooks for adding navigation options, better handling of binary data, URL building utility methods and better support for running Datasette behind a proxy. [Annotated release notes](https://simonwillison.net/2020/Nov/1/datasette-0-51/).
* 9th October 2020: [Datasette 0.50](https://docs.datasette.io/en/stable/changelog.html#v0-50) - New column actions menu. `datasette.client` object for plugins to make internal API requests. Improved documentation on deploying Datasette. [Annotated release notes](https://simonwillison.net/2020/Oct/9/datasette-0-50/).
* 14th September 2020: [Datasette 0.49](https://docs.datasette.io/en/stable/changelog.html#v0-49) - JSON API for writable canned queries, path parameters for custom pages. See also [Datasette 0.49: The annotated release notes](https://simonwillison.net/2020/Sep/15/datasette-0-49/).
* 16th August 2020: [Datasette 0.48](https://docs.datasette.io/en/stable/changelog.html#v0-48) - Documentation now lives at [docs.datasette.io](https://docs.datasette.io/), improvements to the `extra_template_vars`, `extra_css_urls`, `extra_js_urls` and `extra_body_script` plugin hooks.
From b61f6cceb5682f9154ba72259c0c9c7503a605bf Mon Sep 17 00:00:00 2001
From: Simon Willison
Date: Sun, 1 Nov 2020 09:22:13 -0800
Subject: [PATCH 0004/1432] Add nav menu to pattern portfolio
---
datasette/templates/patterns.html | 38 +++++++++++++++++++++----------
1 file changed, 26 insertions(+), 12 deletions(-)
diff --git a/datasette/templates/patterns.html b/datasette/templates/patterns.html
index 62ef1322..25fb6008 100644
--- a/datasette/templates/patterns.html
+++ b/datasette/templates/patterns.html
@@ -9,19 +9,33 @@
+
-
-
-
-
-
-
-
-
-
-
-
-