Maintainers QOL
Pre-release
Pre-release
Available in mainshovel config SCOOP_BRANCH 'NEW'; shovel update
Release aiming to reduce hustle for bucket maintenance and general manifest feature enhancement.
As always small bugfixes included
Bug fixes
- scoop-search: Fix empty parameter passing
- Native parameter binding for aliases works again
- git: Proxy handling
- psmodules: Add global modules to path only if global manifest is installed
- scoop-alias: First alias addition is correctly registered and created
- autoupdate: Do not autoupdate unless URL is accessible after successful hash extraction
New features
- scoop-checkup:
- Check for main branches adoption (if supported)
- Check for full shovel adoption
- scoop-install: Support innosetup installers extraction using
innoextract
if-UseInoextract
switch orINNOSETUP_USE_INNOEXTRACT
config is set
General
- schema:
- Property
disable
added tocheckver
andautoupdate
- Remove deprecated properties
- Cleanup descriptions
- Property
- Code cleanup and deprecation removals
- binaries:
- format: Extract checkver linter into own function and create generic properties manipulation function
- Indicate binary execution errors with exit codes
- auto-pr
- Require
-Upstream
only when-Request
is provided - Scoop proxy configuration will be used for git calls
- Call native
git
command instead ofhub
for push operation - Use
git -C
orhub -C
when manipulating with changed manifests
- Require