Releases: forinda/fordb
Releases · forinda/fordb
Release list
v0.10.0
0.10.0 (2026-07-31)
Features
- connection switcher in the sidebar (switch in place) (#292) (dd77cb9)
- Export destination page (SQL + CSV) (#298) (ac8f308)
- Import destination page (SQL + CSV) (#299) (992f9c3)
- pick an editor colour scheme (Monokai, Dracula, Nord, …) (#307) (beda0e3)
- pin a "Settings" row at the bottom of the sidebar (#294) (a875ee1)
- rename Dashboard→Monitoring + sidebar destinations group (#296) (f16f76f)
- Roles & Server-settings as full-pane views (un-nest from dashboard) (#295) (426640b)
- searchable combobox for the database switcher (#305) (4c7b95a)
- sidebar "Users & roles" row (surface buried user management) (#293) (4a504d3)
Bug Fixes
- dark-mode contrast in the query editor (#306) (9568186)
- green test suite — CSV dialog selector, slow history test, e2e docs (#304) (e7ba390)
- reachable sequence/matview menus, tree fills panel, honest labels (#290) (58cc651)
- repo does not build from a clean checkout (#300) (beeb64c)
- sidebar menu clipping, modal close, Tab completion; feat: VS Code-style palette (#308) (7ffe16d)
v0.9.0
0.9.0 (2026-07-12)
Features
- database-level header in the sidebar (level cue) (#286) (44e7db4)
- filter box for the schema tree (#281) (c5636f5)
- fold tables into a Tables/Collections folder with a count (#284) (92d30c7)
- move New schema to the database header (#289) (9b190eb)
- regroup schema-tree context menus (sections, submenus, drop last) (#282) (11df446)
- server-level actions on the connection header (roles home + level cue) (#285) (19eea79)
- tree filter finds tables across unexpanded schemas (#288) (c08d325)
v0.8.0
0.8.0 (2026-07-12)
Features
- agent-initiated writes — gated run_write, off by default (MA8-C) (#251) (ba5ebe5)
- AI token metering — tokens per turn + session (MA8-E) (#254) (4488323)
- bulk edit (Edit selected) + clone rows (Phase 1) (#258) (151b6c7)
- CHECK constraints — table designer + add on existing (Phase 2) (#265) (84da6fb)
- export MongoDB query results to JSON/NDJSON (mongo advanced 2/4) (#276) (470567b)
- export the filtered browse table to CSV/JSON (Phase 1) (#256) (d734db8)
- function/trigger authoring (Postgres) — raw definition editor + drop (Phase 1) (#262) (442597d)
- generated columns in table + column designer (Phase 2) (#267) (b456d57)
- grant/revoke table privileges from the Roles panel (Phase 2) (#271) (fb9152f)
- list + drop check constraints in Structure view (Phase 2) (#269) (6ba11af)
- MongoDB bulk writes — updateMany/deleteMany (mongo parity 3/3) (#274) (0f7c990)
- MongoDB collection admin — create/drop/rename (mongo parity 2/3) (#273) (a1e270c)
- MongoDB explain plans (mongo advanced 1/4) (#275) (8eba3da)
- MongoDB index management (mongo parity 1/3) (#272) (4760269)
- MongoDB schema validation rules (mongo advanced 3/4) (#277) (a15ce01)
- MongoDB user administration (mongo advanced 4/4) (#278) (c16b9d7)
- partial + expression indexes (Phase 2) (#266) (26e9795)
- richer filter operators + composite FK navigation (Phase 1) (#259) (663cfbb)
- saved AI conversations — auto-save, reopen, delete (MA8-D) (#253) (f6ff726)
- sequences + materialized views in the schema tree (Phase 2) (#270) (208b307)
- table maintenance — VACUUM / ANALYZE / REINDEX (Phase 2) (#264) (91e584d)
- TLS client cert/key/CA for Postgres connections (Phase 2) (#268) (f6ea9ad)
- two-way sync the Postgres connection URL (like the Mongo URI) (#261) (8e954b5)
- user/role management (Postgres) — create/alter/drop + membership (Phase 1) (#260) (cab2a07)
Bug Fixes
v0.7.0
v0.6.0
v0.5.0
v0.4.1
fordb 0.4.0 (broken — use v0.4.1)
⚠️ BROKEN RELEASE — do not install. v0.4.0 crashes at launch (Named export 'autoUpdater' not found). Fixed in v0.4.1 — use that instead.
0.4.0 (2026-07-11)
Features
- in-app auto-update via electron-updater (#239) (fc58259)
- multi-column FKs + Indexes tab in the Create Table designer (#238) (d52ac39)
Bug Fixes
v0.3.0
0.3.0 (2026-07-11)
Features
- Create Database dialog with full metadata (Postgres) (#228) (7a250c4)
- DDL builder — unique columns, inline FKs, CREATE DATABASE options (#225) (39e9bde)
- fetchRoles helper + designer spec/plan (Task 2) (#226) (811adea)
- Modal primitive + Create Table designer (Tasks 3-4) (#227) (0af4a26)
- VitePress landing + docs site → GitHub Pages (#232) (10b9ce5)