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

All notable changes to GoodWebTools are documented here.

## [1.0.0-beta.2] — 2026-07-27

### Fixed
- Desktop auto-updater now publishes its manifest + signatures (`latest.json` / `.sig`) so update checks work.
- Dark mode no longer resets to light when navigating between pages.
- SVG export handles multi-MB files; monochrome and image viewers render correctly.

### Changed
- **Settings** and **Hotkey Test** are now desktop-only — hidden on the web.

### Added
- New tools: **DB Diagram** (DBML ER designer with SQL/image export), **SVG Viewer & Converter**, **Image Viewer & Metadata**, **Black/White & Monochrome**.
- **Edit in Annotator** handoff on every image-producing tool.

## [1.0.0-beta.1] — 2026-07-19

### Desktop app (Tauri 2) — first beta release
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "GoodWebTools",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"identifier": "com.goodwebtools.app",
"build": {
"beforeBuildCommand": "npm run build",
Expand Down
Loading