What changed in SchreckNet.
Product milestones for the V5 card-research and deckbuilding workbench.
2026-08-29 — Ko-fi support link removed
The Ko-fi donation button and footer link are gone. SchreckNet remains a fully free, non-commercial hobby project — there is simply no way to send money anymore.
- Removed the floating support button and the footer link.
- Updated the legal notice and privacy policy accordingly.
2026-08-04 — Optional account: sync your decks and inventory
Sign in with a passkey to sync your decks and inventory across devices, end-to-end encrypted with your recovery code so SchreckNet cannot read them. Everything still works fully without an account.
- No password, no email — sign in with a passkey (Face ID, fingerprint, or a security key), backed by your device or password manager.
- Sync is client-side encrypted; the server only ever stores ciphertext, and conflicting edits from two devices are flagged instead of silently overwritten.
- API tokens let you use the MCP/REST sync endpoints from other tools, deliberately scoped to sync only — they can't manage your passkeys or delete your account.
- Delete your account at any time; it's a real, permanent deletion, and your local decks are unaffected either way.
2026-08-04 — JOL deck imports actually work now
Pasting a deck list exported from JOL now resolves every card correctly instead of leaving a stray "x" stuck onto card names.
- JOL's own "4 x Card Name" spacing (space before the x) is now parsed the same as Lackey's "4x Card Name" — verified against a real JOL export.
- Deck and inventory text import both use the same fix, so nothing needs re-checking twice.
2026-07-23 — Private playgroups & leaderboards
Track casual games with your regular playgroup and see a shared leaderboard — no account needed.
- Join a group with a shareable code, log games, and track wins, VP, and archetype performance.
- Join more than one group, edit or delete a logged game, and lock editing behind an optional passphrase.
2026-07-23 — Precon quantities, done right
Adding a precon to your inventory now uses each card's real per-precon copy count, not a flat guess.
- Enter how many copies of a precon you own; every card is adjusted by its own real quantity.
- The precon browser also shows what you already own, sourced from your inventory.
2026-07-23 — New look, and German
SchreckNet has a new bat-sigil identity, and the interface is now available in German.
- Refreshed logo, wordmark, and tagline across the app.
- Added Impressum and Datenschutzerklärung pages for German visitors.
2026-07-22 — Search in your language
Crypt and Library research controls now follow the selected English, Spanish, or French interface language.
- Localized exact, regex, semantic, set, precon, trait, and sorting controls.
- Added browser coverage for both search routes in Spanish and French.
2026-07-22 — Responsive deckbuilding
The complete workbench now fits compact phones without hiding core actions.
- Validated ten primary routes at 320 px and 360 px.
- Improved touch targets, Inventory layout, and the populated deck editor.
2026-07-22 — Local inventory complete
Anonymous inventory works offline alongside local decks.
- Added owned-card search filters, missing-card lists, want-list export, and proxy integration.
- Kept inventory and deck data in the browser-local user database.
2026-07-21 — Offline semantic research
Concept search is available without sending card text or queries to a remote model.
- Added a checksum-pinned local model and embedded V5 vectors.
- Kept browser, REST, and MCP result ranking aligned through shared Rust.