v0.16.0: milestone release (audit close-out + README screenshots)#49
Merged
Conversation
No code changes from v0.15.4. Cuts a clean version to mark the end of the external-audit close-out and bundle the new README + docs screenshots into the release artifacts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates CHANGELOG.md to document the release of version 0.16.0, detailing various improvements in correctness, security, responsiveness, reliability, structure, and GUI. The feedback suggests a minor spelling correction to change 'colour-coded' to 'color-coded' for consistency across the changelog.
| - **Responsiveness:** cached dependency probes off the UI thread, async provider wizards, in-memory settings cache, compiled hot-path regexes, and the freeze fixes (UI-thread offload, hung-instance recovery, USER-handle leak in the tray menu, infinite-wait refresh hang). | ||
| - **Reliability:** Win32 Job Object so orphan rclone processes die with Pixelpipe, startup orphan scan, 3-button "drive in use" recovery. | ||
| - **Structure:** `RcloneClient`, `SettingsStore`, `DependencyProbe`, `MountManager` extracted from `TrayContext`; SDK-style `.csproj` alongside the `csc.exe` build; `/platform:x64`. | ||
| - **GUI:** status dots, owner-drawn dark storage gauge, colour-coded Activity tab, DPI-aware widths, restructured ProfileCard header with overflow menu, tabbed Edit-profile dialog. |
There was a problem hiding this comment.
To maintain spelling consistency across the changelog (e.g., "Colored Activity tab" on line 94 and "colors" on line 329), consider using the US spelling "color-coded" instead of "colour-coded".
Suggested change
| - **GUI:** status dots, owner-drawn dark storage gauge, colour-coded Activity tab, DPI-aware widths, restructured ProfileCard header with overflow menu, tabbed Edit-profile dialog. | |
| - **GUI:** status dots, owner-drawn dark storage gauge, color-coded Activity tab, DPI-aware widths, restructured ProfileCard header with overflow menu, tabbed Edit-profile dialog. |
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.
Summary
Milestone release. No code changes from v0.15.4 — cuts a clean `0.16.0` to mark the end of the external-audit close-out and bundle the new README + `docs/SCREENSHOTS.md` gallery into the release artifacts.
The CHANGELOG entry recaps the full v0.13.0 → v0.15.4 line (correctness/security, responsiveness, reliability, structure, GUI) for anyone reading the release notes cold.
Test plan
🤖 Generated with Claude Code