Releases: EVWorth/sqlpilot
Releases · EVWorth/sqlpilot
v0.2.0
Features:
- SQLite database support — full CRUD, schema inspection, query execution for SQLite
Fixes: - Keep native window decorations on Linux for resize support
- Move env column to end of SQLite schema to match ALTER TABLE position
- Add row limit UI to QueryToolbar and fix window resize
- Resolve 3 open issues (pre-SQLite batch)
- Resolve 5 open issues (post-SQLite batch)
- Validate conversation_id in resolve_permission
- Prevent path traversal in read_file_contents and write_file_contents
- Add environment field to Rust connection models
- Fix E2E test suite running zero tests
- Resolve CI lint errors and test failures
- Wrap ai_service in Option to match command call sites
- Set MIN_AGE_DAYS=0 in CI deps-age gate
Deps: - Bump npm and cargo dependency groups
Full Changelog: v0.1.4...v0.2.0
v0.1.4
What's Changed
- feat(ai): Track tool name in ToolComplete events by @EVWorth in #24
- chore(deps): Bump @tanstack/react-virtual from 3.13.23 to 3.13.24 by @dependabot[bot] in #22
- chore(deps): Bump codecov/codecov-action from 5.5.4 to 6.0.0 by @dependabot[bot] in #20
- chore(deps-dev): Bump typescript from 5.9.3 to 6.0.3 by @dependabot[bot] in #14
- feat: configurable query row limit with truncation detection by @EVWorth in #31
- chore: upgrade react-resizable-panels to v4 by @EVWorth in #32
- test: add unit tests for 0% coverage files and fix existing test failures by @EVWorth in #43
- chore(deps): Bump actions/setup-node from 6.3.0 to 6.4.0 by @dependabot[bot] in #33
- chore(deps-dev): Bump prettier from 3.8.1 to 3.8.3 by @dependabot[bot] in #34
- chore(deps-dev): Bump eslint from 8.57.1 to 10.2.1 by @dependabot[bot] in #35
- chore(deps): Update thiserror requirement from 1 to 2 in /src-tauri by @dependabot[bot] in #36
- chore(deps): Update dirs requirement from 5 to 6 in /src-tauri by @dependabot[bot] in #38
- chore(deps-dev): Bump @testing-library/react from 15.0.7 to 16.3.2 by @dependabot[bot] in #41
- chore(deps): Update rusqlite requirement from 0.31 to 0.39 in /src-tauri by @dependabot[bot] in #42
- chore(deps-dev): Bump @typescript-eslint/parser from 7.18.0 to 8.59.0 by @dependabot[bot] in #37
- chore(deps): Update rfd requirement from 0.15 to 0.17 in /src-tauri by @dependabot[bot] in #40
- chore: migrate to ESLint v10 flat config and bump deps by @EVWorth in #44
- chore(deps-dev): Bump @vitejs/plugin-react from 4.7.0 to 6.0.1 by @dependabot[bot] in #39
- chore: upgrade zustand from v4 to v5 by @EVWorth in #45
- Fix: dynamic memory guard to prevent OOM on large queries by @EVWorth in #56
- chore(deps): Bump tauri-build from 2.5.6 to 2.6.0 in /src-tauri by @dependabot[bot] in #61
- chore(deps-dev): Bump eslint from 10.2.1 to 10.3.0 by @dependabot[bot] in #62
- chore(deps): Bump react-resizable-panels from 4.10.0 to 4.11.0 by @dependabot[bot] in #64
- chore(deps): Bump tokio from 1.52.1 to 1.52.3 in /src-tauri by @dependabot[bot] in #70
- chore(deps-dev): Bump vite from 8.0.10 to 8.0.11 by @dependabot[bot] in #71
- chore(deps-dev): Bump @typescript-eslint/parser from 8.59.1 to 8.59.2 by @dependabot[bot] in #68
- chore(deps): Bump tauri-build from 2.6.0 to 2.6.1 in /src-tauri by @dependabot[bot] in #72
- chore(deps-dev): Bump prettier-plugin-tailwindcss from 0.6.14 to 0.8.0 by @dependabot[bot] in #60
- chore(deps): Bump rfd from 0.15.4 to 0.17.2 in /src-tauri by @dependabot[bot] in #57
- chore(deps-dev): Bump tailwindcss from 3.4.19 to 4.3.0 by @dependabot[bot] in #69
- chore(deps): Bump sysinfo from 0.38.4 to 0.39.0 in /src-tauri by @dependabot[bot] in #67
- chore(deps): Bump dirs from 5.0.1 to 6.0.0 in /src-tauri by @dependabot[bot] in #63
- chore(deps): Bump lucide-react from 0.400.0 to 1.14.0 by @dependabot[bot] in #58
- fix: OOM prevention with dynamic memory guard by @EVWorth in #65
- chore(deps): Bump zustand from 5.0.12 to 5.0.13 by @dependabot[bot] in #80
- chore(deps-dev): Bump eslint from 10.3.0 to 10.4.0 by @dependabot[bot] in #78
- chore(deps): Bump tauri-build from 2.6.1 to 2.6.2 in /src-tauri by @dependabot[bot] in #77
- chore(deps): Bump tailwind-merge from 3.5.0 to 3.6.0 by @dependabot[bot] in #76
- chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.59.1 to 8.59.3 by @dependabot[bot] in #75
- chore(deps-dev): Bump vite from 8.0.11 to 8.0.13 by @dependabot[bot] in #74
- chore(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1 by @dependabot[bot] in #84
- chore(deps-dev): Bump @vitest/coverage-v8 from 4.1.5 to 4.1.7 by @dependabot[bot] in #91
- chore(deps-dev): Bump vite from 8.0.13 to 8.0.14 by @dependabot[bot] in #90
- chore(deps): Bump serde_json from 1.0.149 to 1.0.150 in /src-tauri by @dependabot[bot] in #89
- chore(deps): Bump @tanstack/react-virtual from 3.13.24 to 3.13.25 by @dependabot[bot] in #88
- chore(deps-dev): Bump @playwright/test from 1.59.1 to 1.60.0 by @dependabot[bot] in #87
- chore(deps): Bump @tauri-apps/api from 2.10.1 to 2.11.0 by @dependabot[bot] in #85
- chore(deps): Bump tauri from 2.10.3 to 2.11.2 in /src-tauri by @dependabot[bot] in #82
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Full Changelog: https://github.com/EVWorth/sqlpilot/commits/v0.1.0