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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ 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
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.
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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+"
]
Expand Down
Loading