Releases: MomoLawson/Quickstart-PC
Releases · MomoLawson/Quickstart-PC
Release list
v1.0.0-beta2-build3
v1.0.0-beta2-build3
🐛 Bug Fixes
- Use ANSI save/restore cursor position for menu redrawing to prevent display corruption
v1.0.0-beta2-build2
v1.0.0-beta2-build1
🐛 Bug Fixes
- Fix check_disk_space to use POSIX format (-P) for consistent df output parsing
v1.0.0-beta2-build18
v1.0.0-beta2-build18
🐛 Bug Fixes
- Fix install hang and double Ctrl+C: remove
|| trueininstall_software/install_batchso exit code and SIGINT propagate correctly; show brew batch install output in real-time so user sees progress
v1.0.0-beta2-build17
v1.0.0-beta2-build17
🐛 Bug Fixes
- Fix temp file accumulation on abnormal exit: clean stale
AUTO_CHECK_FILEat startup; make fallback path unique with$RANDOMto avoid PID reuse collisions
v1.0.0-beta2-build16
v1.0.0-beta2-build16
🐛 Bug Fixes
- Fix
is_one_linerdetection: usebasename "$0"to handle/bin/bash,-bashetc.; add(stdin)match for piped execution in some environments
v1.0.0-beta2-build15
v1.0.0-beta2-build15
🐛 Bug Fixes
- Fix macOS system language detection:
head -1was picking(instead of the actual language code;cut -c1-5truncated codes likezh-Hans-CN - Add
zh-Hans/zh-Hans-CN/zh-Hant-TWetc. to language mapping table - Add prefix fallback when exact language code doesn't match (e.g.
zh-Hans-CN→zh-Hans→zh-CN)
v1.0.0-beta2-build14
v1.0.0-beta2-build14
🐛 Bug Fixes
- Fix auto_check_update to compare version numerically, not just check difference
v1.0.0-beta2-build13
bug fixes
v1.0.0-beta2-build12
v1.0.0-beta2-build12
🐛 Bug Fixes
- Fix GitHub API endpoint: use
/releases?per_page=1instead of/releases/latestto include pre-releases - Wait up to 3 seconds for background update check to complete before showing menu
v1.0.0-beta2-build11
v1.0.0-beta2-build11
🐛 Bug Fixes
- Fix duplicate update success message on Ctrl+U