We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9495c4 commit 388d464Copy full SHA for 388d464
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v3.0.4
2
+
3
+**Published:** `2026-05-25T15:00:00Z`
4
5
+**Changes**
6
7
+- Replace custom HTTP library with Tauri's HTTP plugin. #185
8
+- Upgrade Node to v26
9
+- Upgrade pnpm to v11
10
11
## v3.0.3
12
13
**Published:** `2026-05-22T13:30:00Z`
tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Dataflare",
- "version": "3.0.3",
+ "version": "3.0.4",
"identifier": "app.dataflare.desktop",
"build": {
"beforeDevCommand": "pnpm dev:web",
0 commit comments