From bd763817b093ded0fabac3df90ee32b7e0ef5ce4 Mon Sep 17 00:00:00 2001 From: melvinzhang Date: Thu, 1 Mar 2018 20:26:23 +0800 Subject: [PATCH] add release note for 1.92 --- Magarena.app/Contents/Info.plist | 2 +- release/README.txt | 40 ++++++++++++++++++++++++++++++ src/magic/utility/MagicSystem.java | 2 +- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/Magarena.app/Contents/Info.plist b/Magarena.app/Contents/Info.plist index 93f5e24c9d..e9168ea06b 100644 --- a/Magarena.app/Contents/Info.plist +++ b/Magarena.app/Contents/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString -1.91 +1.92 CFBundleSignature Maga CFBundleVersion diff --git a/release/README.txt b/release/README.txt index 96849535e7..f22441d178 100644 --- a/release/README.txt +++ b/release/README.txt @@ -73,6 +73,46 @@ Thanks to Thank you for your support and have fun! +Release 1.92 (February 28, 2018) +============ +Fulmene +kelsioboy +melvin +Sergio Lo Cascio + +- update Italian translation + +- fixed the following bugs: + * unable to transfer control of Crown of Doom to opponent (issue #1477) + * Death's Shadow gets +X/+X if player's life total is negative (issue #1462) + +- added the following cards: +Angrath's Marauders, Arguel's Blood Fast, Azcanta, the Sunken Ruin, +black Vampire creature token, Chandra's Defeat, Chart a Course, +Commune with Dinosaurs, Conqueror's Foothold, Conqueror's Galleon, +Deadeye Quartermaster, Deathgorge Scavenger, Entrancing Melody, +Fathom Fleet Cutthroat, Field of Ruin, Firecannon Blast, Fleet Swallower, +Gideon's Defeat, Grim Captain's Call, Herald of Secret Streams, Hostility, +Hour of Devastation, Huatli, Radiant Champion, Huatli's Spurring, +Imminent Doom, Kalitas, Bloodchief of Ghet, Kiora, the Crashing Wave, +Kumena's Speaker, Liliana's Defeat, Nissa's Defeat, Oketra's Last Mercy, +Old-Growth Dryads, Pharika, God of Affliction, Purity, River Darter, +Rowdy Crew, Ruin Raider, Sanguine Sacrament, Saving Grace, +Seafloor Oracle, Search for Azcanta, Sekki, Seasons' Guide, +Servant of the Scale, Settle the Wreckage, Silverclad Ferocidons, +Siren Reaver, Siren's Ruse, Siren Stormtamer, Sorin, Solemn Visitor, +Spell Swindle, Storm Fleet Sprinter, Strength of the Pack, +Sunbird's Invocation, Sun-Blessed Mount, Sun-Collared Raptor, +Sun-Crested Pterodon, Sun Sentinel, Swab Goblin, Swaggering Corsair, +Swarm Intelligence, Swift Warden, Sword-Point Diplomacy, +Sworn Guardian, Temple of Aclazotz, Tenacious Hunter, The Locust God, +The Scorpion God, Thrashing Brontodon, Tishana, Voice of Thunder, +Tragic Lesson, Trapjaw Tyrant, Treasure Cove, Treasure Map, +Tyrannize, Vampire Champion, Vampire Revenant, Vampire's Zeal, +Verdant Sun's Avatar, Vile Manifestation, Vindictive Lich, +Visage of Bolas, Vraska's Conquistador, Wasp of the Bitter End, +Woebringer Demon, Zetalpa, Primal Dawn + Release 1.91 (January 27, 2017) ============ Fulmene diff --git a/src/magic/utility/MagicSystem.java b/src/magic/utility/MagicSystem.java index bce4a8362b..b68f5a3325 100644 --- a/src/magic/utility/MagicSystem.java +++ b/src/magic/utility/MagicSystem.java @@ -25,7 +25,7 @@ import magic.utility.MagicFileSystem.DataPath; final public class MagicSystem { private MagicSystem() {} - public static final String VERSION = "1.91"; + public static final String VERSION = "1.92"; static { System.setProperty("http.agent", "Magarena " + VERSION); }