docs: backfill CHANGELOG + document install/update/uninstall lifecycle#521
Merged
Merged
Conversation
…ycle The CHANGELOG had gone stale at 0.6.18: the ship pipeline rolls `[Unreleased]` into a dated section at release, but nobody had been filling `[Unreleased]`, so every ship printed "nothing to roll" and the whole uninstall/broker/self-update/ musl arc went unrecorded. Add a consolidated, dated `[0.6.22]` section covering the 0.6.19-0.6.22 cycle; keep `[Unreleased]` empty for the renewed per-PR habit. README: - Uninstalling section (parallel to Updating): what `uffs --uninstall` finds + removes, CORE vs ALL, one-UAC-only elevation, --dry-run, the WinGet caveat. - Platform callout under Download & Install: UFFS indexes/searches live filesystems on Windows only; macOS/Linux are offline $MFT analysis only and do NOT index the host filesystem (closes the wrong impression). - "Get searching in 3 steps (Windows)" — install -> one-time broker -> search. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes out the documentation for the whole install/update/uninstall refactor.
CHANGELOG — un-stale it
The changelog stopped at
[0.6.18]. The ship pipeline rolls[Unreleased]into a dated section at release, but nobody had been filling[Unreleased], so every ship logged "nothing to roll" and 0.6.19–0.6.22 (uninstall rewrite, Access Broker, winget-upgrade self-update, USN phantom-path fix, static-musl Linux, binary rename, installer hardening) went unrecorded. Adds a consolidated, dated[0.6.22]section and leaves[Unreleased]empty for the renewed per-PR habit.README
uffs --uninstallfinds + removes, CORE vs ALL, one-UAC-only elevation,--dry-run, and thewinget uninstall"Access is denied" caveat.$MFTanalysis only and do not index the host filesystem — closes the wrong impression without underselling offline analysis.Docs-only; no version bump. The
[0.6.22]notes are dated to today's real release.