Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: TabularisDB/tabularis

v0.13.1

05 Jun 15:44
@github-actions github-actions

Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • feat: upgrade MiniMax default model to M3 by @octo-patch in #270
  • fix(ai): cache AI key reads to stop repeated Keychain prompts on the AI tab by @ymadd in #269
  • Focus editor when opening a new console tab by @debba in #280
  • fix(grid): truncate large JSON/text cell previews to avoid UI freeze by @NewtTheWolf in #285
  • fix(editor): stop Monaco theme leaking across editor instances by @debba in #282
  • Preserve user OFFSET in paginated queries (#273) by @debba in #275
  • fix(postgres): read EXPLAIN JSON output as json column by @debba in #279
  • Honor PostgreSQL TLS settings in pool key by @arsis-dev in #278
  • Accept postgresql:// and mariadb:// connection string aliases by @debba in #277
  • fix(mcp): classify parenthesized SELECT/UNION as read-only by @ymadd in #272
  • ci: sign and notarize macOS release builds by @debba in #289

Full Changelog: v0.13.0...v0.13.1

Contributors

arsis-dev, debba, and 3 other contributors
Assets 20

v0.13.0

03 Jun 09:09
@github-actions github-actions

Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • fix(query-history): recover from corruption + atomic writes by @debba in #253
  • Fix FK metadata loading by @m-tonon in #245
  • fix(ai-activity): render timestamps in local time + add display timezone setting by @ymadd in #251
  • fix(schemas): surface get_schemas failure with error + retry by @verbaux in #242
  • fix(mcp): dispatch plugin drivers via the registry + harden the --mcp subprocess by @ymadd in #256
  • feat: Kubernetes port-forward tunnel support by @metalgrid in #246
  • Add Codex MCP integration by @arsis-dev in #264
  • fix(mcp): close approval/read-only bypass in run_query by @ymadd in #261
  • feat: integrate Quick Navigator search overlay by @debba in #252
  • New tabs DML (Data Manipulation Language) by @capvalen in #259
  • Honor MySQL SSL mode in connection setup by @arsis-dev in #263

New Contributors

Full Changelog: v0.12.0...v0.13.0

Contributors

arsis-dev, metalgrid, and 5 other contributors
Loading

v0.12.0

25 May 12:40
@github-actions github-actions

Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • Redesign macOS dock icon by @debba in #217
  • fix(settings): center SettingToggle knob by @verbaux in #219
  • feat: Delete selected rows with keyboard shortcut by @thomaswasle in #221
  • fix(drivers): show pagination for SELECTs with leading SQL comments by @ymadd in #213
  • fix(drivers): preserve BIGINT precision past JS Number.MAX_SAFE_INTEGER by @NewtTheWolf in #220
  • perf: eliminate per-query disk I/O and unblock result display from me... by @thomaswasle in #216
  • feat(postgresql)/issue 209 verify ca and verify full by @VincentZhangy in #211
  • test(updater): gate Linux-only installation source tests by @debba in #227
  • feat(i18n): add Russian locale and count-based tab pluralization by @verbaux in #229
  • Fix table list refresh after creating tables by @debba in #239
  • Fix filters for case-sensitive column names on PostgreSQL by @m-tonon in #232
  • fix: Ctrl+Enter always runs query in the last opened console tab by @thomaswasle in #240
  • Add related records panel for foreign key values by @m-tonon in #230
  • feat(sql): first-party splitter + per-driver dialect by @ymadd in #225
  • fix: Save Query modal no longer overrides editor theme globally by @debba in #248
  • ci: support manual prereleases built from fork PRs by @NewtTheWolf in #206
  • feat: per-connection icon & accent color override (#189) by @NewtTheWolf in #241

New Contributors

Full Changelog: v0.11.0...v0.12.0

Loading

v0.11.0

18 May 13:29
@github-actions github-actions

Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • feat(plugins): add firestore plugin to registry by @NewtTheWolf in #182
  • fix(export): expand SSH params before running query export by @debba in #185
  • chore(discord-release): add link buttons and everyone mention by @NewtTheWolf in #191
  • feat: database trigger management (PostgreSQL, MySQL, SQLite) by @thomaswasle in #183
  • feat(sidebar): add 'New Console' to database and table context menus by @debba in #188
  • fix(editor): restore correct SQL string color across all themes by @thomaswasle in #192
  • feat(editor)!: accept autocomplete suggestion on Enter by default by @debba in #194
  • feat(editor): foreign key click-to-navigate in result grid by @debba in #197
  • feat(i18n): add Japanese (ja) translation by @ymadd in #202
  • fix(drivers): share a single connection across multi-statement scripts by @ymadd in #200
  • feat(json): JSON/JSONB editor, viewer & in-table affordances by @NewtTheWolf in #181
  • fix(commands): preserve all in-flight abort handles per connection by @ymadd in #203
  • fix(mcp): correct app config directory path on Windows in mcp mode by @kennelken in #204
  • feat(text): chevron expand + Monaco diff for long text/longtext cells by @NewtTheWolf in #208

New Contributors

Full Changelog: v0.10.3...v0.11.0

Contributors

debba, thomaswasle, and 3 other contributors
Loading
neomafo88 reacted with eyes emoji
1 person reacted

v0.10.3

11 May 13:37
@github-actions github-actions

Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • fix(DataGrid): handle empty column names from drivers by @saurabh500 in #173
  • refactor: derive Default on ConnectionParams and DatabaseSelection by @saurabh500 in #174
  • Add password visibility toggles to inputs by @debba in #175
  • feat: add connection export and import functionality by @debba in #176
  • fix(notebook): render db selector dropdown via portal so it isn't clipped by @ymadd in #178

New Contributors

Full Changelog: v0.10.2...v0.10.3

Contributors

saurabh500, debba, and ymadd
Loading

v0.10.2

08 May 07:24
@github-actions github-actions

Choose a tag to compare

See the assets to download this version and install.

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2

Contributors

debba, thomaswasle, and benedettoraviotta
Loading

v0.10.1

04 May 10:12
@github-actions github-actions

Choose a tag to compare

See the assets to download this version and install.

What's Changed

  • feat(query-builder): add mini result grid, schema hook, and layout util by @debba in #153
  • feat(postgres): add binding module for parameterized values by @debba in #156
  • fix: resolve double LIMIT bug in SQL pagination wrapping by @midasism in #154
  • bug: changeed connections configuration so input fiels do not look prefilled if they are not by @thomaswasle in #157
  • Add multi-row deletion via context menu by @thomaswasle in #158
  • feat: Make database selector dropdowns scrollable after 10 entries by @thomaswasle in #160
  • Add duplicate row and insert current time via context menu by @thomaswasle in #159

Full Changelog: v0.10.0...v0.10.1

Contributors

debba, thomaswasle, and midasism
Loading

v0.10.0

27 Apr 21:30
@github-actions github-actions

Choose a tag to compare

See the assets to download this version and install.

What's Changed

Full Changelog: v0.9.21...v0.10.0

Contributors

debba and thomaswasle
Loading

v0.9.21

22 Apr 10:53
@github-actions github-actions

Choose a tag to compare

See the assets to download this version and install.

Full Changelog: v0.9.20...v0.9.21

Loading

v0.9.20

21 Apr 09:39
@github-actions github-actions

Choose a tag to compare

See the assets to download this version and install.

What's Changed

New Contributors

Full Changelog: v0.9.19...v0.9.20

Contributors

thomaswasle and Nako0
Loading
Previous 1 3 4 5 6
Previous

AltStyle によって変換されたページ (->オリジナル) /