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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [0.3.143](https://github.com/helbertm/hSQLite-Editor/compare/hsqlite-editor-v0.3.142...hsqlite-editor-v0.3.143) (2026-06-12)

### Initial Open-Source Release

* ship the local-first SQLite workspace as a standalone, offline-capable HTML application with no application backend
* provide complete interface translations in English, Brazilian Portuguese, and Spanish, targeting WCAG 2.2 AA accessibility
* establish reproducible, verifiable releases with pinned runtime component sources, an SPDX software bill of materials (SBOM), checksums, and build attestations

### Features

* replace the query-history load label with an icon-only action button while preserving hover hint and accessibility labeling
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27159,6 +27159,9 @@ <h1 data-i18n="offline.unavailable">Modo offline indisponível</h1>
],
"notesByVersion": {
"0.3.143": [
"ship the local-first SQLite workspace as a standalone, offline-capable HTML application with no application backend",
"provide complete interface translations in English, Brazilian Portuguese, and Spanish, targeting WCAG 2.2 AA accessibility",
"establish reproducible, verifiable releases with pinned runtime component sources, an SPDX software bill of materials (SBOM), checksums, and build attestations",
"replace the query-history load label with an icon-only action button while preserving hover hint and accessibility labeling"
],
"0.3.142": [
Expand Down
Loading