pgNimbus 0.7.5
Query tabs & navigation
- Drag to reorder tabs — rearrange open query tabs by dragging, browser-style.
- New app menu (☰) top-left for file/tab actions: New tab, Open .sql, Open recent, Save / Save as, Close tab, Switch connection, New window, Preferences.
- "Search" pill in the command bar — one click into the command palette to jump to tables, saved queries, recent files, or any action (Ctrl/Cmd+K still works too).
Editing results
- Inline editing now works for hand-typed queries, not just when browsing a table from the schema tree — run a
SELECT, click a cell, edit it directly. - When a result can't be edited, the status bar now explains exactly why (no primary key, joined tables, aliased column, etc.) instead of silently doing nothing.
- Row selection in the results grid.
- Fixed double-click unpredictably opening either the inline editor or the cell inspector — now consistent, and Space quick-peeks any cell in the inspector.
Windows & sessions
- The main window now remembers its position and size across restarts.
Linux
- New install options: AppImage, .deb, and tar.gz packages for both x64 and arm64.
Full Changelog: v0.7.1...v0.7.5