Correct v2.11.0 changelog: portable ZIPs were not dropped#966
Merged
Conversation
Release v2.9.0
Release v2.10.0 to main
Release v2.11.0
The Important section claimed portable ZIP artifacts were dropped and that Setup.exe is the only Dashboard/Lite release artifact. Commit 13f7aef restored the portable ZIP build steps in both CI and local build scripts, so the ZIPs still ship as a fallback — only the README-promoted install path changed. The v2.11.0 release assets include the *-Portable.zip files, confirming the original wording was wrong. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
The v2.11.0 changelog Important section incorrectly stated that portable ZIP artifacts were dropped and that
Setup.exeis the only Dashboard/Lite release artifact.Commit
13f7aef(Restore portable Dashboard/Lite ZIP build steps) reverted the ZIP removal from95ce14c. The portable ZIPs still ship in both the CI release pipeline and local build scripts. The published v2.11.0 release confirms this —PerformanceMonitorDashboard-dashboard-Portable.zipandPerformanceMonitorLite-lite-Portable.zipare attached.Only the README-promoted install path changed (now
Setup.exe). This corrects the Important bullet to match reality.Test plan
13f7aefcommit message and diff🤖 Generated with Claude Code