Skip to content

Releases: simonw/datasette-media

0.5.1

13 Dec 20:03
Compare
Choose a tag to compare
  • Fixed bug where blank images in the database caused a 500 errors. They are now returned as a 404 status code with a 1x1 pixel white PNG. #25

0.5

29 Jul 22:05
Compare
Choose a tag to compare
0.5
  • SQL queries can now return content_url and the plugin will proxy and deliver content from that URL. #4
  • Content is proxied as it is streamed, taking advantage of ASGI streaming. #21
  • A content_filename column can be returned, which will cause the browser to prompt a file download using the specified file name. #19

0.4

27 Jul 20:22
91b938c
Compare
Choose a tag to compare
0.4
  • Plugin can now be configured to serve BLOB content directly from a database column. #14
  • New enable_transform option which allows custom resizing using ?w=, ?h= and ?format=. #6

0.3

08 Jul 00:35
Compare
Choose a tag to compare
0.3
  • Now compatible with Datasette 0.44 and higher. #13

0.2

18 May 22:25
Compare
Choose a tag to compare
0.2
  • Ability to resize and convert image formats using SQL columns. #5

0.1

08 May 18:14
Compare
Choose a tag to compare
0.1
  • Documented, supported ability to serve static files from disk. #2

0.1a

08 May 03:06
Compare
Choose a tag to compare
  • First working version - can serve static files from disk. #2