Release notes for 0.49a1

Refs #948 #958 #962 #947 #963 #944
pull/977/head
Simon Willison 2020-09-13 19:40:10 -07:00
rodzic cc77fcd133
commit c18117cf08
1 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -4,9 +4,9 @@
Changelog
=========
.. _v0_49a0:
.. _v0_49a1:
0.49a0 (2020-08-28)
0.49a1 (2020-09-13)
-------------------
.. warning:: This is an **alpha** release. See :ref:`contributing_alpha_beta`.
@ -14,6 +14,12 @@ Changelog
- ``register_output_renderer()`` render functions can now return a ``Response``. (`#953 <https://github.com/simonw/datasette/issues/953>`__)
- New ``--upgrade`` option for ``datasette install``. (`#945 <https://github.com/simonw/datasette/issues/945>`__)
- ``datasette publish heroku`` now deploys using Python 3.8.5
- Upgraded `CodeMirror <https://codemirror.net/>`__ to 5.57.0. (`#948 <https://github.com/simonw/datasette/issues/948>`__)
- Upgraded code style to Black 20.8b1. (`#958 <https://github.com/simonw/datasette/issues/958>`__)
- New ``datasette --pdb`` option. (`#962 <https://github.com/simonw/datasette/issues/962>`__)
- ``datasette --get`` exit code now reflects the internal HTTP status code. (`#947 <https://github.com/simonw/datasette/issues/947>`__)
- Fixed bug where selected facets were not correctly persisted in hidden form fields on the table page. (`#963 <https://github.com/simonw/datasette/issues/963>`__)
- New mechanism for defining page templates with custom path parameters. (`#944 <https://github.com/simonw/datasette/issues/944>`__)
.. _v0_48: