- 10月 18, 2019
-
-
由 Richard Kuhnt 创作于
-
由 Richard Kuhnt 创作于
This reverts commit d9487209.
-
由 Richard Kuhnt 创作于
-
由 Richard Kuhnt 创作于
closes #3693 see #3694
-
由 Hsiao-nan Cheung 创作于
-
- 10月 14, 2019
-
-
由 linsui 创作于
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
-
由 Stephane 创作于
- Closes #3683 - Closes #3607 Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
-
- 10月 06, 2019
-
-
由 Chawye Hsu 创作于
-
- 10月 05, 2019
-
-
由 Jakub Čábera 创作于
-
- 9月 19, 2019
- 9月 18, 2019
-
-
由 Jakub Čábera 创作于
Close #3643
-
- 9月 06, 2019
-
-
由 gitolicious 创作于
IntelliJ is putting a project file in the buckets folder when setting up a project there. The bucket lookup then tries to open this as a folder as it lacks directory filter.
-
- 9月 02, 2019
-
-
由 星 创作于
-
- 9月 01, 2019
-
-
由 Edgard Lorraine Messias 创作于
-
- 8月 26, 2019
-
-
-
由 Hsiao-nan Cheung 创作于
-
- 8月 24, 2019
-
-
由 Jakub Čábera 创作于
-
- 8月 21, 2019
-
-
由 Jakub Čábera 创作于
-
- 8月 16, 2019
-
-
由 Hsiao-nan Cheung 创作于
-
- 8月 02, 2019
-
-
由 Richard Kuhnt 创作于
-
由 Richard Kuhnt 创作于
-
由 Richard Kuhnt 创作于
-
由 Richard Kuhnt 创作于
- Reverts: https://github.com/lukesampson/scoop/pull/3026 See https://git-scm.com/docs/git-status#_short_format If the file was modified it shows ` M` and `M ` means it's staged. Files only containing whitespaces don't get staged by `git add` and we only care about actually staged files. Since the order of the `git status`-output is not sorted anymore the `Select-Object -First 1` is useless and it now uses `Where-Object` to find the correct line.
-
由 Hsiao-nan Cheung 创作于
* fix(versions): Hotfix for #3333
-
由 linsui 创作于
Allow extracting hashes with containing spaces and newlines (e.g. `ef 5d 41 08 32 9c 71 b4 b5 b6 0f be 2f bc 49 ac ef 86 69 49 42 e8 37 65 a4 86 30 10 ea be 0d 79`) FreeCad Example: ```json "hash": { "url": "$url-SHA256.txt", "regex": "(?sm):\\s+([a-f\\d\\s]+)CertUtil" } ```
-
- 7月 31, 2019
-
-
由 Hsiao-nan Cheung 创作于
fix #3329 fix #2981 fix #2720 fix lukesampson/scoop-extras#2106 close #3469
-
- 7月 25, 2019
-
-
由 issaclin32 创作于
-
- 7月 19, 2019
-
-
由 Eric Bouchard 创作于
When a user has an alias named `help`, the `scoop help` command does not work anymore. To prevent collision with a user alias the function is renamed from `help` to `scoop_help`
-
- 7月 17, 2019
-
-
由 Hsiao-nan Cheung 创作于
- Redirect standard error to log file. - Fix `-RunAs` error. - `-RunAs` and `-Log` cannot be used together.
-
- 7月 02, 2019
-
-
由 Niklas H 创作于
COMSPEC commands fail when called with unescaped directory arguments which contain white spaces (typically a compound user name). - Closes lukesampson/scoop-extras#1781 - Closes lukesampson/scoop-extras#2389 - Closes #2801 Signed-off-by: Niklas H. <Typhoon.CommanderCool@gmail.com>
-
- 6月 24, 2019
-
-
由 Huiyi.FYJ 创作于
-
由 Richard Kuhnt 创作于
-
由 Hsiao-nan Cheung 创作于
-
由 Jakub Čábera 创作于
fix(bin): Checkhashes downloading twice when architecture properties does hot have url property (#3479)
-
由 Hsiao-nan Cheung 创作于
For some `extract_dir` in .zip that has sub-dir, the former one would remove parent dir and get error (flac, flac-1.3.2-win\win64), now use temp dir instead. And also fix .msi, in case of some installer that don't have `SourceDir`. `Expand-DarkArchive` will be used in wix extraction, so it doesn't need `-ExtractDir`. `Expand-7zipArchive` and `Expand-InnoArchive` works well. Tested: - calibre-normal (msi, PFiles\Calibre2) - flac (zip, flac-1.3.2-win\win64) - pkg-config (zip, multiple url and extract_dir) BTW, `Expand-Archive` has `-PassThru` param in PowerShell 6+, and it will be more convinient to support `-ExtractDir` with it. I'll check function's source code and plan to rewrite `Expand-ZipArchive`. Fix #3473, ref https://github.com/lukesampson/scoop/issues/3473#issuecomment-493446461
-
由 Hsiao-nan Cheung 创作于
-
由 Hsiao-nan Cheung 创作于
* feature(decompress): Add 'ExtractDir' to 'Expand-...' functions * Fix 'TrimEnd' and nested 7z
-
由 Hsiao-nan Cheung 创作于
-
由 Mark Huo 创作于
-