Changelog

Release notes and updates.

v0.9.0

2026-04-03

Features

  • StackClip 0.9.0 — Discovery

v0.8.0

2026-04-03

Features

  • keyboard shortcuts help modal (?) + source app in detail panel and list
  • multi-tag filter, bulk pin/unpin/remove-tag, filtered export (0.8.0 D/E/F)
  • redesign Tags view — full-width grid layout with search and card-per-tag
  • tag manager — list with counts, rename, delete (3 Rust commands + UI panel)
  • tags as first-class nav view with filter-on-click UX

Bug Fixes

  • detail panel — metadata stats right-aligned, Copy & go matches button style
  • settings sidebar nav — remove blue left-border, use plain background highlight

v0.7.0

2026-04-02

Features

  • 0.7.0 — action depth (expose 30+ actions, fill zero-action types)
  • 5 log analysis actions — filter, extract JSON, count levels, dedup, trace IDs
  • log filtering actions + color reverse conversions ([c5882fd](https://github.com/MartinMcDermid/clipstack/commit/c5882fdacfe96c97f1752b76f08433b18120fc13)), closes [#RRGGBB](https://github.com/MartinMcDermid/clipstack/issues/RRGGBB) [#RRGGBB](https://github.com/MartinMcDermid/clipstack/issues/RRGGBB)
  • wire all actions into transform panel + document dual-registration rule

v0.6.0

2026-04-01

Features

  • 0.6.0 — text transforms, cron reader, quick-copy & ratings prompt

v0.5.0

2026-04-01

Features

  • bulk operations — delete, tag, and mark sensitive on multi-selected clips
  • near-duplicate surfacing — Stage 3 Jaccard similarity, ~ badge, detail panel link
  • usage dashboard — activity sparkline, type chart, top apps, most-used clips

Bug Fixes

  • clip list overlap and lock icon position

v0.4.0

2026-03-31

Features

  • extended canonicalization — yaml, sql, shell, toml, graphql, curl
  • image perceptual dedup via dHash
  • regex search + custom date range filter
  • source app filter — filter clips by the app they were copied from

Bug Fixes

  • prevent WebView freeze when saving image base64 result as snippet

v0.3.0

2026-03-31

Features

  • canonical duplicate detection engine (phases 1+2)
  • diff vs clipboard + per-clip expiry
  • diff vs clipboard, per-clip expiry, classifier regressions, test hardening
  • stackclip:// URL scheme bridge for Apple Shortcuts
  • UX polish sprint — window position memory, settings hot-reload, transform panel sections, App.tsx decomposition

v0.2.9

2026-03-27

Bug Fixes

  • poll interval type added

v0.2.8

2026-03-27

Bug Fixes

  • close button fix - added smoke tests

v0.2.7

2026-03-27

Bug Fixes

  • remove Accessibility and Input Monitoring for MAS Guideline

v0.2.6

2026-03-26

Bug Fixes

  • removed cli fully, until was have MAS solution

v0.2.5

2026-03-26

Bug Fixes

  • removed cli install direct from app until we enabled shared db access

v0.2.4

2026-03-26

Bug Fixes

  • network.server removed from entitlements and read-write for NSSavePanel

v0.2.3

2026-03-26

Features

  • add Google Analytics to marketing site via Vite plugin

Bug Fixes

  • network.server removed from entitlements and read-write for NSSavePanel
  • remove network.server entitlement, add user-selected file access for export/import

v0.2.2

2026-03-25

Bug Fixes

  • correct CHANGELOG URLs, skip empty versions in site plugin, fix date parsing
  • parse asterisk list items from release-it generated changelog

v0.2.1

2026-03-25

Fixes

  • fix GitHub release host for SSH alias remote

v0.2.0

2026-03-25

Features

  • search/reuse improvements, snippets UX, env injection, CLI, release tooling