diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e872614..089a8987b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - **scoop-search:** Use SQLite for caching apps to speed up local search ([#5851](https://github.com/ScoopInstaller/Scoop/issues/5851), [#5918](https://github.com/ScoopInstaller/Scoop/issues/5918)) +## [v0.4.1](https://github.com/ScoopInstaller/Scoop/compare/v0.4.0...v0.4.1) - 2024-04-25 + +### Bug Fixes + +- **core:** Fix `Invoke-ExternalCommand` regression ([#5923](https://github.com/ScoopInstaller/Scoop/issues/5923)) + ## [v0.4.0](https://github.com/ScoopInstaller/Scoop/compare/v0.3.1...v0.4.0) - 2024-04-18 ### Features diff --git a/lib/core.ps1 b/lib/core.ps1 index 8d621d777..2211a5197 100644 --- a/lib/core.ps1 +++ b/lib/core.ps1 @@ -757,9 +757,14 @@ function Invoke-ExternalCommand { } if ($ArgumentList.Length -gt 0) { $ArgumentList = $ArgumentList | ForEach-Object { [regex]::Split($_.Replace('"', ''), '(?<=(?