You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,29 @@
6
6
- Enhanced the AI assistant with robust new workflow capabilities and developer rules.
7
7
- Upgraded the SQL autocomplete engine for smarter, context-aware query suggestions.
8
8
- Integrated advanced code editing features across all query and table builder views.
9
+
- fix issues
10
+
- remove deperecated baseUrl
9
11
10
12
## [0.2.0] - 2026-03-21
13
+
11
14
- 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.
12
15
- 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.
13
16
- 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.
14
17
- Added XML and Excel (`.xlsx`) export modules for query results and table data.
- Fix errors on website deployment via cloudflare pages.
19
23
20
24
## [0.1.9] - 2026-03-20
25
+
21
26
- Replaced the libssh2-based SSH implementation with russh, a pure Rust SSH library. This change improves security, reduces dependencies, and provides better async support.
22
27
- Added docker support for SSH connections, you can now pass container name with ssh to automatically get the host ip address for you.
23
28
- Update project's website, new pages are implemented such as Documentation, Changelogs, Contact Us, About Us and Download Page.
24
29
25
30
## [0.1.8] - 2026-03-17
31
+
26
32
-**Explorer & Database View:** Auto-loads tables for filtered databases, hides empty databases, and reorganizes database view tabs for a cleaner navigation flow.
27
33
-**Connection Flow & SSH Compatibility:** Adds connection cancellation support, improves SSH key handling, and expands compatibility with OpenSSH key formats.
28
34
-**SSH Tunneling:** Simplifies the SSH tunnel implementation with a single-threaded bidirectional copy model to reduce connection complexity.
@@ -31,12 +37,14 @@
31
37
-**Maintenance:** Ignores test artifacts to keep the release and repository noise down.
32
38
33
39
## [0.1.7] - 2026-03-16
40
+
34
41
-**Workspace & Layout:** Added comprehensive project setup and layout management, and removed the legacy results tab flow to simplify the editor workspace.
35
42
-**Grid & Query UX:** Improved table data grid stability with fixed-width sticky columns and clearer selected-cell styling for better scanability.
36
43
-**Stability & Polish:** Resolved store-selector crashes caused by nullish coalescing and bundled broader UI/UX fixes surfaced during internal testing.
37
44
-**Contributor Experience:** Updated contribution guidelines to cover linting and pre-commit hook expectations.
38
45
39
46
## [0.1.6] - 2026-03-15
47
+
40
48
-**[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.
41
49
-**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.
42
50
-**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.
@@ -47,6 +55,7 @@
47
55
- Create ci.yml
48
56
49
57
## [0.1.5] - 2026-03-14
58
+
50
59
- Exclude main branch from changelog workflow
51
60
- Add environment variable for Node.js version
52
61
- Update manual-multi-platform-build.yml
@@ -55,11 +64,13 @@
55
64
- Create dependabot.yml
56
65
57
66
## [0.1.4] - 2026-03-14
67
+
58
68
- Add GitHub Actions workflow to update changelog
59
-
- Enhance manual build workflow for versioning and changelog
69
+
- Enhance manual build workflow for versioning and changelog
0 commit comments