Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.0"
".": "1.6.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.6.0](https://github.com/Artmann/squeal/compare/v1.5.0...v1.6.0) (2026-08-24)


### Features

* **databases:** pick the SSL certificate with a file dialog ([a5ae995](https://github.com/Artmann/squeal/commit/a5ae9955efdf92f02b86fc5cc37681dfd0aa31b1))
* **results:** find rows in a result without changing the query ([2016096](https://github.com/Artmann/squeal/commit/201609677bd3ee62bea3e3d52334a314658d71e4))
* **worksheets:** select several rows and drag them together ([6558293](https://github.com/Artmann/squeal/commit/655829376ce3e07e345505970a3ad39f94ba00d9))


### Bug Fixes

* **databases:** settle the connection form inside its modal ([d20370f](https://github.com/Artmann/squeal/commit/d20370fb386db7e76ec45d131db93f8239051c86))

## [1.5.0](https://github.com/Artmann/squeal/compare/v1.4.2...v1.5.0) (2026-08-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "squeal",
"productName": "Squeal",
"version": "1.5.0",
"version": "1.6.0",
"description": "Ergonomic SQL Client for Humans",
"main": ".vite/build/main.js",
"scripts": {
Expand Down
Loading