登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
本周六 · 上海源创会,一起聊聊AI Agent 构建与应用
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
18
Star
306
Fork
1
scoop-installer
/
Scoop
代码
Issues
1
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
最新版
0.5.0
3900cba
2024-07-12 15:30
对比
0.5.0
glimmer
**完整的更新日志**: https://gitee.com/scoop-installer/scoop/blob/master/CHANGELOG.md#v050---2024-07-01
最后提交信息为:
python禁止cloudflare的ip访问,故放行python
0.4.2
e6c9fbc
2024-05-21 11:34
对比
0.4.2
glimmer
# Bug Fixes - autoupdate: Copy PSCustomObject-type properties within substitute() to prevent reference changes (#5934, #5962) - core: Fix Invoke-ExternalCommand quoting rules (#5945) - system: Fix argument passing to Split-PathLikeEnvVar() in deprecated strip_path() (#5937)
最后提交信息为:
chore(release): Bump to version 0.4.2 (#5964)
0.4.1
8930bd3
2024-04-28 12:22
对比
v0.4.1
glimmer
# Changelog ## Bug Fixes core: Fix Invoke-ExternalCommand regression (#5923)
最后提交信息为:
chore(release): Bump to version 0.4.1 (#5924)
0.4.0
8969625
2024-04-19 12:13
对比
v0.4.0
glimmer
# Highlights Scoop now has a new configuration option called use_isolated_path, which can separate the PATH of apps related to Scoop. If use_isolated_path is set to true, Scoop will add SCOOP_PATH to store these PATHs. If it is set to any other string, Scoop will use that string as the new environment variable's name. Portable config file is supported starting from this version. Scoop now reads config file in <SCOOP_DIR>/config.json, to store configs in a portable manner rather than having it in ~/.config/scoop/config.json, you can copy ~/.config/scoop/config.json to, or create a new config.json in the Scoop root directory. There is no auto migration for it, it's optional and manually operated. # Changelog ## Features scoop-update: Add support for parallel syncing buckets in PowerShell 7 and improve output (#5122) bucket: Switch nirsoft bucket to ScoopInstaller/Nirsoft (#5328) bucket: Make official buckets higher priority (#5398) config: Support portable config file (#5369) core: Add -Quiet switch for Invoke-ExternalCommand (#5346) core: Allow global install of PowerShell modules (#5611) path: Isolate Scoop apps' PATH (#5840) ## Bug Fixes scoop-alias: Prevent overwrite existing file when adding alias (#5577) scoop-checkup: Skip defender check in Windows Sandbox (#5519) scoop-checkup: Change the message level of helpers from ERROR to WARN (#5614) scoop-checkup: Don't throw 7zip error when external 7zip is used (#5703) scoop-(un)hold: Correct output the messages when manifest not found, (already|not) held (#5519) scoop-info: Fix errors in file size collection when --verbose (#5352) scoop-reset: Don't abort when multiple apps are passed and an app is running (#5687) scoop-update: Change error message to a better instruction (#5677) scoop-virustotal: Fix scoop-virustotal when --all has been passed without app (#5593) scoop-virustotal: Fix the issue that escape character not available in PowerShell 5.1 (#5870) autoupdate: Fix file hash extraction (#5295) autoupdate: Fix bug that 'WebClient' doesn't auto-extract 'gzip' (#5901) buckets: Avoid error messages for unexpected dir (#5549) config: Warn users about misconfigured GitHub token (#5777) core: Fix scripts' calling parameters (#5365) core: Fix is_in_dir under Unix (#5391) core: Rewrite config file when needed (#5439) core: Prevents leaking HTTP(S)_PROXY env vars to current sessions after Invoke-Git in parallel execution (#5436) core: Handle scoop aliases and broken(edited,copied) shim (#5551) core: Avoid error messages when deleting non-existent environment variable (#5547) core: Use relative path as fallback of $scoopdir (#5544) core: Fix detection of Git (#5545) core: Do not call scoop externally from inside the code (#5695) core: Fix arguments parsing method of Invoke-ExternalCommand() (#5839) decompress: Exclude '*.nsis' that may cause error (#5294) decompress: Remove unused parent dir w/ 'extract_dir' (#5682) decompress: Use wix.exe in WiX Toolset v4+ as primary extractor of Expand-DarkArchive() (#5871) env: Avoid automatic expansion of %% in env (#5395, #5452, #5631) getopt: Stop split arguments in getopt() and ensure array by explicit arguments type (#5326) install: Fix download from private GitHub repositories (#5361) install: Avoid error when unlinking non-existent junction/hardlink (#5552) manifest: Correct source of manifest (#5575) shim: Remove console window for GUI applications (#5559) shim: Use bash executable directly (#5433) shim: Check literal path in Get-ShimPath (#5680) shim: Avoid unexpected output of list subcommand (#5681) shim: Allow GUI applications to attach to the shell's console when launched using the GUI shim (#5721) shim: Run JAR file from app's root directory (#5872) shortcuts: Output correctly formatted path (#5333) update/uninstall: Remove items from PATH correctly (#5833) ## Performance Improvements scoop-search: Improve performance for local search (#5644) scoop-update: Check for running process before wasting time on download (#5799) decompress: Disable progress bar to improve Expand-Archive performance (#5410) shim: Update kiennq-shim to v3.1.1 (#5841, #5847) ## Code Refactoring scoop-download: Output more detailed manifest information (#5277) core: Cleanup some old codes, e.g., msi section and config migration (#5715, #5824) core: Rewrite and separate path-related functions to system.ps1 (#5836, #5858, #5864) core: Get rid of 'fullpath' (#3533) git: Use Invoke-Git() with direct path to git.exe to prevent spawning shim subprocesses (#5122, #5375) helper: Remove 7zip's fallback '7zip-zstd' (#5548) shim: Remove CS shim codebase (#5903) ## Builds checkver: Read the private_host config variable (#5381) supporting: Update Json to 13.0.3, Json.Schema to 3.0.15 (#5835) Continuous Integration dependabot: Add dependabot.yml for GitHub Actions (#5377) module: Update 'psmodulecache' version to 'main' (#5828) ## Tests bucket: Skip manifest validation if no manifest changes (#5270) ## Documentation scoop-info: Fix help message(#5445) readme: Improve documentation language (#5638)
最后提交信息为:
chore(release): Bump to version 0.4.0 (#5424)
0.3.1
c31ace9
2022-11-15 16:14
对比
v0.3.1
glimmer
### BREAKING CHANGES pester: Update to Pester 5 (#5222) IMPORTANT FOR BUCKET MAINTAINERS Pester 5 is used in this release. To make sure your bucket's CI works properly, please update bin\test.ps1 from Pester 4 to Pester 5. You can use test.ps1 attached in the release files. ### Features config: Allow Scoop to check if apps versioned as 'nightly' are outdated (#5166) checkup: Add Windows Developer Mode check (#5233) bucket: Add 'sysinternals' bucket to known (#5237) ### Bug Fixes decompress: Use PS's default 'Expand-Archive()' (#5185) hash: Fix SourceForge's hash extraction (#5189) decompress: Trim ending '/' (#5195) shim: Exit if shim creating failed 'cause no git (#5225) scoop-import: Add correct architecture argument (#5210) scoop-config: Output [DateTime] as [String] (#5232) ### Code Refactoring hash: Use Get-FileHash() directly (#5177) installer: Drop the old installer (#5186) unix: Remove unix.ps1 (#5235) ### Builds auto-pr: Add CommitMessageFormat option (#5171) checkver: Support XML default namespace (#5191) pssa: Remove unused 'ExcludeRules' (#5201) schema: Add 'installer' and 'shortcuts' to 'autoupdate' (#5220) checkhashes: Use correct version number if UseCache (#5240) ### Continuous Integration module: Update modules version (#5209) ### Tests unix: Fix tests in Linux and macOS (#5179) pester: Update to Pester 5 (#5222) bucket: Use BuildHelpers' EnvVars (#5226)
最后提交信息为:
chore(release):\ Bump\ to\ version\ 0.3.1\ (#5247)
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
PowerShell
1
https://gitee.com/scoop-installer/scoop.git
git@gitee.com:scoop-installer/scoop.git
scoop-installer
scoop
Scoop
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册