v1.36.18
Changelog
Recent releases below. Older versions are listed in the archive at the bottom of this page.
Recent releases
v1.36.17
Changed
- AI: Mask sensitive data in results returned to AI agents, with per-connection rules and built-in PII detection.
- AI: One-click MCP setup in Antigravity, Windsurf, and Kiro, plus a new “Connect an AI Agent” command for Claude Code and other external MCP clients.
- MongoDB: Nested document and array cells now show and edit as plain JSON instead of Extended JSON wrappers (no more
$numberInt), while Long, Decimal, ObjectId, and dates keep their exact types. - Notebook: Added a setting for the default result grid height (drag the grid’s bottom border to resize individually).
- Security Inspector: Role/login attributes now show as on/off switches, with account health, password state, and richer grant details across PostgreSQL, SQL Server, and MySQL/MariaDB.
- Getting started: New walkthrough covering connecting a database, the sample database, and AI assistant setup.
Fixed
- Data grid: Invalid SQL filter errors now appear below the filter bar instead of being hidden.
- MongoDB: Data grid now supports SQL WHERE filtering, including nested document keys like
"a.b.c". #851 - Connections: Fixed Copy Connection String for MariaDB, TiDB, SingleStore, Doris and StarRocks.
- Security Inspector: Fixed MySQL “Max Connections” mislabel (it is per-hour) and added the simultaneous-connection limit; roles no longer show account-only fields.
- Results: Refresh now keeps you on the current page instead of jumping back to the first.
v1.36.16
Changed
- Activity: New Active section shows in-flight AI and user queries with a cancel action, and history can be grouped by session and filtered by actor.
- AI tools: Added per-connection AI roles with restrictive permissions and reviewable approvals.
- AI Tools: Added a describe-table tool that returns a table’s columns, primary key, foreign keys, and indexes.
- Power BI: Refresh (process) semantic models and view refresh history from the explorer; turn off Read Only to enable refresh. #1190
- Explorer: Added a read-only Security node listing server-scoped users, roles, and logins (PostgreSQL, SQL Server, MySQL/MariaDB); click a principal to open an inspector showing its overview, memberships, and server-level grants.
- SQLite: Updated the bundled SQLite engine to 3.53.4 (better-sqlite3 v13, N-API).
- DBCode now requires VS Code 1.101.0 or later.
Fixed
- Editor: Fixed Go to Definition sometimes leaving an empty editor with a save prompt instead of opening the object. #1208
- Explorer: Filter Items now hides the Monitoring node and connection-scope folders when they are unchecked.
- AI Tools: Fixed schema and table retrieval returning nothing on connections that use progressive introspection.
- Doris: SelectDB Core is now recognized as Doris, so introspection no longer fails with a parser error. #1209
v1.36.15
Fixed
- Explorer: Opening a large database without Progressive Loading no longer freezes the extension while indexing object names. #1206
v1.36.14
Changed
- ClickHouse: Autocomplete, hover, and signature help for built-in functions and table functions, without listing them in the explorer. #811
- Explorer: Right-click a connection or database and choose Search to search just that subtree; the tree search is now labelled Search instead of Filter.
- Explorer: Connection search now offers to search unopened databases too.
- Explorer: Search now finds objects in unopened schemas, loading as it goes, with progress and cancel.
- Explorer: Color a job’s icon red when its last run failed.
- Explorer: Open a job’s run history from the history icon on the job or its context menu.
- Postgres: Manage pgAgent jobs in the explorer - browse, enable/disable, drop, and view run history.
- RabbitMQ: Moved out of preview.
- RabbitMQ: Added a server monitoring view with overview metrics, connections, channels, queues, nodes, and cluster info.
- Explorer: Renamed the table Search action to Search Data, matching Export Data, Import Data and Compare Data.
Fixed
- Results: A single statement that returns multiple results (a DECLARE block, an EXEC of a stored procedure) now groups into the batch summary instead of opening a result tab per rowcount.
- ClickHouse: CREATE FUNCTION and DROP FUNCTION no longer flagged as syntax errors in the editor.
- Oracle: Render INTERVAL columns as readable values instead of [object Object].
- RabbitMQ: The stop button now cancels an in-flight query, and management API requests time out instead of hanging on an unreachable broker.
- RabbitMQ: A JSON null in a message field no longer displays as the string “null”.
- RabbitMQ: Apply SSL certificate settings (CA, client cert, verification mode) to both AMQPS and the management API.
- Editor: SQLite table autocomplete no longer disappears after typing a table name prefix. #1207
v1.36.13
Changed
- Results: Copy or export a selection as SQL UPDATE statements, using the primary key (or columns you pick) for the WHERE clause. #1205
- Explorer: Filter tables by row count, including hide-empty (right-click a tables container, Filter). #1156
- Explorer: Scheduled job icons are now tinted green when the job is enabled and dimmed when disabled. #1204
- Explorer: Filter scheduled jobs by status (right-click a jobs container, Filter). #1204
- Editor: Hovering a mongosh method (find, aggregate, updateOne, and more) now shows its signature, parameters, and a docs link.
- Synonyms: Added refresh, table-like actions, saved filters, and Drop and Rename support across databases.
- Monitoring: Database-specific Top Queries are now available through PostgreSQL pg_stat_statements and SQL Server Query Store.
Fixed
- ClickHouse: Added autocomplete, parameter guidance, and return-column details for common built-in table functions. #811
- IBM i: Aliases pointing at a remote database no longer stall schema loading.
- SQL Server: Fixed connecting hanging when a schema has synonyms that point at a linked server or another database. #1206
v1.36.12
Changed
- SQL Server: Manage Agent jobs in the explorer.
- AI tools: MongoDB connections now accept native MongoDB syntax (find, aggregate, CRUD) and SQL from MCP and Copilot agents.
- Completions: SQL keyword suggestions now follow the keyword case setting, defaulting to match the case you type.
- Library: Saved SQL is now a real, editable SQL file; existing snippets convert automatically.
- MongoDB: The editor now flags errors in mongosh queries as you type.
- MongoDB: mongosh queries in the editor now have syntax highlighting, including comments.
- Oracle: Manage Scheduler jobs in the explorer on Progressive Loading connections.
- Postgres: Added a Scheduled Jobs container for pg_cron - browse, enable/disable, drop, and script scheduled jobs.
- Snowflake: Manage tasks in the explorer on Progressive Loading connections.
Fixed
- MongoDB: Regex values now display as /pattern/flags instead of [object Object].
v1.36.11
Changed
- History: Shows whether a query came from you or an AI agent, with the client name.
- AI tools: The execute-query tool applies your row-limit setting by default and lets the agent override it (pass 0 for a full result, e.g. a stored procedure); truncated results are flagged.
- AI tools: Team permission roles now apply to MCP and Copilot tools, including data copy.
- Synonyms: Added progressive loading for synonyms and aliases across supported databases.
- MySQL, MariaDB: Manage scheduled events in the explorer on Progressive Loading connections.
- Oracle: Progressive loading always lists Oracle-maintained schemas and all public synonyms; the include toggle now applies to legacy loading only.
- Oracle: new connections enable Progressive Loading by default.
- Oracle: Added private and public synonyms to progressive loading schemas.
- Scratch files: Added per-file deletion to the scratch file picker.
Fixed
- Derby: Fixed Drop on a synonym sending an invalid statement.
- MySQL: Preserved routine definers and added a warning when they differ from the connected account.
- Scratch files: Prevented connections with matching names and databases from sharing the same file.
v1.36.10
Changed
- Elasticsearch, OpenSearch: Query and scratch files now use the .es extension.
- Editor: SQL completion suggests a column’s enum values after comparisons, IN lists, and UPDATE SET.
- PostgreSQL: Script DDL for enum, domain and composite types from the schema tree.
- DB Explorer: The new file icon now opens your current query file, with new context menu items to create another query file or browse scratch files.
- Tunnels: RabbitMQ, Apache Pinot, and Weaviate now work through an SSH tunnel.
Fixed
- Editor: Fixed autocomplete inside bracketed or quoted identifiers containing spaces, dots, or accents. #1200
- Grid: Enum cell editors no longer list the column default alongside the enum values.
- Notebook: Fixed execution plans filling the whole notebook and scrolling endlessly; the plan grid is now resizable like other notebook grids.
- PostgreSQL: Sequences and materialized views no longer appear under Types in the schema tree.
- PostgreSQL: Backup and restore work through SSH tunnels on IPv6-first systems.
- Tunnels: Fixed an error after a dropped tunnel when the next query reached the closed forward.
- Tunnels: SSH reconnect now retries with backoff, and shared tunnels survive closing one of their connections.
v1.36.9
Changed
- Power BI: Added DAX autocomplete for functions, tables, columns, and measures.
- Editor: SQL syntax highlighting now follows the connected database’s dialect (string escapes, comments, keywords).
- DB Explorer: Partitions and Weaviate tenants now use a distinct icon.
- Power BI: Query and scratch files now use the .dax extension.
- PostgreSQL: Schemas now show a Partitions folder, and partitioned tables report their partition count and total size.
Fixed
- Redis, Memcached, Firebase: Results in a multi-statement batch now show the statement that produced them.
- PostgreSQL: Fixed partitions being invisible when they live in a different schema from their table.
- Editor: Fixed Go to Definition resolving object names inside SQL comments and strings.
- Inspector: Fixed map view not rendering MULTIPOLYGON and other multi-part geometries. #1199
- SQL editor: Fixed MySQL scripts using DELIMITER directives being treated as one executable statement.
- Power BI: Tables, columns, and measures now list alphabetically. #1190
- Google Cloud Spanner: Fixed connections failing with “Cannot find module ‘google-gax’”. #1198
- Redis, Firebase, PostgreSQL: Results from statements running before a SUBSCRIBE, snapshot or LISTEN are no longer dropped.
- Panels: Panels that fail to load now link troubleshooting instead of hanging or showing an internal timeout.
All releases
2026
-
v1.36.18— Aug 28, 2026 -
v1.36.17— Aug 28, 2026 -
v1.36.16— Aug 27, 2026 -
v1.36.15— Aug 24, 2026 -
v1.36.14— Aug 24, 2026 -
v1.36.13— Aug 22, 2026 -
v1.36.12— Aug 20, 2026 -
v1.36.11— Aug 17, 2026 -
v1.36.10— Aug 12, 2026 -
v1.36.9— Aug 10, 2026 -
v1.36.8— Aug 3, 2026 -
v1.36.7— Aug 3, 2026 -
v1.36.6— Jul 29, 2026 -
v1.36.5— Jul 27, 2026 -
v1.36.4— Jul 24, 2026 -
v1.36.3— Jul 23, 2026 -
v1.36.2— Jul 20, 2026 -
v1.36.1— Jul 17, 2026 -
v1.36.0— Jul 17, 2026 -
v1.35.9— Jul 9, 2026 -
v1.35.8— Jul 6, 2026 -
v1.35.7— Jul 2, 2026 -
v1.35.6— Jul 1, 2026 -
v1.35.4— Jun 29, 2026 -
v1.35.3— Jun 25, 2026 -
v1.35.2— Jun 23, 2026 -
v1.35.1— Jun 19, 2026 -
v1.35.0— Jun 18, 2026 -
v1.34.3— Jun 15, 2026 -
v1.34.2— Jun 11, 2026 -
v1.34.1— Jun 10, 2026 -
v1.34.0— Jun 9, 2026 -
v1.33.0— Jun 5, 2026 -
v1.32.4— Jun 3, 2026 -
v1.32.3— Jun 2, 2026 -
v1.32.1— May 26, 2026 -
v1.32.0— May 20, 2026 -
v1.31.2— May 18, 2026 -
v1.31.1— May 5, 2026 -
v1.31.0— May 4, 2026 -
v1.30.8— Apr 30, 2026 -
v1.30.7— Apr 30, 2026 -
v1.30.6— Apr 26, 2026 -
v1.30.5— Apr 24, 2026 -
v1.30.4— Apr 17, 2026 -
v1.30.3— Apr 9, 2026 -
v1.30.2— Apr 8, 2026 -
v1.30.1— Apr 6, 2026 -
v1.30.0— Apr 2, 2026 -
v1.29.5— Mar 27, 2026 -
v1.29.4— Mar 25, 2026 -
v1.29.3— Mar 19, 2026 -
v1.29.2— Mar 16, 2026 -
v1.29.0— Mar 13, 2026 -
v1.28.16— Mar 11, 2026 -
v1.28.15— Mar 8, 2026 -
v1.28.13— Mar 6, 2026 -
v1.28.11— Mar 5, 2026 -
v1.28.10— Mar 4, 2026 -
v1.28.9— Mar 3, 2026 -
v1.28.8— Mar 1, 2026 -
v1.28.7— Feb 26, 2026 -
v1.28.5— Feb 25, 2026 -
v1.28.4— Feb 23, 2026 -
v1.28.3— Feb 23, 2026 -
v1.28.2— Feb 20, 2026 -
v1.28.0— Feb 16, 2026 -
v1.27.8— Feb 12, 2026 -
v1.27.7— Feb 10, 2026 -
v1.27.6— Feb 9, 2026 -
v1.27.3— Feb 8, 2026 -
v1.27.2— Feb 7, 2026 -
v1.27.1— Feb 6, 2026 -
v1.27.0— Feb 4, 2026 -
v1.26.17— Feb 4, 2026 -
v1.26.16— Jan 28, 2026 -
v1.26.15— Jan 26, 2026 -
v1.26.12— Jan 23, 2026 -
v1.26.11— Jan 22, 2026 -
v1.26.10— Jan 20, 2026 -
v1.26.8— Jan 15, 2026 -
v1.26.7— Jan 14, 2026 -
v1.26.6— Jan 12, 2026 -
v1.26.4— Jan 10, 2026 -
v1.26.2— Jan 9, 2026 -
v1.26.1— Jan 8, 2026 -
v1.26.0— Jan 8, 2026 -
v1.24.1— Jan 5, 2026 -
v1.24.0— Jan 4, 2026
2025
-
v1.23.4— Dec 30, 2025 -
v1.23.3— Dec 28, 2025 -
v1.23.2— Dec 27, 2025 -
v1.23.1— Dec 26, 2025 -
v1.23.0— Dec 24, 2025 -
v1.22.4— Dec 22, 2025 -
v1.22.3— Dec 21, 2025 -
v1.22.2— Dec 20, 2025 -
v1.22.1— Dec 19, 2025 -
v1.22.0— Dec 13, 2025 -
v1.21.3— Dec 11, 2025 -
v1.21.2— Dec 10, 2025 -
v1.21.1— Dec 9, 2025 -
v1.20.1— Dec 9, 2025 -
v1.20.0— Dec 8, 2025 -
v1.19.10— Dec 5, 2025 -
v1.19.9— Dec 4, 2025 -
v1.19.8— Nov 29, 2025 -
v1.19.7— Nov 29, 2025 -
v1.19.6— Nov 26, 2025 -
v1.19.5— Nov 25, 2025 -
v1.19.4— Nov 25, 2025 -
v1.19.3— Nov 22, 2025 -
v1.19.1— Nov 21, 2025 -
v1.19.0— Nov 20, 2025 -
v1.18.2— Nov 20, 2025 -
v1.18.0— Nov 17, 2025 -
v1.17.37— Nov 14, 2025 -
v1.17.35— Nov 13, 2025 -
v1.17.34— Nov 11, 2025 -
v1.17.33— Nov 11, 2025 -
v1.17.32— Nov 7, 2025 -
v1.17.31— Nov 6, 2025 -
v1.17.30— Nov 5, 2025 -
v1.17.29— Nov 3, 2025 -
v1.17.27— Nov 1, 2025 -
v1.17.26— Oct 27, 2025 -
v1.17.25— Oct 26, 2025 -
v1.17.24— Oct 24, 2025 -
v1.17.23— Oct 23, 2025 -
v1.17.18— Oct 21, 2025 -
v1.17.17— Oct 20, 2025 -
v1.17.16— Oct 15, 2025 -
v1.17.15— Oct 13, 2025 -
v1.17.13— Oct 11, 2025 -
v1.17.12— Oct 8, 2025 -
v1.17.11— Oct 6, 2025 -
v1.17.10— Oct 3, 2025 -
v1.17.9— Oct 2, 2025 -
v1.17.8— Oct 1, 2025 -
v1.17.7— Sep 30, 2025 -
v1.17.6— Sep 30, 2025 -
v1.17.4— Sep 28, 2025 -
v1.17.3— Sep 24, 2025 -
v1.17.2— Sep 22, 2025 -
v1.17.0— Sep 19, 2025 -
v1.16.15— Sep 18, 2025 -
v1.16.14— Sep 15, 2025 -
v1.16.13— Sep 12, 2025 -
v1.16.12— Sep 10, 2025 -
v1.16.11— Sep 10, 2025 -
v1.16.8— Sep 4, 2025 -
v1.16.7— Sep 3, 2025 -
v1.16.6— Sep 1, 2025 -
v1.16.5— Aug 29, 2025 -
v1.16.4— Aug 25, 2025 -
v1.16.3— Aug 24, 2025 -
v1.16.2— Aug 22, 2025 -
v1.16.1— Aug 20, 2025 -
v1.16.0— Aug 19, 2025 -
v1.15.0— Aug 17, 2025 -
v1.14.30— Aug 14, 2025 -
v1.14.29— Aug 8, 2025 -
v1.14.28— Aug 7, 2025 -
v1.14.26— Aug 6, 2025 -
v1.14.25— Aug 2, 2025 -
v1.14.24— Aug 1, 2025 -
v1.14.23— Jul 30, 2025 -
v1.14.22— Jul 28, 2025 -
v1.14.21— Jul 24, 2025 -
v1.14.20— Jul 21, 2025 -
v1.14.19— Jul 18, 2025 -
v1.14.18— Jul 17, 2025 -
v1.14.17— Jul 14, 2025 -
v1.14.16— Jul 10, 2025 -
v1.14.15— Jul 3, 2025 -
v1.14.14— Jun 29, 2025 -
v1.14.13— Jun 24, 2025 -
v1.14.12— Jun 23, 2025 -
v1.14.11— Jun 18, 2025 -
v1.14.10— Jun 13, 2025 -
v1.14.9— Jun 13, 2025 -
v1.14.8— Jun 12, 2025 -
v1.14.7— Jun 11, 2025 -
v1.14.6— Jun 9, 2025 -
v1.14.5— Jun 6, 2025 -
v1.14.1— Jun 5, 2025 -
v1.14.0— Jun 4, 2025 -
v1.13.18— Jun 3, 2025 -
v1.13.17— May 27, 2025 -
v1.13.16— May 27, 2025 -
v1.13.14— May 24, 2025 -
v1.13.13— May 22, 2025 -
v1.13.12— May 21, 2025 -
v1.13.11— May 20, 2025 -
v1.13.10— May 19, 2025 -
v1.13.9— May 19, 2025 -
v1.13.8— May 18, 2025 -
v1.13.5— May 15, 2025 -
v1.13.3— May 15, 2025 -
v1.13.2— May 13, 2025 -
v1.13.1— May 13, 2025 -
v1.13.0— May 11, 2025 -
v1.12.7— May 9, 2025 -
v1.12.6— May 9, 2025 -
v1.12.5— May 7, 2025 -
v1.12.4— May 5, 2025 -
v1.12.3— May 2, 2025 -
v1.12.2— Apr 30, 2025 -
v1.12.1— Apr 29, 2025 -
v1.12.0— Apr 26, 2025 -
v1.11.12— Apr 24, 2025 -
v1.11.11— Apr 24, 2025 -
v1.11.10— Apr 23, 2025 -
v1.11.9— Apr 22, 2025 -
v1.11.8— Apr 14, 2025 -
v1.11.6— Apr 12, 2025 -
v1.11.5— Apr 11, 2025 -
v1.11.4— Apr 9, 2025 -
v1.11.2— Apr 9, 2025 -
v1.11.1— Apr 7, 2025 -
v1.11.0— Apr 4, 2025 -
v1.10.7— Apr 3, 2025 -
v1.10.6— Apr 2, 2025 -
v1.10.4— Mar 30, 2025 -
v1.10.3— Mar 28, 2025 -
v1.10.2— Mar 28, 2025 -
v1.10.0— Mar 27, 2025 -
v1.9.5— Mar 26, 2025 -
v1.9.4— Mar 25, 2025 -
v1.9.3— Mar 24, 2025 -
v1.9.2— Mar 16, 2025 -
v1.9.1— Mar 16, 2025 -
v1.9.0— Mar 13, 2025 -
v1.8.4— Mar 13, 2025 -
v1.8.3— Mar 11, 2025 -
v1.8.2— Mar 9, 2025 -
v1.8.1— Mar 6, 2025 -
v1.8.0— Mar 5, 2025 -
v1.7.4— Mar 3, 2025 -
v1.7.3— Feb 28, 2025 -
v1.7.1— Feb 27, 2025 -
v1.7.0— Feb 24, 2025 -
v1.6.22— Feb 20, 2025 -
v1.6.21— Feb 20, 2025 -
v1.6.20— Feb 18, 2025 -
v1.6.19— Feb 17, 2025 -
v1.6.18— Feb 16, 2025 -
v1.6.17— Feb 14, 2025 -
v1.6.16— Feb 12, 2025 -
v1.6.15— Feb 11, 2025 -
v1.6.14— Feb 11, 2025 -
v1.6.13— Feb 6, 2025 -
v1.6.12— Feb 5, 2025 -
v1.6.11— Feb 5, 2025 -
v1.6.10— Feb 4, 2025 -
v1.6.9— Jan 31, 2025 -
v1.6.8— Jan 30, 2025 -
v1.6.7— Jan 28, 2025 -
v1.6.6— Jan 28, 2025 -
v1.6.5— Jan 26, 2025 -
v1.6.4— Jan 25, 2025 -
v1.6.3— Jan 22, 2025 -
v1.6.2— Jan 22, 2025 -
v1.6.1— Jan 17, 2025 -
v1.6.0— Jan 17, 2025 -
v1.5.12— Jan 13, 2025 -
v1.5.11— Jan 11, 2025 -
v1.5.10— Jan 9, 2025 -
v1.5.9— Jan 6, 2025
2024
-
v1.5.8— Dec 18, 2024 -
v1.5.7— Dec 17, 2024 -
v1.5.6— Dec 17, 2024 -
v1.5.5— Dec 14, 2024 -
v1.5.4— Dec 12, 2024 -
v1.5.3— Dec 12, 2024 -
v1.5.2— Dec 10, 2024 -
v1.5.1— Dec 7, 2024 -
v1.4.17— Dec 7, 2024 -
v1.4.15— Dec 6, 2024 -
v1.4.14— Dec 4, 2024 -
v1.4.13— Dec 2, 2024 -
v1.4.12— Nov 22, 2024 -
v1.4.11— Nov 21, 2024 -
v1.4.10— Nov 19, 2024 -
v1.4.9— Nov 17, 2024 -
v1.4.8— Nov 14, 2024 -
v1.4.7— Nov 11, 2024 -
v1.4.6— Nov 10, 2024 -
v1.4.4— Nov 8, 2024 -
v1.4.3— Nov 8, 2024 -
v1.4.1— Nov 7, 2024 -
v1.4.0— Nov 7, 2024 -
v1.3.18— Nov 1, 2024 -
v1.3.17— Oct 31, 2024 -
v1.3.16— Oct 30, 2024 -
v1.3.15— Oct 27, 2024 -
v1.3.14— Oct 27, 2024 -
v1.3.13— Oct 25, 2024 -
v1.3.11— Oct 22, 2024 -
v1.3.10— Oct 21, 2024 -
v1.3.7— Oct 19, 2024 -
v1.3.6— Oct 18, 2024 -
v1.3.3— Oct 15, 2024 -
v1.3.2— Oct 14, 2024 -
v1.3.1— Oct 14, 2024 -
v1.3.0— Oct 13, 2024 -
v1.2.16— Oct 7, 2024 -
v1.2.14— Oct 4, 2024 -
v1.2.8— Sep 28, 2024 -
v1.2.7— Sep 25, 2024 -
v1.2.6— Sep 24, 2024 -
v1.2.5— Sep 19, 2024 -
v1.2.4— Sep 17, 2024 -
v1.2.3— Sep 15, 2024 -
v1.2.2— Sep 13, 2024 -
v1.2.1— Sep 11, 2024 -
v1.2.0— Sep 10, 2024 -
v1.1.6— Sep 4, 2024 -
v1.1.5— Sep 2, 2024 -
v1.1.3— Aug 29, 2024 -
v1.1.2— Aug 15, 2024 -
v1.1.1— Aug 13, 2024 -
v1.1.0— Aug 7, 2024 -
v1.0.0— Aug 7, 2024 -
v0.17.1— Aug 1, 2024 -
v0.17.0— Jul 30, 2024 -
v0.16.2— Jul 25, 2024 -
v0.16.1— Jul 22, 2024 -
v0.16.0— Jul 17, 2024 -
v0.15.1— Jul 15, 2024 -
v0.15.0— Jul 12, 2024 -
v0.14.1— Jul 5, 2024 -
v0.14.0— Jul 3, 2024 -
v0.13.0— Jun 29, 2024 -
v0.12.6— Jun 27, 2024 -
v0.12.5— Jun 15, 2024 -
v0.12.4— Jun 11, 2024 -
v0.12.3— Jun 11, 2024 -
v0.12.2— Jun 7, 2024 -
v0.12.1— Jun 6, 2024 -
v0.12.0— May 31, 2024 -
v0.11.2— May 28, 2024 -
v0.11.1— May 25, 2024 -
v0.11.0— May 24, 2024 -
v0.10.0— May 16, 2024 -
v0.9.3— May 10, 2024 -
v0.9.2— May 8, 2024 -
v0.9.1— May 2, 2024 -
v0.9.0— May 1, 2024 -
v0.8.2— Apr 25, 2024 -
v0.8.1— Apr 9, 2024 -
v0.8.0— Mar 29, 2024 -
v0.7.0— Mar 28, 2024 -
v0.6.0— Mar 15, 2024 -
v0.5.2— Mar 1, 2024