From 029ed655b9e4256f5a6a90a26abc0e49fc69f4e4 Mon Sep 17 00:00:00 2001 From: Stuart Meeks Date: Sun, 7 Jun 2026 10:20:13 +0000 Subject: [PATCH] Release 0.2.0: promote changelog, bump version, refresh README status Promote the [Unreleased] entries (branding, hero eyebrow colour, title-bar alignment) to [0.2.0] - 2026-06-07, leaving a fresh empty [Unreleased]. Bump version.json to 0.2.0 so the build off the v0.2.0 tag stamps 0.2.0, per the CONTRIBUTING release flow. README: point Status at v0.2.0 as the latest release, describe the project as pre-1.0 rather than alpha, and correct the installer asset name to Snipdeck-stable-Setup.exe (the stable channel's actual output). Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 2 ++ README.md | 6 +++--- version.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 546ddf9..fe986c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2026-06-07 + ### Added - **Snipdeck branding.** The app now ships with its own icon — a faceted green chevron — replacing the default .NET exe icon, the generated identicon in the diff --git a/README.md b/README.md index 28180e9..627f3a0 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ Conceptually inspired by SnipCommand, with one defining difference: **the CLI is the top-level organising axis** — every Snip belongs to exactly one CLI (e.g. `pl-app`, `mpt-app`, `inv-app`). -> Snipdeck is alpha software. The list below describes what's actually +> Snipdeck is pre-1.0 software. The list below describes what's actually > implemented today, not what's planned. See [`TODO.md`](TODO.md) for the > backlog and [`CHANGELOG.md`](CHANGELOG.md) for what's shipped. ## Status -Alpha. **v0.1.0-alpha.1** is the first packaged release — see +Pre-1.0. **v0.2.0** is the latest release — see [Releases](https://github.com/StuartMeeks/Snipdeck/releases). It contains the full v1 feature set: browse CLIs and Snips, author Snips with structured parameters, fill and copy resolved commands, global hotkey, system tray with @@ -26,7 +26,7 @@ close-to-tray, theme switching, and Velopack-backed self-update. ## Install -Download `Snipdeck-alpha-Setup.exe` from the latest +Download `Snipdeck-stable-Setup.exe` from the latest [release](https://github.com/StuartMeeks/Snipdeck/releases) and run it. The installer is unpackaged (no Microsoft Store, no MSIX) and Velopack handles self-update from then on. diff --git a/version.json b/version.json index 3a89171..9165227 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.1.0", + "version": "0.2.0", "publicReleaseRefSpec": [ "^refs/tags/v\\d+\\.\\d+\\.\\d+" ]