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

推荐订阅源

Cisco Talos Blog
Cisco Talos Blog
阮一峰的网络日志
阮一峰的网络日志
云风的 BLOG
云风的 BLOG
D
Docker
Vercel News
Vercel News
IT之家
IT之家
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
腾讯CDC
Google DeepMind News
Google DeepMind News
I
InfoQ
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
The GitHub Blog
The GitHub Blog
博客园 - Franky
The Cloudflare Blog
A
About on SuperTechFans
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
T
Tenable Blog
P
Proofpoint News Feed
Recorded Future
Recorded Future
Security Latest
Security Latest
H
Hackread – Cybersecurity News, Data Breaches, AI and More
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
博客园 - 聂微东
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Google Online Security Blog
Google Online Security Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Simon Willison's Weblog
Simon Willison's Weblog
The Last Watchdog
The Last Watchdog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
U
Unit 42
The Hacker News
The Hacker News
Martin Fowler
Martin Fowler
T
Threat Research - Cisco Blogs
NISL@THU
NISL@THU
F
Full Disclosure
M
MIT News - Artificial intelligence
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
V
V2EX
Project Zero
Project Zero

SpawnBox Releases

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 safer uninstall path
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.