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 @@
{
".": "0.6.1"
".": "0.7.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/helbertm/hSQLite-Editor/compare/hsqlite-editor-v0.6.1...hsqlite-editor-v0.7.0) (2026-07-31)


### Features

* **help:** redesign help documentation ([15790f1](https://github.com/helbertm/hSQLite-Editor/commit/15790f1c4558ffde758cfac610b928c894d69578))

## [0.6.1](https://github.com/helbertm/hSQLite-Editor/compare/hsqlite-editor-v0.6.0...hsqlite-editor-v0.6.1) (2026-07-30)


Expand Down
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect x='4' y='4' width='24' height='24' rx='6' fill='%23111827'/%3E%3Cellipse cx='16' cy='11' rx='7' ry='3' fill='none' stroke='%23f9fafb' stroke-width='2'/%3E%3Cpath d='M9 11v10c0 1.7 3.1 3 7 3s7-1.3 7-3V11' fill='none' stroke='%23f9fafb' stroke-width='2'/%3E%3C/svg%3E" />
<title>hSQLite Editor v0.6.1</title>
<title>hSQLite Editor v0.7.0</title>

<style>
/* Tokens ownership */
Expand Down Expand Up @@ -5596,7 +5596,7 @@
<div id="appRoot">
<header class="app-header">
<div class="brand-block">
<h1 data-i18n-ignore>hSQLite Editor <span class="version-pill" id="appVersionPill">v0.6.1</span></h1>
<h1 data-i18n-ignore>hSQLite Editor <span class="version-pill" id="appVersionPill">v0.7.0</span></h1>
<div class="subtitle" data-i18n="app.subtitle">Para trabalhar e estudar</div>
</div>

Expand Down Expand Up @@ -6526,7 +6526,7 @@ <h1 id="bootScreenTitle" data-i18n="boot.preparing">Preparando hSQLite Editor</h
<h1 data-i18n="offline.unavailable">Modo offline indisponível</h1>
<p data-i18n="offline.description">O artefato atual deveria funcionar totalmente offline. Se esta tela apareceu, o arquivo foi gerado de forma incompleta ou está corrompido.</p>
<div class="offline-guide" data-i18n-html="offline.guideHtml">
<strong>O esperado:</strong> ao abrir <code id="offlineHtmlFileName">hSQLite-Editor-v0.6.1.html</code> pelo navegador, todos os recursos necessários já devem estar embutidos no arquivo.
<strong>O esperado:</strong> ao abrir <code id="offlineHtmlFileName">hSQLite-Editor-v0.7.0.html</code> pelo navegador, todos os recursos necessários já devem estar embutidos no arquivo.
<br><br>
<strong>O que verificar:</strong>
<ul>
Expand Down Expand Up @@ -27533,8 +27533,9 @@ <h1 data-i18n="offline.unavailable">Modo offline indisponível</h1>

window.__HSQLITE_BOOT__ = {
"release": {
"version": "0.6.1",
"version": "0.7.0",
"versions": [
"0.7.0",
"0.6.1",
"0.6.0",
"0.5.0",
Expand Down Expand Up @@ -27687,6 +27688,9 @@ <h1 data-i18n="offline.unavailable">Modo offline indisponível</h1>
"0.2.0"
],
"notesByVersion": {
"0.7.0": [
"**help:** redesign help documentation ([15790f1](https://github.com/helbertm/hSQLite-Editor/commit/15790f1c4558ffde758cfac610b928c894d69578))"
],
"0.6.1": [
"**release:** make checksum manifest portable ([b93ca44](https://github.com/helbertm/hSQLite-Editor/commit/b93ca4468dd93379413d10a77f1ca1e5f5b92cdd))"
],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A local-first, offline-capable SQLite editor distributed as one standalone HTML file.",
"private": true,
"type": "module",
"version": "0.6.1",
"version": "0.7.0",
"license": "MIT",
"author": "hSQLite Editor contributors",
"homepage": "https://helbertm.github.io/hSQLite-Editor/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<url type="bugtracker">https://github.com/helbertm/hSQLite-Editor/issues</url>
<url type="vcs-browser">https://github.com/helbertm/hSQLite-Editor</url>
<releases>
<release version="0.6.1" date="2026-07-30" type="stable" /> <!-- x-release-please-version -->
<release version="0.7.0" date="2026-07-31" type="stable" /> <!-- x-release-please-version -->
</releases>
<content_rating type="oars-1.1" />
</component>
10 changes: 5 additions & 5 deletions sbom.spdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"spdxVersion": "SPDX-2.3",
"dataLicense": "CC0-1.0",
"SPDXID": "SPDXRef-DOCUMENT",
"name": "hSQLite Editor 0.6.1 SBOM",
"documentNamespace": "https://github.com/helbertm/hSQLite-Editor/releases/tag/hsqlite-editor-v0.6.1/sbom.spdx.json",
"name": "hSQLite Editor 0.7.0 SBOM",
"documentNamespace": "https://github.com/helbertm/hSQLite-Editor/releases/tag/hsqlite-editor-v0.7.0/sbom.spdx.json",
"creationInfo": {
"created": "2026-07-30T00:00:00Z",
"created": "2026-07-31T00:00:00Z",
"creators": [
"Tool: hSQLite Editor repo-owned SBOM generator@0.6.1"
"Tool: hSQLite Editor repo-owned SBOM generator@0.7.0"
]
},
"packages": [
{
"name": "hSQLite Editor",
"SPDXID": "SPDXRef-Package-hSQLite-Editor",
"versionInfo": "0.6.1",
"versionInfo": "0.7.0",
"downloadLocation": "https://github.com/helbertm/hSQLite-Editor",
"filesAnalyzed": false,
"primaryPackagePurpose": "APPLICATION",
Expand Down