From fcb8c5dafe271e6c00565cb7513ac5b6f0f5d3bf Mon Sep 17 00:00:00 2001 From: "NathanNeurotic (Ripto)" <109461996+NathanNeurotic@users.noreply.github.com> Date: Sat, 30 May 2026 04:26:30 -0700 Subject: [PATCH] v0.16.1: SmartScreen docs + repo housekeeping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No code changes from v0.16.0 — same binaries. Cuts a release so the SmartScreen first-run guidance is reflected in a versioned build and this release page carries the SmartScreen block from the new template. - Unsigned-binary / SmartScreen guidance added to README, FAQ, TROUBLESHOOTING, and the versioned + rolling release-note templates. - Removed obsolete docs (NEXT_TASKS.md, placeholder mockup SVG, unused duplicate screenshot); pruned stale backup branches/tags from the remote (release tags retained). Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b2311..e0370be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.16.1 + +Documentation and housekeeping release. No code or behavior changes from v0.16.0 — same binaries, but the docs now make the first-run experience clear and the repo is tidied. + +Added: + +- **Unsigned-binary / SmartScreen guidance on every download and first-run surface.** Pixelpipe's builds are not code-signed (a signing certificate is a recurring paid cost the project doesn't carry yet), so Windows SmartScreen shows "Windows protected your PC" / "unrecognized app" the first time you run `Pixelpipe.exe` or `Pixelpipe-Setup.exe`. That is expected for an unsigned open-source app, not a malware detection. Every relevant doc now spells out the fix (**More info → Run anyway**) and points at `SHA256SUMS.txt` + `Get-FileHash` for verification: + - README — a dedicated "First run: Windows SmartScreen warning" section plus a clear Security-notes bullet. + - `docs/FAQ.md` and `docs/TROUBLESHOOTING.md` — top entries. + - The GitHub release-note templates (versioned + rolling) — so this and every future release page carries the explainer. + +Removed: + +- `docs/NEXT_TASKS.md` (obsolete planning doc), `docs/assets/tray-menu-mockup.svg` (placeholder superseded by real screenshots), and an unused duplicate screenshot. Stale `backup/*` branches and tags were pruned from the remote; all `vX.Y.Z` release tags retained. + ## 0.16.0 Milestone release. No code changes from v0.15.4 — this cuts a clean version to mark the end of the external-audit close-out and bundles the new documentation into the release artifacts.