Skip to content
Open
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.3.1"
".": "1.4.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.4.0](https://github.com/Artmann/squeal/compare/v1.3.1...v1.4.0) (2026-08-05)


### Features

* **secret-storage:** ask before using the OS keychain ([fb25d98](https://github.com/Artmann/squeal/commit/fb25d98b086a568b68610d6ae336abdfe502bf7b))


### Bug Fixes

* **app:** load every collection at once and show an error when a load fails ([cf98cab](https://github.com/Artmann/squeal/commit/cf98cabe25e7b831b949855c1131aa445bd39079))
* **build:** label the macOS bundle "Squeal" instead of "squeal" ([7c6c961](https://github.com/Artmann/squeal/commit/7c6c961c758b80c83fdfa98064237db124439927))
* **database:** add columns missing from databases created by older versions ([4388fcd](https://github.com/Artmann/squeal/commit/4388fcd05bf64bf1d05b2c0a9ec233041d4e5a0e))
* **databases:** roll back a created database when linking a worksheet fails ([c3c9c9e](https://github.com/Artmann/squeal/commit/c3c9c9ee29c0bf5f8ac3e73a55ca067394d33992))

## [1.3.1](https://github.com/Artmann/squeal/compare/v1.3.0...v1.3.1) (2026-08-03)


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.3.1",
"version": "1.4.0",
"description": "Ergonomic SQL Client for Humans",
"main": ".vite/build/main.js",
"scripts": {
Expand Down