Rashil Gandhi
d86b7c72e2
Disable analytics for now
2022-11-13 21:11:42 +05:30
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
Pratik Chowdhury
4ec9eccdb4
feat(checkver): improve JSONPath extraction support ( #4522 )
2021-11-29 16:55:13 +08:00
Hsiao-nan Cheung
77d00d1771
refactor(versions): Refactor 'versions.ps1' ( #3721 )
...
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com >
Co-authored-by: David Duque <david.f.s.duque@tecnico.ulisboa.pt >
2021-11-14 00:44:58 +08:00
Chawye Hsu
2047f8a929
Merge branch 'master' into develop
2021-11-05 21:23:53 +08:00
Gal Szkolnik
1e90310838
Fix incompatible with Pansies url alias
...
Fixes https://github.com/ScoopInstaller/Scoop/issues/4185
A continuation of https://github.com/ScoopInstaller/Scoop/pull/4342
2021-11-02 09:38:47 -04:00
Hsiao-nan Cheung
30e7967a04
feat(autoupdate): add multiple URL/hash/extract_dir... support
2021-11-01 13:36:37 +08:00
Rashil Gandhi
6c340cb7e3
Merge pull request #4013 from sinloss/patch-1
...
Fix #4000 , handle arch-specific env_add_path
2021-11-01 10:55:27 +05:30
Rashil Gandhi
b174775b71
chore: capitalize to prevent redirect ( #4483 )
2021-10-28 14:51:07 -07:00
Ross Smith II
5226f26f18
chore: s/lukesamson/ScoopInstaller in install.ps1
2021-10-25 18:28:51 -07:00
lxy
dc7df618c1
Merge pull request #2 from lukesampson/master
...
Merge upstream commits
2020-12-21 11:28:04 +08:00