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+" ]