Releases: MinoruSekine/setup-scoop
Releases · MinoruSekine/setup-scoop
v4.0.2
ℹ️ Note
This release includes only changes to documentation and CI/CD workflows sincev4.0.1.
You don't need to upgrade immediately if you are already usingv4.0.1.
What's Changed
- feat: Support
windows-2025image. (#90) by @MinoruSekine in #94
Full Changelog: v4.0.1...v4.0.2
v4.0.1
Summary of this release
- fix: allow apps to have a '-' in their name
What's Changed
- fix: Changes for v4.0.1 (#73) by @MinoruSekine in #74
Full Changelog: v4...v4.0.1
setup-scoop v4
Summary of this release
- New parameter
apps:is now available to install specified applications in action add_extras_bucketandadd_nonportable_buckethave been deprecated, please use newbuckets:parameter instead
What's Changed
- feat: Disable parameters for extras and nonportable buckets. (#34) by @MinoruSekine in #36
- feat: Support
apps:parameter to install apps. (#37) by @MinoruSekine in #38 - doc: Update legacy notice in README.md (#39) by @MinoruSekine in #40
- doc: Update README.md from v3 to v4. (#39) by @MinoruSekine in #41
Full Changelog: v3...v4
setup-scoop v3
Summary of this release
- A new parameter
run_as_adminto enable/disable-RunAsAdminoption on installing scoop - Now
bucketsparameter accepts only known bucketsscoop bucket knowncommand shows list of known buckets
What's Changed
- doc: How to improve performance of workflow with
actions/cache. by @MinoruSekine in #25 - fix: Reject unknown buckets in
bucketsparameter. by @MinoruSekine in #30 - feat: Support to disable
-RunAsAdminwith paramrun_as_admin. by @MinoruSekine in #27 - refactoring: Restructured GitHub Actions workflows. by @MinoruSekine in #32
- doc: Updated README.md for
@v3release. by @MinoruSekine in #33
Full Changelog: v2...v3
setup-scoop v2
- In this release, support some new features
- Skip scoop installation
- This is useful to cache "~/scoop/" by "actions/cache"
- Additional bucket(s)
- Update
GITHUB_PATHenvironment variable - Call
scoop updateand/orscoop checkup
- Skip scoop installation