Hsiao-nan Cheung
ebd8c036fa
chore(release): Bump to version 0.5.3 ( #6257 )
...
* fix (decompress): `Expand-7zipArchive` only delete temp dir / `$extractDir` if it is empty (#6092 )
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* refactor(download): Move download-related functions to 'download.ps1' (#6095 )
* fix(download): Fallback to default downloader when aria2 fails (#4292 )
* fix(commands): Handling broken aliases (#6141 )
* fix(shim): properly check `wslpath`/`cygpath` command first (#6114 )
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* fix(scoop-bucket): Add missing import for `no_junction` envs (#6181 )
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com >
* docs(chglog): Update to 0.5.3 (#6258 )
* perf(shim): Update kiennq-shim to v3.1.2 (#6261 )
* fix(decompress): Replace deprecated 7ZIPEXTRACT_USE_EXTERNAL config (#6327 )
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* fix(scoop-uninstall): Fix uninstaller does not gain Global state (#6430 )
* global arg
* changelog
* refactor(Get-Manifest): Select actual source for manifest (#6142 )
* first step
* Revert "first step"
This reverts commit c5907c3e25 .
* refactor(Get-Manifest): Select actual source for installed manifest
* rework sub-commands, `scoop-depends` is NOT working at this stage
* URI manifest
* opt
* deprecated manifest
* source of manifests
* source of manifest pt2
- Mark URI(path/URL/UNC/etc.) query as standalone manifest
- Drop `installed` and `available update` items for [query] and [installed] are different sources.
* remove variable preventing I forget it
* scoop-info: fix source of manifest on bucket
* fix `scoop-depends`
* Fix Standalone and Source detection
* fix global install
* Fix scoop-cat, scoop-home
- Query for remote manifest
* scoop-list: info +deprecated
* manifest: Fix first selected manifest
* gramma..
* Fix 61b3259
* length
* fix(scoop-depends-tests): Mocking `USE_EXTERNAL_7ZIP` as $false (#6431 )
* fix(scoop-depends-tests): Mocking `USE_EXTERNAL_7ZIP` as $false to avoding error when it is $true
* CHANGELOG
* feat(autoupdate): GitHub predefined hashes support (#6416 )
* feat(autoupdate): predefined hash case for GitHub
- Remove `sha256:` prefix in `format_hash()`
- Add GitHub support in `get_hash_for_app()`
Close #6381
* doc(chglog): GitHub auto hash update
* fix(autoupdate): remove prefix only
* docs(CHANGELOG): Update to 0.5.3 (#6432 )
* docs(CHANGELOG): Update to 0.5.3
* 6416
---------
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com >
Co-authored-by: Olav Rønnestad Birkeland <6450056+o-l-a-v@users.noreply.github.com >
Co-authored-by: kiennq <kien.n.quang@gmail.com >
Co-authored-by: HUMORCE <humorce@outlook.com >
Co-authored-by: Ryan <sitiom@proton.me >
Co-authored-by: Chawye Hsu <su+git@chawyehsu.com >
Co-authored-by: Bassel Rachid <101208715+basselworkforce@users.noreply.github.com >
Co-authored-by: Wordless Echo <wordless@echo.moe >
2025-08-11 00:38:38 +00:00
L. Yeung
d8b3cc8a6c
fix(checkver): Correct error messages ( #6024 )
2024-06-25 10:40:56 +08:00
Chawye Hsu
fa1b42bf28
fix(checkver): Correct variable 'regex' to 'regexp' ( #5993 )
2024-05-26 14:30:47 +08:00
Hsiao-nan Cheung
2544745695
refactor(install): Replace 'run_(un)installer()' with 'Invoke-Installer()' ( #5968 )
2024-05-15 19:03:54 +08:00
Hsiao-nan Cheung
5819b5a1ef
feat(path): Isolate Scoop apps' PATH ( #5840 )
2024-04-18 19:14:53 +08:00
Hsiao-nan Cheung
98cf8ae4da
fix(autoupdate): Fix bug that 'WebClient' doesn't auto-extract 'gzip' ( #5901 )
2024-04-17 22:29:20 +08:00
Hsiao-nan Cheung
92b71c6057
refactor(core): Get rid of 'fullpath' ( #3533 )
2024-04-10 14:55:20 +08:00
Hsiao-nan Cheung
6772e61b3d
refactor(core): Rewrite and separate path-related functions to system.ps1 ( #5836 )
2024-03-27 17:32:39 +08:00
Ercolino
1d0bd434ab
builds(checkver): Read the private_host config variable ( #5381 )
2023-02-19 17:19:01 +08:00
Richard Kuhnt
360daa706a
feat(chore): Improve git.exe execution and add parallel bucket updates ( #5122 )
2022-11-23 13:58:51 +08:00
Hsiao-nan Cheung
0f795733d8
refactor(unix): Remove unix.ps1 ( #5235 )
2022-11-11 01:10:52 +08:00
Hsiao-nan Cheung
29ed3cb050
builds(checkhashes): Use correct version number if UseCache ( #5240 )
2022-11-10 14:38:29 +08:00
Hsiao-nan Cheung
9fda5428ae
builds(checkver): Support XML default namespace ( #5191 )
2022-10-15 20:17:48 +08:00
yi_Xu
512ab44029
builds(auto-pr): Add CommitMessageFormat option ( #5171 )
2022-10-14 16:48:39 +08:00
Chawye Hsu
1f0f687a39
chore(installer): Drop the old installer ( #5186 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-10-14 14:56:05 +08:00
Hsiao-nan Cheung
24301ac028
refactor(hash): Use 'Get-FileHash()' directly ( #5177 )
2022-10-13 19:15:32 +08:00
Hsiao-nan Cheung
7f47f662e2
feat(subdir): Allow subdir in 'bucket' ( #5119 )
2022-09-28 11:22:33 +08:00
Rashil Gandhi
7a599f062f
feat(install): Add support for ARM64 architecture ( #5154 )
...
* Initial support for ARMv8
* Add fallback mechanism
* Update changelog
* Update useragent
* Some typo and format changes
* Use `env:ProgramFiles(Arm)` to detect ARM64
- Move `default_architecture()` to `core.ps1`
* Rename 'ensure_architecture()' and 'default_architecture()'
* Refactor 'supports_architecture()' to 'Get-SupportedArchitecture()'
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-09-28 04:19:03 +05:30
Hsiao-nan Cheung
04595b417a
builds(checkver): Implement SourceForge checkver functionality ( #5113 )
...
Co-authored-by: Mathias Hermansson <mathias.hermansson@se.ibm.com >
2022-09-26 19:56:40 +08:00
César Román
782f3f1aa6
feat(checkurls): Allow checking URLs from private_hosts ( #5152 )
2022-09-16 13:30:08 +08:00
Jules
122fdc1a1c
refactor(download): Rename dl() to Invoke-Download() ( #5143 )
2022-09-16 10:36:40 +08:00
Hsiao-nan Cheung
1985a05b59
refactor(path): Use 'Convert-Path()' instead of 'Resolve-Path()' ( #5109 )
2022-08-22 15:12:46 +08:00
Hsiao-nan Cheung
08ecdd16a8
fix(config): Change config option to snake_case in file and SCREAMING_CASE in code ( #5116 )
2022-08-21 19:51:31 +08:00
yi_Xu
ec04dd07bc
feat(scoop-(un)hold): Support scoop (un)hold scoop ( #5089 )
...
* feat(scoop-config): Add new configuration of `SCOOP_HOLD`
Allow to disable Scoop itself updates.
This configuration have the same function with 'scoop (un)hold scoop'.
* perf(scoop-update): Separate `update_bucket` from `update_scoop`
* perf(scoop-(un)hold): remove big overarching if-statement
* perf(scoop-config): use `SCOOP_HOLD_DAYS` instead of `SCOOP_HOLD`
* perf(scoop-config): Update forward Compatible code
* Update libexec/scoop-config.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-hold.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-unhold.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-update.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* perf(scoop-update): Update last_scoop_update
* docs(changelog): update changelog to add feature
* fix(changelog): fix changelog typo
* Update libexec/scoop-update.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-config.ps1
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
* Update libexec/scoop-update.ps1
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
* refactor: Use `lastUpdate` instead of `lastupdate`
Consistent with scoop-export.
* fix(install): make config lastUpdate silent
* refactor(scoop-update): Remove `SCOOP_HOLD`
* fix: update changelog
remove none used code.
* Update lib/core.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-update.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-update.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-update.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-update.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-update.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-update.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-update.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-update.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update libexec/scoop-update.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* perf(scoop-update): Handle the judgment in try-catch
* fix(scoop-update): Remove 'update_until' when update scoop itself
* Update lib/core.ps1
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
* docs(CHANGELOG): Update changelog
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
2022-08-11 14:50:40 +05:30
Hsiao-nan Cheung
f945e20167
builds(checkver): Load page content before running 'script' ( #5080 )
2022-08-05 14:41:30 +08:00
Hsiao-nan Cheung
794f8a51aa
builds(checkver): Exit routine earlier if error ( #5025 )
2022-07-01 22:22:49 +08:00
Rashil Gandhi
53f0e9a18c
feat(checkver,auto-pr): Allow passing file path ( #5019 )
...
* feat(checkver,auto-pr): Allow passing file path
* changelog
* reuse $App parameter
* Update CHANGELOG.md
2022-07-01 12:12:52 +05:30
Rashil Gandhi
9723725402
fix(chore): Update help documentation ( #5002 )
...
* tweaks to help system
* update help text
* update changelog
* fix order of printing deps
* Apply suggestions from code review
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update scoop-help.ps1
* Update scoop.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-06-21 12:08:05 +05:30
yi_Xu
6e25e440af
feat(core): Add 'Get-Encoding()' function to fix missing webClient encoding ( #4956 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-06-13 23:21:57 +08:00
Hsiao-nan Cheung
d056d542db
fix(core): Use Invoke-Command instead of Invoke-Expression ( #4941 )
2022-05-26 10:54:34 +08:00
L. Yeung
ac2fb38722
fix(scoop): Pass CLI arguments as string objects ( #4931 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-05-18 00:06:08 +08:00
Hsiao-nan Cheung
6296822f1f
perf(scoop): Load libs only once ( #4839 )
2022-04-21 21:34:26 +08:00
CrendKing
47c0f46d58
feat(checkver): Add option to throw error as exception ( #4867 )
2022-04-14 21:38:56 +05:30
Alex Stelmachonak
f441968983
feat(config): Try SCOOP_GH_TOKEN value first before gh_token value from config ( #4842 )
2022-03-26 23:42:36 +08:00
Alex Stelmachonak
ad3fc4f8fb
feat(config): Rename checkver_token to gh_token and SCOOP_CHECKVER_TOKEN to SCOOP_GH_TOKEN ( #4832 )
...
* Properly filtering null input in dl function when private_hosts is not set in config
* Rename checkver_token to gh_token and SCOOP_CHECKVER_TOKEN to SCOOP_GH_TOKEN
2022-03-22 03:30:19 +05:30
Hsiao-nan Cheung
5a795caca5
refactor(reset_aliases): Move core function of reset_aliases to scoop ( #4794 )
2022-03-11 18:10:04 +08:00
Hsiao-nan Cheung
af26d86d02
refactor(relpath): Use $PSScriptRoot instead of relpath ( #4793 )
2022-03-10 00:30:40 +08:00
Hsiao-nan Cheung
7d5a47cc77
fix(install): Use 'Get-Command' to test scoop install status ( #4785 )
2022-03-08 21:00:58 +08:00
HUMORCE
63b858c41f
style: Use correct casing for $PSScriptRoot ( #4775 )
2022-03-04 22:55:45 +08:00
Hsiao-nan Cheung
e4580dd705
feat(scoop-shim): Add scoop shim to manipulate shims ( #4736 )
2022-02-26 22:32:54 +08:00
Rashil Gandhi
26517644df
refactor(scoop-info): Use List View for output ( #4741 )
...
* refactor(scoop-info): Use List View for output
* review comments
2022-02-17 08:21:38 +05:30
Hsiao-nan Cheung
c41cb84404
feat(scoop-alter): Add scoop alter command to switch shim's target ( #4727 )
2022-02-13 20:42:55 +08:00
Rashil Gandhi
8c02776c6c
refactor(git): Remove unused functions ( #4703 )
...
* refactor(git): Remove unused functions
* unused imports
2022-02-01 11:37:44 +00:00
HUMORCE
5b0bdaf893
refactor(git): Use 'git -C' to specify the work directory instead of 'Push-Location'/'Pop-Location' ( #4697 )
...
* add `git_cmd`
-without any preset command/args
* remove unnecessary import
- `git.ps1`
* stop `Push-Location` and `Pop-Location` before/after git operations
* stop `Push-Location` and `Pop-Location` before/after git operations
* consistency of naming variable
* CHANGELOG
* punctuation mark
* remove functions that are no longer used
- `git_fetch`
- `git_pull`
- `get_checkout`
2022-02-01 13:16:45 +05:30
Hsiao-nan Cheung
00adc0d828
build(checkver): Fix output with '-Version' ( #3774 )
2022-01-08 16:09:29 +08:00
Hsiao-nan Cheung
c864f68c0b
test(manifest): Fix manifests validation ( #4620 )
2022-01-07 13:33:05 +08:00
Rashil Gandhi
cbe29eddb3
chore: Update repo links
2021-12-16 01:09:21 +05:30
Rashil Gandhi
386d3be20e
fix(auto-pr): Remove hardcoded 'master' branch ( #4567 )
2021-12-08 22:21:20 +05:30
Hsiao-nan Cheung
c1d48e4853
Merge branch 'master' into develop
2021-12-06 14:49:52 +08:00
Rashil Gandhi
37a886947d
fix(checkver): Use GitHub token from environment ( #4557 )
...
* Use GitHub token from environment
* consistent naming
* Update bin/checkver.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2021-12-03 21:01:51 +05:30