Skip to content

Releases: MomoLawson/Quickstart-PC

Nightly @ 2026.5.20

Nightly @ 2026.5.20 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 May 07:47

🌙 Nightly Snapshot

Version: 1.0.0-beta4-build5
Date: 2026.5.20
Warning: This is an automated pre-release build. May be unstable.

Changes since last release

  • Nightly snapshot

Nightly @ 2026.5.19

Nightly @ 2026.5.19 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 May 07:49

🌙 Nightly Snapshot

Version: 1.0.0-beta4-build5
Date: 2026.5.19
Warning: This is an automated pre-release build. May be unstable.

Changes since last release

  • Nightly snapshot

Nightly @ 2026.5.18

Nightly @ 2026.5.18 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 May 08:06

🌙 Nightly Snapshot

Version: 1.0.0-beta4-build5
Date: 2026.5.18
Warning: This is an automated pre-release build. May be unstable.

Changes since last release

  • Nightly snapshot

Nightly @ 2026.5.17

Nightly @ 2026.5.17 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 May 06:46

🌙 Nightly Snapshot

Version: 1.0.0-beta4-build5
Date: 2026.5.17
Warning: This is an automated pre-release build. May be unstable.

Changes since last release

  • Nightly snapshot

Nightly @ 2026.5.16

Nightly @ 2026.5.16 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 May 06:24

🌙 Nightly Snapshot

Version: 1.0.0-beta4-build5
Date: 2026.5.16
Warning: This is an automated pre-release build. May be unstable.

Changes since last release

  • Nightly snapshot

v1.0.0-beta4-build4

v1.0.0-beta4-build4 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 05 May 04:40

v1.0.0-beta4-build4

🐛 Bug Fixes

  • Fix save_install_state jq dependency: add python3 fallback for JSON serialization when jq unavailable
  • Fix load_install_state jq dependency: add python3 fallback for reading state file when jq unavailable

v1.0.0-beta4-build3

v1.0.0-beta4-build3 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 05 May 04:07

v1.0.0-beta4-build3

🐛 Bug Fixes

  • Add missing LANG_DISK_SPACE_LOW and LANG_DISK_SPACE_WARNING to bash embedded fallback English strings (lines 147-206), fixing empty warning message when .sh/.json files fail to load

v1.0.0-beta4-build2

v1.0.0-beta4-build2 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 05 May 03:40

v1.0.0-beta4-build2

🐛 Bug Fixes

  • Fix check_update/self_update/auto_check_update jq dependency: add parse_github_tag function with jq → python3 → grep/sed fallback; call ensure_json_parser in check_update and self_update before GitHub API call so updates work without jq

v1.0.0-beta4-build1

v1.0.0-beta4-build1 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 05 May 03:19

v1.0.0-beta4-build1

🐛 Bug Fixes

  • Fix bash save_install_state: use ${SELECTED_PROFILES[0]} instead of undefined $SELECTED_PROFILE so state.json stores correct profile name
  • Fix bash load_install_state: add profile comparison — clears stale state when saved profile differs from current selection

v1.0.0-beta3-build4

v1.0.0-beta3-build4 Pre-release
Pre-release

Choose a tag to compare

@MomoLawson MomoLawson released this 05 May 03:06

v1.0.0-beta3-build4

🐛 Bug Fixes

  • Fix PS1 TUI menu clearing: replace Write-Host (" " * WindowWidth) with [Console]::Write("r{0}"...)` for reliable line clearing with wide characters (Chinese, Japanese, Korean) in Select-Language, Show-ProfileMenu, Show-SoftwareMenu