Skip to content

Commit 9a11e1e

Browse files
stonebigclaude
andcommitted
release v1.2.0 of 2026-07-19 : json integration and last opened database !
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 897f039 commit 9a11e1e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

HISTORY.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Changelog
22
=========
33

4-
(unreleased) : v1.1.1
5-
---------------------
4+
2026-07-19 : v1.2.0 'json integration and last opened database !'
5+
------------------------------------------------------------------
6+
7+
* source diet : same behavior in fewer lines (shared welcome memo blocks, clean_path() helper for the dot-commands, loop-built notebook style) ; fixes on the way : a latent TypeError when logging the final COMMIT, quoted paths now accepted by .open
68

79
* json : the import button also accepts .json / .jsonl files : records land in a 1-column raw table, and a ready-made 'shredding' query tab opens (DuckDB engine : native read_json_auto instead)
810

sqlite_bro/sqlite_bro.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ class App:
135135

136136
def __init__(self, use_gui=True):
137137
"""create a tkk graphic interface with a main window tk_win"""
138-
self.__version__ = "1.1.0"
139-
self._title = "of 2026-07-15 : 'Trust me up !'"
138+
self.__version__ = "1.2.0"
139+
self._title = "of 2026-07-19 : 'json integration and last opened database !'"
140140
self.conn = None # Baresql database object
141141
self.database_file = ""
142142
self.initialdir = "."

0 commit comments

Comments
 (0)