Skip to content

Releases: MomoLawson/Quickstart-PC

v1.0.0-beta2-build3

v1.0.0-beta2-build3 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 04 May 11:48

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-build2 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 04 May 11:38

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 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 04 May 17:15

v1.0.0-beta2-build18

🐛 Bug Fixes

  • 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

v1.0.0-beta2-build17

v1.0.0-beta2-build17 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 04 May 16:47

v1.0.0-beta2-build17

🐛 Bug Fixes

  • Fix temp file accumulation on abnormal exit: clean stale AUTO_CHECK_FILE at startup; make fallback path unique with $RANDOM to avoid PID reuse collisions

v1.0.0-beta2-build16

v1.0.0-beta2-build16 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 04 May 16:32

v1.0.0-beta2-build16

🐛 Bug Fixes

  • Fix is_one_liner detection: use basename "$0" to handle /bin/bash, -bash etc.; add (stdin) match for piped execution in some environments

v1.0.0-beta2-build15

v1.0.0-beta2-build15 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 04 May 16:26

v1.0.0-beta2-build15

🐛 Bug Fixes

  • Fix macOS system language detection: head -1 was picking ( instead of the actual language code; cut -c1-5 truncated codes like zh-Hans-CN
  • Add zh-Hans/zh-Hans-CN/zh-Hant-TW etc. to language mapping table
  • Add prefix fallback when exact language code doesn't match (e.g. zh-Hans-CNzh-Hanszh-CN)

v1.0.0-beta2-build14

v1.0.0-beta2-build14 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 04 May 16:02

v1.0.0-beta2-build14

🐛 Bug Fixes

  • Fix auto_check_update to compare version numerically, not just check difference

v1.0.0-beta2-build13

v1.0.0-beta2-build13 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 04 May 15:56

bug fixes

v1.0.0-beta2-build12

v1.0.0-beta2-build12 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 04 May 15:47

v1.0.0-beta2-build12

🐛 Bug Fixes

  • Fix GitHub API endpoint: use /releases?per_page=1 instead of /releases/latest to 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 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 04 May 15:28

v1.0.0-beta2-build11

🐛 Bug Fixes

  • Fix duplicate update success message on Ctrl+U