Hsiao-nan Cheung
d5cb86078b
fix(decompress): Fix nested Zstd archive extraction ( #4608 )
2021-12-31 01:04:47 +08:00
Hsiao-nan Cheung
271d41b949
style(test): Format scripts by VSCode's PowerShell extension ( #4609 )
2021-12-30 09:37:40 +08:00
Hsiao-nan Cheung
36ae35c606
docs(changelog): Add 'CHANGLOG.md' ( #4600 )
2021-12-29 21:38:16 +08:00
Hsiao-nan Cheung
0d1ad20869
Sync branch 'master'
2021-12-26 23:03:38 +08:00
Hsiao-nan Cheung
5602083868
fix(schema): Add 'license' definition ( #4596 )
...
* fix(schema): Add 'license' definition
Fix AppVeyor error
* Fix 'Manifest.Tests'
2021-12-26
2021-12-26 23:01:44 +08:00
Rashil Gandhi
2a0187458d
fix(depends): Prevent error on no URL ( #4595 )
2021-12-25 21:46:23 +05:30
+1
1dbab1fee8
Merge branch 'develop' into 'master' ( #4594 )
...
Related PRs:
- #4531 @filmor
- ac71fcc @niheaven
- #4535 @rashil2000
- #4522 @pratikpc
- #4550 @niheaven
- #4528 @niheaven
- #4532 @MrNuggelz
- #4155 @MrNuggelz Co-authored-by: @rashil2000
- #4581 @niheaven
- fb496c4 @rashil2000
- #4543 @rashil2000 Co-authored-by: @niheaven
- #4555 @rashil2000
- 3c90d1a @rashil2000
- 2ec00d5 @rashil2000
- #4567 @rashil2000
- cbe29ed @rashil2000
- #4570 @niheaven
- #4582 @niheaven
- #4571 @niheaven
- #3244 @nickbudi
- #3821 @jfastnacht Co-authored-by: @rasa
- #4578 @tukanos
- #4579 @rashil2000
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com >
Co-authored-by: Ross Smith II <ross@smithii.com >
Co-authored-by: Benedikt Reinartz <filmor@gmail.com >
Co-authored-by: Joris <MrNuggelz@users.noreply.github.com >
Co-authored-by: Pratik Chowdhury <pratikc@live.co.uk >
Co-authored-by: Rashil Gandhi <rashil2000@gmail.com >
Co-authored-by: nickbudi <nickbudi@users.noreply.github.com >
Co-authored-by: Julian <github@fastnacht.consulting >
Co-authored-by: tukanos <patrik.svestka@gmail.com >
2021-12-25 23:09:49 +08:00
Rashil Gandhi
5e11c94a54
docs: Add link to Contributing Guide
2021-12-23 23:44:46 +05:30
Rashil Gandhi
fb496c482b
fix: Show manifest name while reviewing
...
Useful when Scoop installs dependencies and shows their manifests first
2021-12-23 17:00:06 +05:30
Rashil Gandhi
dec2598052
chore: Remove JetBrains bucket
2021-12-23 01:17:10 +05:30
Rashil Gandhi
af2056a8fd
(chore): Update PR template
2021-12-20 23:51:43 +05:30
Rashil Gandhi
f343bd9f5e
chore(config): Document all configuration options ( #4579 )
...
* chore(config): Document all configuration options
* Update README.md
* Update scoop-config.ps1
* Update scoop-config.ps1
* Update scoop-config.ps1
* Add env vars
2021-12-20 13:49:30 +05:30
Hsiao-nan Cheung
cdba268b47
fix(install): Don't show manifest while updating ( #4581 )
2021-12-16 18:41:36 +08:00
Rashil Gandhi
cbe29eddb3
chore: Update repo links
2021-12-16 01:09:21 +05:30
Hsiao-nan Cheung
cd6d31dae8
fix(decompress): Fix 'Expand-7zipArchive()' for nested archive ( #4582 )
2021-12-15 11:38:02 +08:00
tukanos
6f60059035
fix(core): Escape '.' in 'parse_app()'. ( #4578 )
2021-12-15 02:19:49 +08:00
Hsiao-nan Cheung
f3cdfffcfe
Merge branch 'master' into develop
2021-12-15 02:16:52 +08:00
b966ca8c63
Check Windows version for LongPaths ( #3821 )
...
* Added the check for the Windows version.
* Apply suggestions from code review
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com >
* Additional lines added by GitHubs suggestion system removed. Function for the version check removed. If-condition adjusted to check for Major and Build version.
* TIL Windows 8.1 = major version 6, Windows 10 = major version 10.
* Update diagnostic.ps1
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com >
Co-authored-by: Ross Smith II <ross@smithii.com >
2021-12-12 12:36:39 +05:30
nickbudi
2f7ff1bab5
feat(install): Add portableapps.com to strip_filename skips ( #3244 )
2021-12-12 11:56:17 +05:30
Rashil Gandhi
6c6a2ca410
chore: Add issue/PR templates ( #4572 )
...
* chore: Add issue/PR templates
* chore: Readme tweaks
2021-12-10 12:03:14 +05:30
Hsiao-nan Cheung
02da753fa7
fix(core): Use '-Encoding ASCII' in 'Out-File' ( #4571 )
2021-12-10 00:52:44 +08:00
Hsiao-nan Cheung
b488cb9ab3
fix(core): Redirect 'StandardError' in Invoke-ExternalCommand ( #4570 )
2021-12-10 00:52:34 +08:00
Rashil Gandhi
48b035d7f9
Remove nightlies bucket
2021-12-09 17:55:55 +05:30
Rashil Gandhi
386d3be20e
fix(auto-pr): Remove hardcoded 'master' branch ( #4567 )
2021-12-08 22:21:20 +05:30
Joris and Rashil Gandhi
992e99358a
feat(install): Show manifest on installation ( #4155 )
...
* show manifest on installation
* Inline function
* Update install.ps1
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
2021-12-08 14:37:28 +05:30
Hsiao-nan Cheung
c1d48e4853
Merge branch 'master' into develop
2021-12-06 14:49:52 +08:00
Rashil Gandhi
4d5fee36e1
fix: Specify function scope
...
Resolve https://github.com/ScoopInstaller/Scoop/issues/4444#issuecomment-986229596
2021-12-06 11:30:30 +05:30
Rashil Gandhi
2ec00d576c
fix(shim): Specify command arg for bash - fix #3878
2021-12-04 02:05:15 +05:30
Rashil Gandhi and Hsiao-nan Cheung
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
Rashil Gandhi
6387b7d1cd
Merge pull request #4555 from ScoopInstaller/ps1-shim-patch
...
feat(shim): ps1 shim hotfix
2021-12-02 23:43:50 +05:30
Rashil Gandhi
3c90d1a070
specify command arg
2021-12-02 21:10:23 +05:30
Rashil Gandhi and Hsiao-nan Cheung
ef4349bee4
feat(shim): Rework shimming logic ( #4543 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2021-12-02 21:23:36 +08:00
Rashil Gandhi
c31ccea971
Merge pull request #4532 from MrNuggelz/patch-2
...
Add scoop cat command
2021-12-02 00:20:26 +05:30
Hsiao-nan Cheung and Zoritle
d021438b20
Revert "feat(shim): Add another alternative shim written in rust ( #4229 )" ( #4553 )
...
This reverts commit 5ad8c76dd7 .
Co-authored-by: Zoritle <66551926+zoritle@users.noreply.github.com >
2021-12-01 08:46:26 -08:00
Hsiao-nan Cheung
ab8be955b4
feat(schema): Enable autoupdate for 'license' ( #4528 )
2021-12-01 22:41:50 +08:00
Hsiao-nan Cheung
5a1cdcb93d
fix(install): 'env_add_path' doesn't append '.' ( #4550 )
2021-12-01 16:18:22 +08:00
Pratik Chowdhury
4ec9eccdb4
feat(checkver): improve JSONPath extraction support ( #4522 )
2021-11-29 16:55:13 +08:00
Rashil Gandhi
07ecd01159
Merge pull request #4535 from ScoopInstaller/rashil2000-patch-1
...
Use newer function - fixes #4534
2021-11-24 20:15:35 +05:30
Ross Smith II
3bb7036ee1
docs: Fix links in readme
2021-11-23 23:09:48 -08:00
Rashil Gandhi
1d5e81d2dc
Use newer function - fixes #4534
2021-11-24 10:46:43 +05:30
Joris
29477d992a
Add scoop cat command
2021-11-23 20:02:48 +01:00
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
Hsiao-nan Cheung
f34be82516
Merge branch 'master' into develop
2021-11-22 22:50:01 +08:00
Hsiao-nan Cheung
59088a9f00
Merge from ScoopInstaller/develop ( #4527 ), 2021/11/22
2021-11-22
2021-11-22 22:40:34 +08:00
Rashil Gandhi
cf3f57caa3
Merge pull request #4524 from kodybrown/patch-1
...
Update notes about the NirSoft bucket
2021-11-20 18:27:14 +05:30
Ross Smith II
3c344682fe
Better link
2021-11-19 14:43:50 -08:00
Ross Smith II
90fa473262
Fix nirsoft link
2021-11-19 13:32:36 -08:00
Kody Brown
bbad8aef6c
updated notes about the NirSoft bucket,
...
which now includes almost all of the 250+ available utilities.
2021-11-19 13:29:23 -07:00
Rashil Gandhi
2bc2e652e3
Merge pull request #4514 from ScoopInstaller/se35710-patch-1
...
readme: Update Java bucket text
2021-11-15 17:03:34 +05:30