Releases: eru123/workgrid-studio
Releases · eru123/workgrid-studio
Workgrid Studio v0.2.0
Promoted [Unreleased] → [0.2.0] - 2026-03-21
- Introduced a keybindings engine with
when-expression context guards, a token-bucket notification system (toast + output panel routing), a lazy-loaded SQL formatter, a theme token engine, a connection URL parser, and a viewport-aware popup positioning utility. - Added QueryBuilder tab (visual WHERE/JOIN/ORDER builder with generated SQL preview), Snippets panel with persistent snippet store, Triggers view, Stored Procedures/Routines view, View editor, Events view, and Users management view.
- Implemented full PostgreSQL command suite (
pg_connect,pg_query,pg_get_databases_info,pg_get_tables_info,pg_list_columns,pg_get_processes,pg_kill_process, and more). Added SQLite and MSSQL backend stubs. - Added XML and Excel (
.xlsx) export modules for query results and table data. - Resolved table header transparency, QueryBuilder infinite render loop, missing
ActivityViewtype variant,SnippetsPaneldouble-import breaking code-splitting, and PostgreSQL boolean wire-value coercion.
Workgrid Studio v0.1.10
Promoted [Unreleased] → [0.1.10] - 2026-03-21
- No changes recorded.
Workgrid Studio v0.1.9
Promoted [Unreleased] → [0.1.9] - 2026-03-20
- Replaced the libssh2-based SSH implementation with russh, a pure Rust SSH library. This change improves security, reduces dependencies, and provides better async support.
- Added docker support for SSH connections, you can now pass container name with ssh to automatically get the host ip address for you.
- Update project's website, new pages are implemented such as Documentation, Changelogs, Contact Us, About Us and Download Page.
Workgrid Studio v0.1.8
Promoted [Unreleased] → [0.1.8] - 2026-03-17
- Explorer & Database View: Auto-loads tables for filtered databases, hides empty databases, and reorganizes database view tabs for a cleaner navigation flow.
- Connection Flow & SSH Compatibility: Adds connection cancellation support, improves SSH key handling, and expands compatibility with OpenSSH key formats.
- SSH Tunneling: Simplifies the SSH tunnel implementation with a single-threaded bidirectional copy model to reduce connection complexity.
- Diagnostics & Error Handling: Enhances SSH/MySQL connection logging with clearer failure reporting to make connection issues easier to debug.
- Dependencies: Refreshes the main JavaScript dependency group, updates the
wgs-updaterworkspace dependencies, and bumps Rustrandfrom0.8.5to0.9.2. - Maintenance: Ignores test artifacts to keep the release and repository noise down.
Workgrid Studio v0.1.7
Promoted [Unreleased] → [0.1.7] - 2026-03-16
- Workspace & Layout: Added comprehensive project setup and layout management, and removed the legacy results tab flow to simplify the editor workspace.
- Grid & Query UX: Improved table data grid stability with fixed-width sticky columns and clearer selected-cell styling for better scanability.
- Stability & Polish: Resolved store-selector crashes caused by nullish coalescing and bundled broader UI/UX fixes surfaced during internal testing.
- Contributor Experience: Updated contribution guidelines to cover linting and pre-commit hook expectations.
Workgrid Studio v0.1.6
Promoted [Unreleased] → [0.1.6] - 2026-03-15
- [Breaking] Vault & Security: Migrated to secure, per-installation vault encryption via the OS credential store. Added Content Security Policy (CSP) and restricted file-system permissions.
- Networking & SSH: Overhauled SSH tunneling to fix memory leaks and thread hanging. Replaced basic host key logging with TOFU (Trust On First Use) verification and added connection auto-reconnects.
- Query & Data Operations: Added "Explain Plan", sorting, and results virtualization for performance. Grid data can now be exported to JSON/CSV/SQL, and CSV imports are fully transactional with progress tracking.
- UI & Workspace: Introduced edge drop-zones for tab splitting, a loading skeleton for query history, ping latency indicators, and full keyboard/ARIA support for editor tabs.
- Core backend & AI: Modularized the Rust backend, optimized AI query generation, resolved cryptographic vulnerabilities, and added failsafes for corrupted AI logs.
- Ecosystem: Launched the
wgs-websiteReact workspace, refreshed application branding/icons, and formalized open-source contribution and security policies. - Maintenance: Consolidated logging systems, updated CI/CD workflows, bumped dependencies, and improved the app updater endpoint.
Workgrid Studio v0.1.5
What's Changed
Full Changelog: app-v0.1.4...app-v0.1.5
Workgrid Studio v0.1.4
What's Changed
Full Changelog: app-v0.1.3...app-v0.1.4
Workgrid Studio v0.1.3
Automated multi-platform build generated by GitHub Actions.
What's Changed
Full Changelog: app-v0.1.2...app-v0.1.3
Workgrid Studio v0.1.2
Automated multi-platform build generated by GitHub Actions.
What's Changed
- Add manual GitHub Actions workflow for multi-platform Tauri builds by @eru123 in #1
- docs: add comprehensive CLAUDE.md for AI assistant onboarding by @eru123 in #3
- fix(QueryTab): resolve bugs, security issue, and UX gaps by @eru123 in #4
- Preserve SQL tab state and enable bi-directional results scrolling by @eru123 in #5
- Mvp by @eru123 in #6
- Mvp by @eru123 in #7
New Contributors
Full Changelog: https://github.com/eru123/workgrid-studio/commits/app-v0.1.2