From 4641e923d4be2cd3afd08385f3d3474077506e99 Mon Sep 17 00:00:00 2001 From: matthewevans Date: Thu, 27 Aug 2026 08:22:43 -0700 Subject: [PATCH] chore(changelog): publish entry #199 --- client/public/changelog-meta.json | 2 +- client/public/changelog.json | 14 ++++++++++++++ scripts/changelog/state.json | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/client/public/changelog-meta.json b/client/public/changelog-meta.json index f3e19da504..852eb7b2ef 100644 --- a/client/public/changelog-meta.json +++ b/client/public/changelog-meta.json @@ -1,3 +1,3 @@ { - "latestId": 198 + "latestId": 199 } diff --git a/client/public/changelog.json b/client/public/changelog.json index fe91e5c999..b0593fa00c 100644 --- a/client/public/changelog.json +++ b/client/public/changelog.json @@ -1,5 +1,19 @@ { "entries": [ + { + "id": 199, + "date": "2026-08-27", + "title": "Commander Draft and Android arrive", + "tags": [ + "new-cards", + "card-fixes", + "gameplay", + "interface", + "multiplayer" + ], + "body": "✨ New Cards & Mechanics\n• Commander Draft is ready for pods, and phase.rs is now available as an Android APK\n• Glacian, Powerstone Engineer can tap any chosen number of artifacts for X, unlocking the wider \"Tap X untapped [type]\" ability class\n• Choosing a Ring-bearer now fires the triggers that care about that choice (Call of the Ring), and Mount Doom, Cloak and Dagger, Entwined, and Karolina Dean, Runaway join the card pool\n• You can download direct Scryfall visual packs for card art, animations, and avatars\n\n🛠️ Cards That Now Work Right\n• Adventures preserve the correct face and qualifier through casting and resolution (including Garenbrig Squire and land-front Adventures)\n• Dauthi Voidwalker can choose a void-countered card in exile and cast it for free, even in multiplayer games\n• Face-down casts no longer combine with a separate alternative-cost permission, while normal-cost permissions still work correctly\n• Effects that make a player pay \"unless\" by sacrificing or tapping the specified creatures now keep the right payer and payment bounds\n• Palantír and Gearhulk-style effects can use the full chain of cards selected by earlier instructions\n\n⚔️ Combat & Gameplay\n• Draft pods recover cleanly after a reload and Swiss pairing now avoids rematches whenever a fresh pairing exists\n• Resolve All resumes the intended auto-passes afterward, and rejected game actions now explain what went wrong instead of failing silently\n• Copies of spells no longer carry over Commander-specific role choices from their originals\n\n🖥️ Interface\n• Card hover previews are stable again in decks and on the game board\n• Android and desktop controls now respect each platform’s supported features\n\n🌐 Multiplayer\n• Commander Draft and ordinary draft pods retain their state and reconnect reliably across the table", + "discordUrl": "https://discord.com/channels/1485498006781427802/1486432040332296424/1542554811785019483" + }, { "id": 198, "date": "2026-08-25", diff --git a/scripts/changelog/state.json b/scripts/changelog/state.json index 6dd2ee2fca..6e02cb7f0f 100644 --- a/scripts/changelog/state.json +++ b/scripts/changelog/state.json @@ -1,4 +1,4 @@ { - "lastTip": "eee5ad89407b54612e35bd2f4f144e59659de5f4", - "lastPostedId": 198 + "lastTip": "fba25131564a346d502d24ada326ea58eb6a0689", + "lastPostedId": 199 }