From 92f09553273cef388749474f770f9ef6edffc80f Mon Sep 17 00:00:00 2001 From: timbogdanov Date: Tue, 18 Aug 2026 15:42:39 -0500 Subject: [PATCH] Version 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Everything in this release exists because v0.1.0 could not be run. Its macOS bundle carried a signature that no longer matched its contents, so a downloaded copy was reported as damaged, with no way for a user past the message. Also carries the duotone split — the canvas draws structure, the preview carries the colour — a new icon on Apple's superellipse grid, and a verification suite that now passes on Windows. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01UCrKKTD2mwHx8Fm1EnJiQ3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a337709..55d4d94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patternfront", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patternfront", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "electron": "^43.4.0", diff --git a/package.json b/package.json index 742e096..bff1e0a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "patternfront", "productName": "PatternFront", - "version": "0.1.0", + "version": "0.1.1", "description": "A 1-bit pattern editor for OpenFront territory patterns — desktop app for macOS and Windows.", "keywords": ["pixel-art", "openfront", "pattern-editor", "1-bit", "electron"], "homepage": "https://github.com/timbogdanov/patternfront#readme",