We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f55f5f commit 0925f4dCopy full SHA for 0925f4d
2 files changed
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+## v3.1.3
2
+
3
+**Published:** `2026-07-01T12:58:02Z`
4
5
+**Changes**
6
7
+- Add support for `PGlite` <sup>experimental</sup>
8
+- Upgrade `DuckDB` to v1.5.4
9
+- Add `Requesty` as an AI provider
10
+- Update Tauri dependencies and improve window drag regions
11
+- Add more `R2 SQL` functions and keywords
12
+- Fix database directory selection for `PGlite` and `chDB`
13
14
## v3.1.2
15
16
**Published:** `2026-06-15T07:19:12Z`
tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Dataflare",
- "version": "3.1.2",
+ "version": "3.1.3",
"identifier": "app.dataflare.desktop",
"build": {
"beforeDevCommand": "pnpm dev:web",
0 commit comments