abgox
ca0506cf3e
refactor(output): Replace raw prints with functions for standardized output ( #6449 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2025-09-29 15:12:10 +08:00
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
qiuyk
a76884af19
fix(install): Fix parsing error when installing multiple apps w/ specific version ( #6039 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2024-07-09 13:22:06 +08:00
insertokername
700a2f4f5e
feat(install): Added the ability to specify @ version when installing from url/file location ( #5988 )
2024-05-23 23:05:38 +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
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
6772e61b3d
refactor(core): Rewrite and separate path-related functions to system.ps1 ( #5836 )
2024-03-27 17:32:39 +08:00
Hagai Gold
7b35e19d4c
fix(perf): Do not call scoop externally from inside the code ( #5695 )
...
* fix: do not call `scoop` externally from inside the code
* update CHANGELOG.md
* update CHANGELOG.md
2023-10-19 13:19:31 +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
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
Hsiao-nan Cheung
ccd067b2b1
refactor(manifest): Rename 'Find-Manifest()' to 'Get-Manifest()' ( #4966 )
2022-06-07 09:31:30 +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
HUMORCE
63b858c41f
style: Use correct casing for $PSScriptRoot ( #4775 )
2022-03-04 22:55:45 +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
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
5b87c99aa8
refactor(deps): Rewrite 'depends.ps1' ( #4638 )
2022-01-12 11:10:55 +08:00
Rashil Gandhi
cabaf59f62
feat(install|virustotal): Allow skipping update check ( #4634 )
2022-01-08 16:05:56 +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
Hsiao-nan Cheung
dcce404529
fix(scoop-install.ps1): Auto uninstall previous failed installation ( #3281 )
2021-11-08 19:46:52 +08:00
Henry Ruben Fischer
8bb7390a75
feat(message): Add config to disable aria2 warning message ( #4422 )
2021-11-08 19:41:26 +08:00
Richard Kuhnt
11c42d782f
fix(install): Allow installing specific version if latest is installed
...
closes #3693
see #3694
2019-10-18 13:36:25 +02:00
Richard Kuhnt
4ec576a859
refactor(bin/libexec): remove config.ps1 imports
2019-05-10 12:16:36 +02:00
Richard Kuhnt
8beffc4329
Sync renaming changes to develop
2019-05-06 18:19:57 +02:00
Richard Kuhnt
f1f86494d7
Incorporate organization and bucket renaming
...
See: https://github.com/lukesampson/scoop/issues/3437
2019-05-06 18:18:16 +02:00
Richard Kuhnt
42e4505089
refactor(core): Rename aria2 helper functions
...
aria2_path > Get-Aria2Path
aria2_installed > Test-Aria2Installed
aria2_enabled > Test-Aria2Enabled
2019-05-01 14:17:49 +02:00
Jakub Čábera
56d54d1c91
feature: Prepare extraction of main bucket ( #3060 )
...
- Add preparing changes for extracting the main bucket to https://github.com/scoopinstaller/scoop-main
- Download main bucket on installation
- Add check_main_bucket function
- Add main bucket to buckets.json
- Add docker-compose.yml with default debugging image
- Remove old TODOs
- Refactor bucketdir -> Find-BucketDirectory
- Remove redundant .vscode settings
2019-04-24 21:08:53 +02:00
Richard Kuhnt
38e346d380
install.ps1: replace raw.github.com with raw.githubusercontent.com
...
closes #3142
2019-02-19 22:08:11 +01:00
Richard Kuhnt
936cf9cbb0
Prevent installing programs from JSON multiple times (See #2535 )
2018-08-27 11:29:40 +02:00
Richard Kuhnt
8c77bf7676
Add warning about aria2 usage to install/update commands
2018-08-07 20:11:38 +02:00
Richard Kuhnt
f8f9b75f05
Option to skip hash validation and error message improvements ( #2260 )
...
* Add show_app() function for displaying `app/bucket@version`
* Add option to skip hash check on install/update
Allows users to install an app when the manifest provides an outdated hash
* Show filename instead of robocopy output when moving fails
* Add new_issue_msg() for nicer error messages (with link bucket repo)
- returns a message with a link to the buckets GitHub repository
- clicking on the link opens a new issues with a predefined title
* Use new_issue_msg() for errors while moving files
- this removes the unreadable robocopy error dumps
* Use new_issue_msg() error handling for check_hash()
* Show robocopy exit code
2018-06-14 18:30:05 +02:00
Richard Kuhnt
70f64c8f4b
Refactor app() to parse_app() for better "bucket/app@version" handling ( #2234 )
...
It now parses these app names:
- php-bucket/php71-amqp@1.8.0
- php-bucket/php71-amqp
- php71-amqp@1.8.0
- php71-amqp@1.9.0-rc2
Removed:
- is_app_with_specific_version()
- get_app_with_version()
2018-05-04 21:51:43 +02:00
Steve Baker
31075f6200
Clean up some error messages ( #2032 )
...
Removes extra 'ERROR' in text where the `error` method is used.
Converts some `write-host "error message"` to use the `error` method
Converts some `write-host "error message"; exit 1` to use the `abort`
method.
2018-03-12 18:32:57 +01:00
Chawye Hsu
e1bb1e91d0
Lint: PSAvoidUsingCmdletAliases ( #2075 )
2018-03-03 18:41:19 +01:00
Richard Kuhnt
36dc7a880c
Allow more architecture naming conventions for --arch parameters
...
closes #1908
2017-12-15 17:05:12 +01:00
Richard Kuhnt
a3e84bd504
Remove two more abort functions and improve output ( fixes #1758 )
2017-10-11 18:13:49 +02:00
Dave Andersen
330fcaf93e
fix #1628 (scoop update --ignore-cache option broken) ( #1629 )
...
* fix #1628
* remove unintended change in merge
* Add --no-cache to install and to all parts of the update command
2017-09-01 22:47:11 +02:00
Richard Kuhnt
4ab82f60bb
Run scoop update every so often before installing/updating apps
...
This change should reduce issues with outdated manifests/hashes/URLs.
Every successful execution of `scoop update` will save the date/time to `~\.scoop`
Every execution of `scoop update x` or `scoop install x` will check last saved date/time and run `scoop update` beforehand if the last run was more than 3 hours ago.
2017-08-30 17:17:38 +02:00
Simon Hartcher
1ba62bdda9
Fix path not returning correctly
2017-04-01 13:54:16 +11:00
Simon Hartcher
987048df38
Bail install when specific version is already installed
2017-03-31 20:12:39 +11:00
Simon Hartcher
e799eb1717
Allow resetting of specific version installs
2017-03-31 20:03:13 +11:00
Simon Hartcher
9dfc30f931
Add basic specific version installation using autoupdate
2017-02-13 23:34:51 +11:00
Luke Sampson
eed621ab2a
Update another UI message for consistency.
2017-02-13 20:31:27 +11:00
Luke Sampson
1c173bc56d
Use sentence case for UI messages.
2017-02-13 20:20:41 +11:00
Luke Sampson
b21b6a2be1
Add 'suggest' directive as an alternative to 'depends'. Allows manifest authors to suggest apps with complementary features, without installing them automatically ( fixes #1263 )
2017-02-12 16:37:02 +11:00
Luke Sampson
20dcaaa253
fix appveyor tests
2017-01-24 18:25:25 +11:00
Luke Sampson
79def7adad
continue installing remaining apps when some requested apps are already installed (see #1256 )
2017-01-24 18:10:35 +11:00
Luke Sampson
d15bb91cb7
Add support for installing PowerShell modules (see #1246 )
2017-01-22 14:44:54 +11:00
Luke Sampson
ef7bcce6f7
move shortcut functions to separate file
2016-09-21 09:41:01 +10:00