HUMORCE
6369ba60ba
refactor(scoop-download): Output more detailed manifest information ( #5277 )
2022-12-10 23:38:30 +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
d7bfe52122
fix(scoop-config): Output [DateTime] as [String] ( #5232 )
2022-10-31 20:33:54 +08:00
Chawye Hsu
29e5898a45
feat(checkup): Add Windows Developer Mode check ( #5233 )
2022-10-31 11:24:40 +08:00
Hsiao-nan Cheung
d65fee6d26
docs(scoop-cat): Fix help message ( #5224 )
2022-10-25 23:50:46 +08:00
Hsiao-nan Cheung
01fe9ccd63
fix(import): Fix scoop import command ( #5210 )
2022-10-24 04:06:31 +08:00
pynappo
c71376e12c
feat(config): Allow scoop to check and update 'nightly' apps ( #5166 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-10-18 23:46:13 +08:00
Amadeus
c9dc41e7c4
docs(config): Copyedit config description ( #5197 )
...
Copyedit config description
2022-10-18 01:31:05 +05:30
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
Jules
122fdc1a1c
refactor(download): Rename dl() to Invoke-Download() ( #5143 )
2022-09-16 10:36:40 +08:00
L. Yeung
6fc65ed864
refactor(scoop-shim): Use getopt to parse arguments ( #5125 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-09-11 22:51:49 +08:00
AkariiinMKII
bfef3d8298
fix(scoop-update): Add uninstall_psmodule to update process ( #5136 )
2022-09-09 14:16:15 +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
Hsiao-nan Cheung
a9e5a974dd
feat(scoop-config): Allow 'hold_update_until' be set manually ( #5100 )
...
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com >
2022-08-16 10:03:25 +08:00
Hsiao-nan Cheung
bd123939dc
feat(scoop-update): Stash uncommitted changes before update ( #5091 )
2022-08-11 18:10:42 +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
yi_Xu
7bfef4912c
feat(scoop-update): Add support for pre_uninstall and post_uninstall ( #5085 )
2022-08-06 20:59:39 +08:00
Rashil Gandhi
4d261e7349
feat(scoop-status): Add flag to disable remote checking ( #5073 )
...
* feat(scoop-status): Add flag to disable remote checking
* changelog
* Add `break` to stop checking rest of the buckets
* change flag name to `--local`
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-08-04 08:35:28 +05:30
L. Yeung
664e667bed
fix(scoop-status): Correct formatting of Info output ( #5047 )
...
* fix(scoop-status): Correct formatting of `Info` output
* Update CHANGELOG.md
2022-07-15 11:38:30 +05:30
zStruCat
b4e0ff16a6
fix(scoop-import): Use foreach instead of ForEach-Object for nullity check ( #5034 )
...
* Add nullity check and alread_in_local_bucket check
* update CHANGELOG
* Use foreach instead of ForEach-Object
* changelog
* update help
* refine the info and warning when adding an already-added bucket
* Update lib/buckets.ps1
Make warning clearer
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
Co-authored-by: Rashil Gandhi <rashil2000@gmail.com >
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
2022-07-07 10:49:53 +05:30
Rashil Gandhi
f992f049cc
fix(chore): Fix help output of scoop-export ( #5029 )
2022-07-02 23:21:10 +08:00
Rashil Gandhi
c4d1b9c22f
feat(scoop-import): Import a Scoop installation from JSON ( #5014 )
...
* feat(scoop-export): Export Scoop installation in JSON
* optimize
* yesss done
* complete
* Update CHANGELOG.md
* Add suggestions from code review
* fix CI
2022-06-24 11:12:01 +05:30
Rashil Gandhi
9811a5f853
feat(chore): Add missing -a/--all param to all commands ( #5004 )
...
* feat(scoop-reset): Add -a/--all switch to reset all apps
* feat(scoop-cache): Add -a/--all switch to delete whole cache
* feat(scoop-virustotal): Add -e/--every switch to check every installed app
* Update CHANGELOG.md
* use 'all' instead of 'every'
2022-06-22 15:47:31 +05:30
Rashil Gandhi
6629331799
feat(scoop-status): Check bucket status, improve output ( #5011 )
...
* feat(scoop-status): Check bucket status, improve output
* Update CHANGELOG.md
2022-06-22 15:40:24 +05:30
tech189
4fec4d7089
feat(scoop-info): Show app installed/download size ( #4886 )
...
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-06-21 23:22:01 +08:00
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
Rashil Gandhi
847756bd1e
refactor(scoop-search): Output PSObject, use API token ( #4997 )
...
* refactor(scoop-search): Output PSObject, use API token
* warn about parsing error
* Update CHANGELOG.md
* Update scoop-search.ps1
* Apply suggestions from code review
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* separate lines
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-06-21 11:48:58 +05:30
Chawye Hsu
666d474ee1
feat(scoop-update): Support scoop update scoop ( #4992 )
2022-06-20 14:43:28 +08:00
L. Yeung
e7c0faa29a
feat(scoop-hold,scoop-unhold): Support -g/--global flag ( #4991 )
...
* feat(scoop-hold,scoop-unhold): Support `-g`/`--global` flag
* Update CHANGELOG.md
2022-06-17 10:53:18 +05:30
ClassicDarkChocolate
9e6c758c1f
feat(scoop-virustotal): Migrate to VirusTotal API v3 ( #4983 )
2022-06-15 23:39:45 +08:00
Hsiao-nan Cheung
0b38c91f1a
fix(manifest): Fix bugs in 'Get-Manifest()' ( #4986 )
2022-06-14 14:25:53 +08:00
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
HUMORCE
bfb5c8d04a
fix(scoop-download): Use correct Args when calling Get-Manifest ( #4970 )
2022-06-10 09:37:39 +08:00
Hsiao-nan Cheung
ccd067b2b1
refactor(manifest): Rename 'Find-Manifest()' to 'Get-Manifest()' ( #4966 )
2022-06-07 09:31:30 +08:00
beerpsi
78c1bc45b4
fix(scoop-uninstall): run pre_uninstall before testing running processes ( #4962 )
2022-06-03 12:17:55 +08:00
Chawye Hsu
dd0f51426b
feat(core): Add pre_uninstall and post_uninstall hooks ( #4957 )
2022-06-02 00:34:57 +08:00
rayinfinite
d6c6ddcbb3
fix(update): Prevent uninstall when update ( #4949 )
...
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-06-02 00:27:48 +08:00
Rashil Gandhi
0f6d012d26
fix(shim): Add 'Get-CommandPath()' to find git ( #4913 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-05-27 10:18:41 +08:00
Hsiao-nan Cheung
d056d542db
fix(core): Use Invoke-Command instead of Invoke-Expression ( #4941 )
2022-05-26 10:54:34 +08:00
Xuesong
8140a2052c
fix(scoop-search): Require files in 'bucket' dir for remote known buckets ( #4944 )
2022-05-24 18:49:28 +08:00
Lewin Chan
47d7f76f7c
fix(scoop-info): Fix error message when manifest is not found ( #4935 )
2022-05-17 23:31:41 +08:00
Hsiao-nan Cheung
a2600b1203
fix(buckets): Don't check remote URL of non-git buckets ( #4923 )
2022-05-15 15:49:38 +08:00
Hsiao-nan Cheung
b96abcfda9
feat(scoop-cleanup): Add -a/--all switch to cleanup all apps ( #4906 )
2022-05-07 11:23:33 +08:00
L. Yeung
22365c2169
fix(bucket): Return empty list correctly in Get-LocalBucket ( #4885 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
Co-authored-by: Rashil Gandhi <rashil2000@gmail.com >
2022-04-27 17:37:18 +08:00
Hsiao-nan Cheung
e6d03715fa
fix(libs): Add missing 'json.ps1' dependency ( #4884 )
2022-04-23 01:44:03 +08:00
Hsiao-nan Cheung
6296822f1f
perf(scoop): Load libs only once ( #4839 )
2022-04-21 21:34:26 +08:00
Hsiao-nan Cheung
32de4c5714
refactor(bucket): Move 'Find-Manifest' and 'list_buckets' to 'buckets' ( #4814 )
2022-03-23 10:47:52 +08:00
Rashil Gandhi
ced36b285d
doc(scoop-shim): Fix typo ( #4836 )
...
* Update scoop-shim.ps1
* Update CHANGELOG.md
2022-03-22 19:56:21 +05:30
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