mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
cc77fcd133
commit
c18117cf08
1 changed files with 8 additions and 2 deletions
|
|
@ -4,9 +4,9 @@
|
||||||
Changelog
|
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`.
|
.. 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>`__)
|
- ``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>`__)
|
- New ``--upgrade`` option for ``datasette install``. (`#945 <https://github.com/simonw/datasette/issues/945>`__)
|
||||||
- ``datasette publish heroku`` now deploys using Python 3.8.5
|
- ``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:
|
.. _v0_48:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue