First non-alpha release! Django SQL Dashboard is now ready for people to use against their production Django applications.
- Saved dashboards can now be created from the interactive dashboard page. [44](https://github.com/simonw/django-sql-dashboard/issues/44)
- New progress bar widget for queries that return numeric columns `total_count` and `completed_count`. [77](https://github.com/simonw/django-sql-dashboard/issues/77)
- The list of available tables now better reflects your current permissions, and shows the columns for each listed table. [79](https://github.com/simonw/django-sql-dashboard/issues/79), [#80](https://github.com/simonw/django-sql-dashboard/issues/80)
- The dashboard index page now lists saved dashboards that the user is able to view or edit. [81](https://github.com/simonw/django-sql-dashboard/issues/81)
- "Edit" link for dashboards links to the Django Admin, which now respects the edit policy set for a dashboard. [44](https://github.com/simonw/django-sql-dashboard/issues/44)
- New documentation section covering security. [6](https://github.com/simonw/django-sql-dashboard/issues/6)
- Show row count on non-truncated results. [76](https://github.com/simonw/django-sql-dashboard/issues/76)
- More robust extraction of named parameteters from queries, fixing some errer-cases. [75](https://github.com/simonw/django-sql-dashboard/issues/75)
- Custom widgets can now extend a `django_sql_dashboard/widgets/_base_widget.html` base template. [78](https://github.com/simonw/django-sql-dashboard/issues/78)
- Fixed a bug caused by errors on saved dashboard pages being displayed as editable text. [74](https://github.com/simonw/django-sql-dashboard/issues/74)
- Unlisted public dashboards now include a robots tag to avoid being indexed by search engines. [42](https://github.com/simonw/django-sql-dashboard/issues/42)