Hsiao-nan Cheung
79cf33d0b7
refactor(download): Move download-related functions to 'download.ps1' ( #6095 )
2024-08-11 17:23:59 +08:00
Hsiao-nan Cheung
c9048ad978
fix(sqlite): Fix generic class error in PS5 ( #5981 )
2024-05-20 20:57:29 +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
5ce70c4139
fix(sqlite): Update cache after removing bucket or manifests ( #5967 )
2024-05-15 17:07:37 +08:00
L. Yeung
2d50a02a32
fix(scoop-download|install|update): Use consistent options ( #5956 )
2024-05-14 22:43:53 +08:00
Hsiao-nan Cheung
1dd479f0be
fix(database): Use 'Find-BucketDirectory()' to locate bucket dir ( #5955 )
2024-05-11 14:50:20 +08:00
Hsiao-nan Cheung
2dd91d5ba3
feat(sqlite): Use SQLite for caching apps to speed up local search ( #5851 )
2024-04-19 14:02:50 +08:00
Hsiao-nan Cheung
92b71c6057
refactor(core): Get rid of 'fullpath' ( #3533 )
2024-04-10 14:55:20 +08:00
David Watson
9ef03c24fb
perf(scoop-update): Check for running process before wasting time on download ( #5799 )
2024-04-01 18:31:01 +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
Hsiao-nan Cheung
3186fef105
fix(update/uninstall): Remove items from PATH correctly ( #5833 )
2024-03-20 17:17:48 +08:00
Rashil Gandhi
15f9bbec97
fix(update): Change error message to a better instruction ( #5677 )
...
* fix(update): Change error message to a better instruction
* Update CHANGELOG.md
2023-10-06 14:51:45 +05:30
Richard Kuhnt
360daa706a
feat(chore): Improve git.exe execution and add parallel bucket updates ( #5122 )
2022-11-23 13:58:51 +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
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
AkariiinMKII
bfef3d8298
fix(scoop-update): Add uninstall_psmodule to update process ( #5136 )
2022-09-09 14:16:15 +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
f992f049cc
fix(chore): Fix help output of scoop-export ( #5029 )
2022-07-02 23:21:10 +08:00
Chawye Hsu
666d474ee1
feat(scoop-update): Support scoop update scoop ( #4992 )
2022-06-20 14:43:28 +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
Hsiao-nan Cheung
d056d542db
fix(core): Use Invoke-Command instead of Invoke-Expression ( #4941 )
2022-05-26 10:54:34 +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
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
5a795caca5
refactor(reset_aliases): Move core function of reset_aliases to scoop ( #4794 )
2022-03-11 18:10:04 +08:00
Rashil Gandhi
476b507bb6
fix(update): Skip logs starting with (chore) ( #4800 )
...
* fix(update): Skip logs starting with `(chore)`
* Update CHANGELOG.md
2022-03-10 13:14:46 +05:30
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
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
CrendKing
14854c3548
feat(config): Allow Scoop to ignore running processes during reset/uninstall/update ( #4713 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-02-11 13:55:42 +08:00
Hsiao-nan Cheung
c01960f283
fix(scoop-update): Enforce $null array ( #4725 )
2022-02-09 18:27:37 +08:00
Hsiao-nan Cheung
ba970d5c42
fix(versions): Get current version from failed installation if possible ( #4720 )
2022-02-09 11:07:54 +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
158c0fd4d0
fix(install-status): Correctly handle failed installation of apps ( #4676 )
2022-01-25 21:58:03 +08:00
Hsiao-nan Cheung
81b7aaf8d7
fix(scoop-update): Remove 'Done.' output ( #4672 )
2022-01-18 15:45:43 +08:00
Hsiao-nan Cheung
6f8bf04ce5
fix(scoop-update): Skip updating non git buckets ( #4670 )
2022-01-18 01:28:28 +08:00
Hsiao-nan Cheung
5b87c99aa8
refactor(deps): Rewrite 'depends.ps1' ( #4638 )
2022-01-12 11:10:55 +08:00
Rashil Gandhi
cbe29eddb3
chore: Update repo links
2021-12-16 01:09:21 +05:30
Hsiao-nan Cheung
ac71fccbec
fix(scoop-update): Update apps with '--all'
2021-11-23 16:53:42 +08:00
Benedikt Reinartz
0f5097be4f
fix(scoop-update): Fix scoop update -a requiring arguments ( #4531 )
2021-11-23 16:37:28 +08:00
Rashil Gandhi
6c2b34d29b
Merge pull request #3871 from filmor/patch-1
...
Add flags as an alternative to '*' to update all
2021-11-15 10:30:02 +05:30
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
Henry Ruben Fischer
8bb7390a75
feat(message): Add config to disable aria2 warning message ( #4422 )
2021-11-08 19:41:26 +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