File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 1.0.0-beta2-build18
1+ 1.0.0-beta3-build1
Original file line number Diff line number Diff line change 1- ## v1.0.0-beta2-build18
1+ ## v1.0.0-beta3-build1
22
33### 🐛 Bug Fixes
4- - Fix install hang and double Ctrl+C: remove ` || true ` in ` install_software ` /` install_batch ` so exit code and SIGINT propagate correctly; show brew batch install output in real-time so user sees progress
4+ - Fix PS1 Test-DiskSpace/Show-Doctor: fallback dictionary keys ` disk_low ` /` disk_warning ` didn't match JSON keys ` disk_space_low ` / ` disk_space_warning ` , causing undefined key access when JSON loading failed
Original file line number Diff line number Diff line change 4242 [switch ]$showVersion
4343)
4444
45- $VERSION = " 1.0.0-beta2-build18 "
46- if ($VERSION -eq " 1.0.0-beta2-build18 " ) {
45+ $VERSION = " 1.0.0-beta3-build1 "
46+ if ($VERSION -eq " 1.0.0-beta3-build1 " ) {
4747 $scriptDir = Split-Path - Parent $MyInvocation.MyCommand.Path
4848 $versionFile = Join-Path $scriptDir " ..\VERSION"
4949 if (Test-Path $versionFile ) {
@@ -427,8 +427,8 @@ function Initialize-LanguageStrings {
427427 " report_json_saved" = " JSON report saved to: {0}"
428428 " report_txt_saved" = " TXT report saved to: {0}"
429429 " disk_checking" = " Checking disk space..."
430- " disk_low " = " Low disk space: {0}GB available, at least {1}GB recommended"
431- " disk_warning " = " Low disk space, installation may fail"
430+ " disk_space_low " = " Low disk space: {0}GB available, at least {1}GB recommended"
431+ " disk_space_warning " = " Low disk space, installation may fail"
432432 " network_timeout" = " Network connection timed out, please check your network"
433433 " network_error" = " Network error: {0}"
434434 " check_network" = " Suggestion: Check network connection or set proxy"
Original file line number Diff line number Diff line change @@ -304,8 +304,8 @@ LIST_PROFILES=false
304304SHOW_PROFILE=" "
305305SKIP_SW=()
306306ONLY_SW=()
307- VERSION=" 1.0.0-beta2-build18 "
308- if [[ " $VERSION " == " 1.0.0-beta2-build18 " ]]; then
307+ VERSION=" 1.0.0-beta3-build1 "
308+ if [[ " $VERSION " == " 1.0.0-beta3-build1 " ]]; then
309309 SCRIPT_DIR=" $( cd " $( dirname " $0 " ) " && pwd) "
310310 if [[ -f " $SCRIPT_DIR /../VERSION" ]]; then
311311 VERSION=$( cat " $SCRIPT_DIR /../VERSION" | tr -d ' [:space:]' )
Original file line number Diff line number Diff line change @@ -427,8 +427,8 @@ function Initialize-LanguageStrings {
427427 " report_json_saved" = " JSON report saved to: {0}"
428428 " report_txt_saved" = " TXT report saved to: {0}"
429429 " disk_checking" = " Checking disk space..."
430- " disk_low " = " Low disk space: {0}GB available, at least {1}GB recommended"
431- " disk_warning " = " Low disk space, installation may fail"
430+ " disk_space_low " = " Low disk space: {0}GB available, at least {1}GB recommended"
431+ " disk_space_warning " = " Low disk space, installation may fail"
432432 " network_timeout" = " Network connection timed out, please check your network"
433433 " network_error" = " Network error: {0}"
434434 " check_network" = " Suggestion: Check network connection or set proxy"
You can’t perform that action at this time.
0 commit comments