chore(release): prepare v0.20.0-beta.1

Trim pending change fragments, drop the breaking flag from the stats
request-safety change, and generate prerelease notes.
This commit is contained in:
2026-09-22 01:29:58 -07:00
parent 786bd5af81
commit 122ff9a3c5
20 changed files with 114 additions and 94 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
type: changed
area: launcher
- Made every installed and downloadable launcher use the Bun runtime included with SubMiner. Added a Windows `subminer.cmd` download, persistent private runtime caches for Linux and Windows, and migration for recognized legacy launchers. Deferred migrations survive overlapping update checks and remain pending when startup cannot safely refresh the launcher.
- Simplified first-run setup to a single optional launcher control, with runtime repair guidance shown only when needed.
- Every installed and downloadable launcher now uses the Bun runtime bundled with SubMiner instead of a system Bun. Recognized legacy launchers migrate automatically, Windows gets a `subminer.cmd` download, and first-run setup is reduced to a single optional launcher control with runtime repair guidance shown only when needed.