1001 Commits

Author SHA1 Message Date
Nacai a7a7d340f9 fix(scoop-search): Select latest search result semantically (#6643) 2026-04-27 22:01:33 +08:00
Mert Emirimam 21069089d9 fix(core): add null checks before closing BinaryReader/FileStream in update process (#6507)
fix(Get-PESubsystem): Ensure resources are closed only if initialized. Fixes #6506
2026-04-20 17:29:39 +10:00
Hsiao-nan Cheung befdb20616 fix(core): Give dark higher priority when use Extract-DarkArchive (#6637) 2026-04-13 12:58:15 +08:00
z-Fng a5c3b58e83 fix(buckets): Skip Git invocation if unavailable in new_issue_msg (#6591) 2026-04-03 10:28:20 +08:00
z-Fng bd2e93df63 fix(autoupdate): Ensure GitHub API requests use token (#6535) 2026-01-06 13:31:19 +08:00
abgox aa3f9aa983 fix(core): check $deprecated_dir exists before accessing it (#6574) 2025-12-30 11:23:28 +08:00
z-Fng 3bee8159e0 fix(core): Fix substitute handling of substring keys (#6561) 2025-12-18 18:26:01 +08:00
Hsiao-nan Cheung 8468c8cc20 fix(sqlite): Add e_sqlite.dll downloading (#6560) 2025-11-26 23:29:17 +08:00
Hsiao-nan Cheung aa499a140a builds(sqlite): Update System.Data.SQLite to 2.0.2 (#6555) 2025-11-18 10:22:07 +08:00
Olav Rønnestad Birkeland 03d831d9a0 fix(install): Don't add to $Error when checking for service cexecsvc (#6520) 2025-11-16 22:12:42 +08:00
Refael Ackermann f2ee3f902f fix(getopt): Teach getopt to respect the --% token (#6477) 2025-11-13 11:16:10 +08:00
abgox 0e698ccbd5 refactor(output): Combine the separated outputs into a single output (#6545)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2025-11-11 20:48:03 +08:00
abgox 7e86336a42 feat(install): Add output for the setting and removal of environment variables (#6460)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2025-11-10 16:38:07 +08:00
z-Fng f0cd3e1977 fix(core): Skip NO_JUNCTION logic when $app is 'scoop' in currentdir function (#6541) 2025-11-10 14:38:34 +08:00
z-Fng f9c6913d67 feat(download|scoop-download): Add GitHub issue prompt when the default downloader fails (#6539) 2025-11-10 13:58:10 +08:00
abgox a8d4027a90 fix(core): Fix the grep parameter in the Invoke-GitLog function (#6407) 2025-11-10 13:57:33 +08:00
z-Fng 28c51e04b1 feat(download|scoop-config): Allow disabling automatic fallback to the default downloader (#6538) 2025-11-08 18:27:34 +08:00
abgox 2120c28c22 fix(buckets): fix the filtering condition when retrieving the number of manifests (#6509) 2025-11-08 18:26:06 +08:00
Hsiao-nan Cheung 52a035b5cc fix(path): Trim ending slash when initializing paths (#6501) 2025-10-21 11:27:15 +08:00
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
z-Fng b592b38abd feat(install): Add separator at the end of notes, highlight suggestions (#6418) 2025-09-24 16:52:03 +08:00
z-Fng 25d35007c6 fix(core|manifest): Avoid error when searching non-existent 'deprecated' directory (#6471) 2025-09-24 14:45:01 +08:00
z-Fng ff38652e01 fix(buckets|scoop-info): Switch git log date format to ISO 8601 to avoid locale issues (#6446) 2025-08-21 14:18:33 +08:00
HUMORCE c9f0728ff7 fix(autoupdate): Use origin url to handle urls with fragment in github mode (#6455) 2025-08-20 13:59:47 +08:00
Hsiao-nan Cheung 8c51a50856 fix(autoupdate): Check hash file before use GitHub SHA256 (#6435) 2025-08-12 14:36:30 +08:00
Wordless Echo 26a03e2404 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
2025-08-11 00:11:46 +00:00
HUMORCE 3321b969a4 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
2025-08-10 23:04:34 +00:00
Bassel Rachid 4e528e1655 fix(decompress): Replace deprecated 7ZIPEXTRACT_USE_EXTERNAL config (#6327)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2025-04-17 11:19:22 +08:00
Ryan 7a309a1b00 fix(shim): properly check wslpath/cygpath command first (#6114)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2024-10-09 19:10:42 +08:00
HUMORCE 3577f91d82 fix(commands): Handling broken aliases (#6141) 2024-09-20 14:18:13 +08:00
kiennq e0c682de7c fix(download): Fallback to default downloader when aria2 fails (#4292) 2024-08-26 16:10:30 +08:00
Hsiao-nan Cheung 79cf33d0b7 refactor(download): Move download-related functions to 'download.ps1' (#6095) 2024-08-11 17:23:59 +08:00
Olav Rønnestad Birkeland 7f99c499d7 fix (decompress): Expand-7zipArchive only delete temp dir / $extractDir if it is empty (#6092)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2024-08-09 11:03:51 +08:00
Hsiao-nan Cheung 46624b00c9 fix(core): Use 'Join-Path' to construct cache file path (#6079) 2024-07-25 13:54:26 +08:00
Hsiao-nan Cheung 5dc5dd22f8 fix(json): Fix JSON items counting function (#6073) 2024-07-23 19:55:40 +08:00
ccyykkcyk 0cb479abf0 fix(json): Don't serialize jsonpath return if only one result (#6066)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2024-07-22 19:02:06 +08:00
L. Yeung 0138dc4266 fix(scoop-alias): Pass options correctly (#6003)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2024-07-15 13:06:22 +08:00
Hsiao-nan Cheung 7cc4faea1d fix(bucket): Implement error handling for failed bucket addition (#6051) 2024-07-09 01:16:23 +08:00
Hsiao-nan Cheung 83f25a4673 fix(install): Expand env_set items (#6050) 2024-07-09 00:24:42 +08:00
Hsiao-nan Cheung 42af27d16c fix(sqlite): Fix compatibility with Windows PowerShell (#6045) 2024-07-08 13:43:22 +08:00
Hsiao-nan Cheung 93359a43a1 fix(shim): Restore original path for JAR cmd (#6030) 2024-06-26 18:34:38 +08:00
Hsiao-nan Cheung 9239c26bbd feat(decompress): Use innounp-unicode as default Inno Setup Unpacker (#6028) 2024-06-24 21:20:29 +08:00
qiuyk 3a39ba048f fix(core): Limit the number of commands to get (#6013) 2024-06-14 00:18:14 +08:00
Hsiao-nan Cheung a9ca75c0cd fix(core): Use correct path in 'bash' (#6006) 2024-06-11 11:03:35 +08:00
Matej Kafka d20819e147 fix(core): Search for Git executable instead of any cmdlet (#5998) 2024-06-07 18:45:52 +08:00
L. Yeung dec4232754 fix(decompress): Match extract_dir/extract_to and archives (#5983) 2024-05-26 15:36: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
Hsiao-nan Cheung 5c896e901f refactor(decompress): Use 7zip to extract Zstd archive (#5973) 2024-05-17 09:56:14 +08:00
Hsiao-nan Cheung 8ea37387ae fix(install): Add back arg $Name in Invoke-Installer() (#5971) 2024-05-15 19:25:35 +08:00
Hsiao-nan Cheung 2544745695 refactor(install): Replace 'run_(un)installer()' with 'Invoke-Installer()' (#5968) 2024-05-15 19:03:54 +08:00