Refs #891, #970, #978, #980, #981
pull/995/head 0.50a0
Simon Willison 2020-10-01 16:35:04 -07:00
rodzic 5d6bc4c268
commit b68cc1c6d4
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,16 @@
Changelog
=========
.. _v0_50_a0:
0.50a0 (2020-10-01)
-------------------
- New column action menu - table columns now show a cog icon which provides a contextual menu for that column. (`#981 <https://github.com/simonw/datasette/issues/981>`__)
- New ``datasette -o`` option which opens your browser as soon as Datasette starts up. (`#970 <https://github.com/simonw/datasette/issues/970>`__)
- ``sqlite3.enable_callback_tracebacks(True)`` so errors in custom SQL functions will now display tracebacks. (`#891 <https://github.com/simonw/datasette/issues/891>`__)
- Fixed two rendering bugs with column headers in portrait mobile view. (`#978 <https://github.com/simonw/datasette/issues/978>`__, `#980 <https://github.com/simonw/datasette/issues/980>`__)
.. _v0_49_1:
0.49.1 (2020-09-15)