All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.0 (2024-10-12)
- render tables and views in virutal list (2ff63a5)
1.1.5 (2024-08-28)
- sidebar buttons overflow (32e7164)
1.1.4 (2024-08-02)
- update logging system to tauri log plugin (6059a45)
1.1.3 (2024-07-25)
1.1.2 (2024-07-24)
- unsigned bitint render error and handle schema changes properly (1d602f1)
1.1.1 (2024-07-07)
- add drop table, fix json value in grid (1e41a7b)
1.1.0 (2024-05-26)
- add context menu on schemas dropdown, ui changes (695934b)
- add query cancellation, remove async process (0a60dd8)
- add ssh connection mode with port forwarding (8c5e5a8)
- migrate from rust-simple-mysql to sqlx (5fcd686)
- minor ui issues (d657433)
1.0.0 (2024-02-28)
- add support for mariadb (5772b5b)
- editor autocomplete (19833f0)
- missing rerenders when props change (44ae89c)
- screens toggle does not toggle back (500a10e)
- add ag-grid (2301afb)
- add alerts component and global alerts store (551ccc0)
- add app db migrations (7294f33)
- add basic mods (8c0ff7c)
- add basic opertaions (e45784a)
- add basic psql tls usage (f0ff812)
- add cmd+t and cmd+w shortcuts and add prefer_socket (6444f90)
- add codemirror commands (831bf30)
- add command palette and style table (45fb652)
- add confirm modal on truncate (47d23fc)
- add connection form ui (94abb5e)
- add connection handlers, custom errors (751ce49)
- add connection timeout (d5931a3)
- add context menu on rows (3f3821a)
- add context menu, console ui (473aebf)
- add csv export (0939d4f)
- add ctrl-j ctrl-k shortcuts in focused vim mode (f611e21)
- add data query tab, add help page (4079b46)
- add dialect to conn config (4392043)
- add disconnect function (b83bbd1)
- add drawer form (0a11473)
- add editor extensions (39cfc6e)
- add enqueue query method (c67ce4d)
- add event bus and refactor command palette (bcd260d)
- add execute and result sets global shortcuts (1b29492)
- add execute query (fc427ec)
- add execute selected text only (9ddb937)
- add execute tx (6631c57)
- add f1 shortcut (9c7e24e)
- add focusable elements, add keyboard shortcuts for query input (0c425df)
- add get table structure function (48b9534)
- add get tables and show tables in sidebar (2708343)
- add i18n and initial screens (fb8a07c)
- add icons (a796891)
- add icons for entities (d2b1646)
- add insert and delete row (92ec634)
- add json viewer for row data and search (46818ac)
- add keyboard shortcuts (29189a4)
- add keyboard shortcuts, remove event-bus (f60fa8d)
- add keymaps component (6dade87)
- add list data and truncate table actions (6ee5c73)
- add loading states (800ea01)
- add modal with row data, add row actions (812aceb)
- add mysql ssl support (1108bd5)
- add open issue link (7753a0a)
- add panic logs on backend (4184483)
- add postgres ssl support (01317d0)
- add postgres support (f5a9db7)
- add preserve_order to serde_json (03d858a)
- add primary key and column type to table (9631f61)
- add query metadata route (486788a)
- add result sets selection and pagination (c10376c)
- add routines and triggers (319ddca)
- add rows action with tooltip (6d4b1d0)
- add search gui (7e63a5b)
- add search in json modal (fafb473)
- add settings page (25f85f4)
- add sqlite support (51ee5c3)
- add sqlparser (e629346)
- add sqlx drivers, add connection struct (5595118)
- add ssl to psql connect function (6dd3573)
- add store, log, window state and single instance plugins (7b2b023)
- add table data tab (1d7d070)
- add table struct tab (f6d1207)
- add tabs and shortcut navigation (fc1470a)
- add tabulator table (de3ea5d)
- add test connection (c2b4fe2)
- add themes and theme switcher (a307e78)
- add themes, csv and json export (50c73da)
- add tooltips, fix minor issues (d99bc8a)
- add update mechanism (9856b34)
- add views (4019f1b)
- add vim mode (a8c0c4c)
- autocomplete columns and tables (9a64dbf)
- change connections vector to hashmap and add ping method (737929c)
- change id to uuid, fix handlers (5159ffb)
- change results to result sets (33eb122)
- change results to result sets, show info message (f4da449)
- finalize state structure (9545c39)
- finish table structure (9cf248e)
- format and save queries state (c88ad26)
- handle execute query result (8c7d861)
- handle pagination (6018493)
- hash query (4e67b1f)
- init db file (b598044)
- line wrap for json editor and handle null (e3885f7)
- load all connections at startup (0939db7)
- pass data to frontend (6c4ca8e)
- pass dynamic dialect from config to sql parser (9ef989f)
- refresh connection list after adding connection (f69a76b)
- render connections (205ea17)
- render results (7b8cb0a)
- replace sqlx with mysql client (246ada7)
- run query and save in file (a85c87c)
- save query rows and query metadata (508bdd5)
- save query tabs to store, move all text to en.json (8439c05)
- simple error boundary (72cd9f5)
- solve large data rendering (1ddb5cc)
- upgrade connection config struct, add tests (ae92db8)
- app paths and dirs (1d61a24)
- bs (901888f)
- change permissions (426b083)
- column resize, focus after command palette action, line wrap for editor (1137b96)
- contenteditable on webkit bs (bd9726c)
- context menus on routines and triggers (67ac639)
- do not parse null (7776cec)
- download whole result set (1002d88)
- handle edge cases in psql types (1d368a2)
- horizontal scroll (26adc3b)
- keyboard shortcuts (80b7b7a)
- missing columns after reload (6ffa37f)
- missing mut declaration (40caf97)
- pg types (01a0429)
- query finish order (2795c47)
- results table ui (8090e0c)
- schema selection (1474bc1)
- styles (2d7dc32)
- styles and typos (d47a216)
- table strucre error and error component (a164128)
- table structure (3b7560c)
- table structure tabs does not rerender (751c980)
- theme change and connection tabs (540d8f5)
- updater endpoint (25e2549)
- add ag-grid (c2e01a1)
- add alerts component and global alerts store (d994898)
- add basic mods (8c0ff7c)
- add basic opertaions (e45784a)
- add cmd+t and cmd+w shortcuts and add prefer_socket (f2454c0)
- add codemirror commands (7e5b7bc)
- add command palette and style table (b72a586)
- add confirm modal on truncate (26d4c46)
- add connection form ui (c8a5fc4)
- add connection handlers, custom errors (751ce49)
- add connection timeout (a4fcea7)
- add context menu on rows (b663cac)
- add context menu, console ui (75d3706)
- add csv export (2dd4ec6)
- add ctrl-j ctrl-k shortcuts in focused vim mode (e3cfc05)
- add data query tab, add help page (6da8647)
- add dialect to conn config (9baa9e2)
- add disconnect function (b073ef8)
- add editor extensions (fe36f40)
- add enqueue query method (90833cd)
- add event bus and refactor command palette (fea444b)
- add execute and result sets global shortcuts (b6540fb)
- add execute query (e1a2915)
- add execute selected text only (d1ccd3a)
- add execute tx (83a0837)
- add f1 shortcut (1982550)
- add focusable elements, add keyboard shortcuts for query input (d6d918d)
- add get table structure function (82fee0d)
- add get tables and show tables in sidebar (cdfeaf6)
- add i18n and initial screens (fb8a07c)
- add icons (9858f78)
- add icons for entities (134db87)
- add json viewer for row data and search (92974c1)
- add keyboard shortcuts (c18350e)
- add keyboard shortcuts, remove event-bus (0f47831)
- add keymaps component (4761a78)
- add list data and truncate table actions (4984155)
- add loading states (a5d67b2)
- add modal with row data, add row actions (4b298c4)
- add open issue link (f000b90)
- add panic logs on backend (3e49520)
- add postgres support (a85d758)
- add preserve_order to serde_json (ff49bac)
- add primary key and column type to table (a9663da)
- add query metadata route (e6c4c2f)
- add result sets selection and pagination (9416798)
- add routines and triggers (bab4f3a)
- add rows action with tooltip (1d2a030)
- add search in json modal (3abfbb7)
- add settings page (3312876)
- add sqlparser (56e2efb)
- add sqlx drivers, add connection struct (813cf67)
- add store, log, window state and single instance plugins (4a873ea)
- add table data tab (35d7683)
- add table struct tab (a89d57e)
- add tabs and shortcut navigation (d3916a4)
- add tabulator table (bf292bb)
- add test connection (9511722)
- add themes and theme switcher (0b80a12)
- add themes, csv and json export (e08b666)
- add tooltips, fix minor issues (03be41d)
- add update mechanism (487db53)
- add views (18be5b0)
- add vim mode (d05ef6a)
- autocomplete columns and tables (0cb42a5)
- change connections vector to hashmap and add ping method (f3a72cf)
- change id to uuid, fix handlers (ba07739)
- change results to result sets (537f44e)
- change results to result sets, show info message (70238e9)
- finalize state structure (227faa3)
- finish table structure (7fbd7fb)
- format and save queries state (c06ff53)
- handle execute query result (ed74233)
- handle pagination (849ef04)
- hash query (27c6e55)
- init db file (b598044)
- line wrap for json editor and handle null (f7c1f75)
- pass data to frontend (a1f07f9)
- pass dynamic dialect from config to sql parser (5f5b4c8)
- refresh connection list after adding connection (eb6e641)
- render connections (099312c)
- render results (b6952a9)
- replace sqlx with mysql client (686ee55)
- run query and save in file (7eb7d86)
- save query rows and query metadata (7d641ef)
- save query tabs to store, move all text to en.json (4561d1c)
- simple error boundary (91fd567)
- solve large data rendering (c5bbcfe)
- upgrade connection config struct, add tests (8ab6895)
- column resize, focus after command palette action, line wrap for editor (6b5b92c)
- contenteditable on webkit bs (79ebf81)
- context menus on routines and triggers (8c1cf16)
- do not parse null (376f968)
- download whole result set (e3a58da)
- handle edge cases in psql types (e47bd27)
- horizontal scroll (580fe58)
- missing mut declaration (85cd379)
- pg types (d77a94e)
- query finish order (384a39c)
- results table ui (d6e41e5)
- schema selection (cce261f)
- styles (98dcd7e)
- styles and typos (61b13a5)
- table structure (656e41a)
- theme change and connection tabs (2e370c9)