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

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
腾讯CDC
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
LINUX DO - 热门话题
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Project Zero
Project Zero
V
Vulnerabilities – Threatpost
Cisco Talos Blog
Cisco Talos Blog
P
Palo Alto Networks Blog
C
Cisco Blogs
A
Arctic Wolf
月光博客
月光博客
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
量子位
小众软件
小众软件
Latest news
Latest news
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
T
The Exploit Database - CXSecurity.com
Security Latest
Security Latest
N
Netflix TechBlog - Medium
K
Kaspersky official blog
人人都是产品经理
人人都是产品经理
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
Y
Y Combinator Blog
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
M
MIT News - Artificial intelligence
T
Threat Research - Cisco Blogs
S
Schneier on Security
D
Docker
Scott Helme
Scott Helme
MyScale Blog
MyScale Blog
Spread Privacy
Spread Privacy
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
GbyAI
GbyAI
有赞技术团队
有赞技术团队
Google DeepMind News
Google DeepMind News
The Hacker News
The Hacker News
H
Help Net Security
Simon Willison's Weblog
Simon Willison's Weblog
J
Java Code Geeks
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tenable Blog
B
Blog
Know Your Adversary
Know Your Adversary
IT之家
IT之家

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.2 — Smoother first-run installs and a safer uninstall path SpawnBox 0.2.0-beta.0 — Our biggest update since preview began 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.1.1-beta.29 — Server type switches that just work
SpawnBox · 2026-04-22 · via SpawnBox Releases

0.1.1-beta.29 patch

Type switching between Paper, Spigot, Purpur, and Vanilla no longer fails, migrations preserve your history, and kept-port imports land correctly.

Highlights

  • · Server type switches no longer fail mid-flight: switching a server's type (for example Purpur to Spigot, or Paper to Vanilla) used to show misleading dialog labels and fail to complete. The root cause was that two different parts of SpawnBox were separately managing the small telemetry helper that rides alongside your server (the SpawnBox Telemetry Datapack or Plugin, depending on server type - this is what powers Activity, Connected Players detail, base tracking, and combat insights). Their code paths could collide during same-family switches (Paper -> Purpur, for example) and flag filesystem work that didn't actually need to happen. Telemetry asset management is now consolidated into a single reconciliation pass that runs right before each server launch - one owner, no collisions. As a bonus side effect, the system self-heals if anything drifts out of alignment between launches.
  • · Upgrades preserve your telemetry history: upgrading a server's type (for example Vanilla to Paper, to unlock plugin support) used to fail with a database is locked error if the server had already accumulated activity history. That migration path is now unblocked, and your telemetry history carries forward across the switch.
  • · Kept-port imports land in the right configuration: importing a pre-existing server while keeping its original Minecraft port now correctly arranges the surrounding ports SpawnBox uses behind the scenes (for features like console access from the app and the Telemetry Plugin's data channel). Kept-port imports no longer collide with those slots or land on the wrong configuration.