Skip to content

Commit

Permalink
Release 0.62a1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 18, 2022
1 parent e543a09 commit 6d5e195
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.62a0"
__version__ = "0.62a1"
__version_info__ = tuple(__version__.split("."))
14 changes: 14 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
Changelog
=========

.. _v0_62a1:

0.62a1 (2022-07-17)
-------------------

- New plugin hook: :ref:`handle_exception() <plugin_hook_handle_exception>`, for custom handling of exceptions caught by Datasette. (:issue:`1770`)
- The :ref:`render_cell() <plugin_hook_render_cell>` plugin hook is now also passed a ``row`` argument, representing the ``sqlite3.Row`` object that is being rendered. (:issue:`1300`)
- New ``--nolock`` option for ignoring file locks when opening read-only databases. (:issue:`1744`)
- Documentation now uses the `Furo <https://github.com/pradyunsg/furo>`__ Sphinx theme. (:issue:`1746`)
- Datasette now has a `Discord community <https://discord.gg/ktd74dm5mw>`__.
- Database file downloads now implement conditional GET using ETags. (:issue:`1739`)
- Examples in the documentation now include a copy-to-clipboard button. (:issue:`1748`)
- HTML for facet results and suggested results has been extracted out into new templates ``_facet_results.html`` and ``_suggested_facets.html``. Thanks, M. Nasimul Haque. (`#1759 <https://github.com/simonw/datasette/pull/1759>`__)

.. _v0_62a0:

0.62a0 (2022-05-02)
Expand Down

0 comments on commit 6d5e195

Please sign in to comment.