What's Changed
Features
- Added DuckDB support: Users can now connect to and query DuckDB databases directly from the web app, including connection setup, SQL console integration, table browsing, and schema introspection.
Fixes
- Fixed DuckDB runtime errors: Resolved initialization and execution issues in the Electron desktop app to ensure stable DuckDB connectivity and query execution.
- Fixed beta release workflow: Corrected a configuration error in the
beta.ymlGitHub Actions workflow that was preventing proper beta builds.
Internal
- Dependency updates: Upgraded
fast-xml-builder(v1.1.4 → v1.2.0) andfast-uri(v3.1.0 → v3.1.2) for improved reliability and security in XML generation and URI parsing.