Skip to content

v0.2.0

Choose a tag to compare

@mulhamna mulhamna released this 22 Jun 15:35
c9a83de

0.2.0 (2026-06-22)

Features

  • app: AnyDriver dispatch, model conversion, accent parse, tokio<->slint bridge (9b25ea2)
  • app: connection CRUD wiring (single ConnStore, add/edit/delete + keychain) (f957544)
  • app: connection form modal component (visual shell) (2fdf009)
  • app: engine-aware query parsing (SQL/Redis/Mongo from one editor) (bf3df7e)
  • app: route run-query through engine-aware parse_query (41086c3)
  • app: Theme tokens, 3-pane shell, sidebar, workarea, palette (.slint) (b4fe2f7)
  • app: wire mysql/redis/mongo into AnyDriver dispatch (7c64b78)
  • flatten mongo documents into tabular grid (cd0f77b)
  • lazy-load mongo collections, capped per database (a39bd67)
  • let mongo ops target a specific database (8e6b51d)
  • make post-connect view engine-aware for mongo/redis (734a691)
  • render mongo sidebar as database to collection tree (f5fc812)

Bug Fixes

  • app: reject empty/invalid port in connection form instead of saving 0 (8fbb5bd)
  • app: use PostgreSQL label consistently in conn-form combobox + fmt (45330e5)
  • bound test-connection and recover form state on cancel (d764576)
  • connection dialog + MongoDB database/collection browser (67d48be)
  • keep connection form buttons inside the card, hide unused fields (a2c1b9e)
  • pin raw-JSON document view to top-left (89a184a)
  • size connection card to its content, not the overlay (59eab83)
  • stop sidebar tree jitter and tidy collection rows (15d115e)