From 7861ad7990583c37182728b6cf9d6a53a7fa740f Mon Sep 17 00:00:00 2001 From: Chris Clark Date: Mon, 22 Apr 2024 08:51:24 -0400 Subject: [PATCH] 4.1.0. Cleaner markup, test urls, logging level, keyboard affordances for assistant --- HISTORY.rst | 10 ++- README.rst | 2 +- docs/development.rst | 2 +- explorer/__init__.py | 4 +- explorer/src/js/assistant.js | 100 +++++++++++---------- explorer/src/js/explorer.js | 1 - explorer/templates/explorer/assistant.html | 18 ++-- explorer/tests/urls.py | 14 --- explorer/tracker.py | 5 +- test_project/settings.py | 2 +- test_project/urls.py | 17 ++++ 11 files changed, 99 insertions(+), 76 deletions(-) delete mode 100644 explorer/tests/urls.py create mode 100644 test_project/urls.py diff --git a/HISTORY.rst b/HISTORY.rst index 6fe110d1..e914d79d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,12 +5,14 @@ Change Log This document records all notable changes to `django-sql-explorer `_. This project adheres to `Semantic Versioning `_. -`4.1.0b2`_ (2024-04-17) +`4.1.0`_ (2024-04-23) =========================== * SQL Assistant: Built in query help via OpenAI (or LLM of choice), with relevant schema - automatically injected into the prompt. Enable via setting EXPLORER_AI_API_KEY. -* Anonymous usage telemetry. Can be disabled by setting EXPLORER_ENABLE_ANONYMOUS_STATS to False -* `#594`_: Eliminate