chore(release): 0.4.1#190
Merged
Merged
Conversation
Test Results 3 files 66 suites 1m 37s ⏱️ Results for commit 4bf667f. ♻️ This comment has been updated with latest results. |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
85674b8 to
4bf667f
Compare
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.
Release 0.4.1 — stacked on #189; GitHub will retarget this to
mainautomatically when #189 merges and its branch is deleted.[0.4.1] - 2026-06-12
Added
Changed
GitHubzip extraction now usesExpand-Archiveinstead of the COMshell.applicationAPI, which failed on Server Core and other non-interactive sessions; the module floor is PS 5.1, whereExpand-Archiveis always available (fix: modernize dependency scripts for current tool versions #189).Fixed
Chocolateyhandler is now compatible with Chocolatey 2.x: remote version queries usechoco search(in 2.0,choco liststopped querying remote sources and rejects URL sources), and--local-onlyis passed only on 1.x, where it still exists, based on detection of the installed CLI version ([Bug]: Get-ChocoLatestPackage will not work with Chocolatey v2.0.0 and newer #187, fix: modernize dependency scripts for current tool versions #189).Chocolateydefault feed and bootstrap script URLs updated tocommunity.chocolatey.org; fixed an undefined variable in the bootstrap error path and switched version checks to typed comparison so prerelease versions no longer throw or trigger reinstalls (fix: modernize dependency scripts for current tool versions #189).PSGalleryNuget"have latest" check compared version strings lexically, so10.0.0sorted below9.0.0and triggered needless reinstalls; it now uses typed SemVer/Version comparison (fix: modernize dependency scripts for current tool versions #189).FileSystemmissing-source errors were silenced by an operator precedence bug, and the documentedForce/Mirrorparameters were absent from the param block, so passing them was a binding error.Forceis now wired: it overwrites target files even where the target copy is newer (fix: modernize dependency scripts for current tool versions #189).Taskonly readSourcewhile its help documentedTarget, so the documented usage silently ran zero tasks; both are now honored (fix: modernize dependency scripts for current tool versions #189).Githandler stops after reporting that git is not installed instead of attempting to invoke it anyway (fix: modernize dependency scripts for current tool versions #189).Commandverbose output referenced the wrong loop variable when processing multiple dependencies (fix: modernize dependency scripts for current tool versions #189).🤖 Generated with Claude Code