Changelog
What's new in IceQL
Every release, big or small. All updates are free for existing users on macOS, Windows, and Linux.
v0.1.9
Latest
August 25, 2026
- Linux support — IceQL is now available for Linux as a
.deb,.rpm, and.AppImage, alongside macOS and Windows. - MQTT support — a new datasource type with a live topic tree built automatically from incoming messages, a real-time message stream, diff comparison between messages, and publish support.
- SSH Tunnel — connect to PostgreSQL, MySQL, MongoDB, and Redis behind a bastion host, with password or private key authentication.
- Split View — compare two tabs side by side or stacked on top of each other.
- Query Safety Limit — auto-limits unbounded
SELECTqueries so they don't accidentally pull back an entire huge table, with easy pagination and a one-click "show all" override. - Add Row for SQL tables, and quick UUID v4/v7 generation from the cell context menu.
- Collapsible sidebar and a resizable panel layout for a cleaner workspace.
- Fixed a bug where table columns could refresh repeatedly in the background, and improved column-width consistency between the header and the data grid.
v0.1.7
August 17, 2026
- Redis support — a dedicated query editor with inline editing, live update previews, and delete.
- MongoDB support — query editor with autocompletion, JSON view mode, and lightweight syntax highlighting.
- Inline editing for JSON documents with live previews and dark mode compatibility.
- Centralized database logo and color handling for a more consistent look across connection types.
v0.1.6
August 9, 2026
- Refreshed application icons across macOS, Windows, and all bundled resolutions.
- Added the clipboard manager plugin for more reliable copy/paste.
- Improved the default database configuration for new MySQL connections.
v0.1.5
August 9, 2026
- Import and export saved connections, so you can move your setup between machines.
v0.1.4
July 5, 2026
- Column resizing and sorting in the results table.
- Row and column virtualization for smoother scrolling through large result sets.
- Right-click context menu for editable cells — copy, cut, paste, set NULL, set default.
- More reliable update/delete
WHEREclauses by preferring primary keys. - Fixed a MySQL issue where
WHEREclauses could match on NULL incorrectly without a primary key.
v0.1.3
July 2, 2026
- Refactored PostgreSQL and MySQL connection handling for more reliable reconnects.
v0.1.2
June 30, 2026
- Built-in demo SQLite database with sample data — try IceQL with zero setup.
- Edit menu with undo/redo and clipboard actions.
- Right-click context menu for input fields (cut, copy, paste, select all).
v0.1.1
June 27, 2026
- CSV data source support — import and query CSV files directly.
- Export results to Excel and SQL Insert statements, alongside CSV and JSON.
- Tab reordering, "Close Other Tabs", and drag-and-drop tab management.
- Data source type badges in the connection rail.
- Mac App Store build, signing, and packaging pipeline.