惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
J
Java Code Geeks
V
V2EX
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
B
Blog
A
About on SuperTechFans
有赞技术团队
有赞技术团队
月光博客
月光博客
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
腾讯CDC
美团技术团队
大猫的无限游戏
大猫的无限游戏
爱范儿
爱范儿
N
Netflix TechBlog - Medium
C
Check Point Blog
Recent Announcements
Recent Announcements
博客园 - Franky
博客园 - 叶小钗
T
Tailwind CSS Blog

SpawnBox Releases

SpawnBox 1.5.1 - New servers that start the first time, datapack folder fixes, and a lighter background service SpawnBox 1.5.2 - Server cards that stay startable after your servers have been off for a while SpawnBox 1.5.0 - Server controls that wait for a booting server, a PC that stays awake, and account page fixes SpawnBox 1.4.2 - Account area redesign, history pages that explain plan limits, Easy Address fixes SpawnBox 1.4.1 - The Install button works again SpawnBox 1.4.0 - SpawnBox Plus is here SpawnBox 1.3.2 - A quieter task tray, and nothing lost when you clear a row SpawnBox 1.3.1 - Pro costs less, the trial lasts longer, and the app gets out of your way SpawnBox 1.3.0 - See everything your server world is doing SpawnBox 1.2.1 - You SpawnBox 1.2.0 - Answers inside the app, newer Minecraft versions, and steadier screens SpawnBox 1.1.4 — A clearer console, modded-server tracking, and honest error messages SpawnBox 1.1.3 — Clearer Pro previews and safer server recovery SpawnBox 1.1.2 — Your server address now always tells the truth SpawnBox 1.1.1 — Clearer subscription status and a cleaner uninstall SpawnBox 1.1.0 — PvP fight tracking and newer Minecraft support SpawnBox 1.0.0 — SpawnBox 1.0 - out of preview, with accounts and Pro now open SpawnBox 0.2.0-beta.12 — Bigger plugin library, smarter imports, fresher diagnostics SpawnBox 0.2.0-beta.11 — Sign-in stays put during background refreshes SpawnBox 0.2.0-beta.10 — First-run setup no longer gets falsely stuck at the restart step SpawnBox 0.2.0-beta.9 — Setup recovers from the stuck restart step, and sign-in tells the truth SpawnBox 0.2.0-beta.7 — First-run feels more like the app is on your side SpawnBox 0.2.0-beta.0 — Our biggest update since preview began SpawnBox 0.1.1-beta.29 — Server type switches that just work SpawnBox 0.1.1-beta.27 — Fix-it actually fixes, install stops looping, dropdown gets smarter SpawnBox 0.1.1-beta.26 — Restore actually restores, map stops crashing, imports stop lying
SpawnBox 0.2.0-beta.2 — Smoother first-run installs and a...
SpawnBox · 2026-05-04 · via SpawnBox Releases

0.2.0-beta.2 patch

Faster, more deterministic first-run installs, and the uninstaller no longer wipes server data when you only meant to clear settings, logs, and history.

Highlights

  • · Uninstalling SpawnBox no longer secretly wipes your servers: the uninstaller offered two checkboxes - 'Delete my SpawnBox data (settings, logs, and server history)' and a separate 'Delete all my Minecraft servers and worlds (cannot be undone)'. Ticking only the first one - which the label promised would just clear settings, logs, and history - was actually deleting your servers and worlds anyway. A note on why this only started biting people now: the underlying mistake had been there for a while, but the SpawnBox container used to stay running in the background even when no servers were active, and that running container kept a file-lock on the virtual disk that holds your worlds. The lock was quietly saving everyone. In 0.2.0-beta.0 we shipped the 'system memory comes back when servers are stopped' feature, which lets the container shut down when idle - that's a real win for users running games or other heavy apps, but it also released the lock and exposed this latent uninstaller bug for the first time. The two checkboxes are now properly independent: the settings/logs/history option only ever touches settings, logs, and history; your worlds, mods, plugins, and player data are only ever deleted when you explicitly tick the second box. Auto-updates were never affected by this and aren't now - your servers stay through every update. As a bonus: if a previous uninstall on your machine already left things in a half-removed state (where the system still 'remembers' SpawnBox's container but the underlying disk is gone), SpawnBox now detects that the next time it runs and clears it cleanly, instead of getting stuck looping 'container is not responding' forever.
  • · First-run installs are faster and more deterministic: after 0.2.0-beta.0 we used the install-step telemetry (the same opt-in feature beta.0 introduced) to track down specific places first-run setup was getting stuck or running unusually slow. Several were the kind of issue that's painful to find without real-world data: Ubuntu's automatic-upgrade timers were holding the package manager's lock for ~6 minutes during install (now masked inside the SpawnBox container so they never run), the Ubuntu package mirror was sometimes routing to slow nodes (now points at a Microsoft-hosted mirror with a single health-checked endpoint), a cloud-config template was silently undoing the mirror swap on every reboot (now also rewritten so the swap survives), and a Ubuntu Pro hook we don't actually use was adding ~50 seconds to every package operation by phoning home to check entitlements (now neutered). Long package operations also log a heartbeat now so the install no longer appears stuck while it's actually working. We expect a meaningful share of the long-install cases to be gone, but we don't yet have wide enough signal across diverse networks to declare the class fully closed - if your install still hangs or takes more than a few minutes per phase, please file a Diagnostics report from inside the app. That's how we keep finding the next ones.
  • · More observability for the next round of install fixes: first-run install is still one of the top two friction points (the other is server creation), and beta.0's telemetry told us when installs were going wrong but not always why. This release adds finer-grained signals across the install path - which probes ran and which succeeded, which install step ran into which class of network or package error (timeout vs DNS vs TLS vs disk vs network vs apt-specific), and when SpawnBox's auto-repair entered each specific recovery branch (so 'no failures reported' can't be confused with 'recovery never ran'). Same opt-in toggle in Settings, same anonymous data, no personal information.