diff --git a/changelog.txt b/changelog.txt index 4f1a847c5..269ffe865 100644 --- a/changelog.txt +++ b/changelog.txt @@ -12,10 +12,12 @@ __Mainframe Battles (Single-face)__ __More New Templates__ Thanks to GenevensiS for their continued work on keeping up with the Showcases! • Add the Aetherdrift First Place, First Place Planeswalker, and First Place Full Art land frames. Without access to the Space Cadet font, we don't plan to make the Rude Riders variant. -• Added the Tarkir Draconic and Draconic Adventure frames +• Added the Tarkir Draconic, Draconic Adventure, Ghostfire, and Ghostfire Planeswalker frames +• Added the Secret Lair Arcade frame • Added the MKM Magnified Showcase frame • Added the UNF, ONE, LCI Full Art land frames. Those and NEO have code to detect or manually select up to two basic types. • Added the Mechanic Reminder frame, for things like Start your engines! +• Added Grapple's Old Sagas frame! __Other Updates__ • Updated types and keywords to Tarkir Dragonstorm @@ -25,7 +27,7 @@ __Other Updates__ • Added old tap symbol support to GenevensiS frames. __Template Code Updates__ -• color_background() now accepts three new parameters, artifact_blend, hybrid_blend, and multicolor_blend, which default to "mask", which behaves the same as before. Setting these to "black" will have them blend as only their respective base frame; artifact, colorless, or multicolor; without the color gradient. Setting these as "white" does the reverse, using the gradient alone and not the base cards. +• color_background() now accepts three new parameters, artifact_blend, hybrid_blend, and multicolor_blend, which default to "mask", which behaves the same as before. Setting these to "black" will have them blend as only their respective base frame; artifact, colorless, or multicolor; without the color gradient. Setting these as "white" does the reverse, using the gradient alone and not the base cards. This allows you to skip having a dozen solid black/white images for blending, which we are rolling out to old frames as needed. • Added "isfront" and "isback" support to face code. __Bug Fixes__