From f8486dd79c04e500c0faf09a6223416e47e8104c Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Sat, 2 Mar 2024 19:26:19 -0500 Subject: [PATCH] Adds MKM, MKC, and CLU code, icons in file to be added --- CHANGELOG.md | 5 +++++ bower.json | 2 +- docs/icons.html | 9 +++++++++ less/icons.less | 4 ++++ package.json | 2 +- sass/_variables.scss | 3 +++ 6 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f2edb..286692e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ All notable changes to this project will be documented in this file. ## Versions +### [3.14.0] 2024-03-02 Murders at Karlov Manner and the 2024 announced sets + +* **Added:** Murders at Karlov Manor (MKM), MKM Commander (MKC), and Ravnica: Clue Edition (CLU) set symbols ([#223](https://github.com/andrewgioia/keyrune/issues/223)) +* **Added:** Outlaws of Thunder Junction (OTJ), OTJ Commander (OTC), Breaking News (OTP), The Big Score (BIG), Bloomburrow (BLB), BLB Commander (BLC), Universes Beyond: Assassin's Creed (ACR), Modern Horizons III (MH3), and MH3 Commander (M3C) ([#225](https://github.com/andrewgioia/keyrune/issues/225)) + ### [3.13.1] 2023-11-21 Fixes Sass division syntax * **Merged:** Fix for Dart Sass 2.0.0 changes to division ([PR #221](https://github.com/andrewgioia/keyrune/pull/221)); thank you [@nogweii](https://github.com/nogweii) diff --git a/bower.json b/bower.json index d38266b..c19afd2 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "keyrune", "homepage": "http://keyrune.andrewgioia.com", - "version": "3.13.1", + "version": "3.14.0", "authors": [ "Andrew Gioia " ], diff --git a/docs/icons.html b/docs/icons.html index fbb92db..360e302 100644 --- a/docs/icons.html +++ b/docs/icons.html @@ -440,6 +440,9 @@
Lost Caverns of Ixalan (lci)
+
+ Murders at Karlov Manor (mkm) +
@@ -580,6 +583,9 @@
Lost Caverns of Ixalan Commander (lcc)
+
+ Murders at Karlov Manor Commander (mkc) +
@@ -922,6 +928,9 @@
UB: Fallout (pip)
+
+ Ravnica: Clue Edition (clu) +
diff --git a/less/icons.less b/less/icons.less index 8f9c776..fe5dcfc 100644 --- a/less/icons.less +++ b/less/icons.less @@ -173,6 +173,8 @@ .@{ss-prefix}-mat:before { content: "\e9a3"; } // March of the Machine: The Aftermath .@{ss-prefix}-woe:before { content: "\e9ae"; } // Wilds of Eldraine .@{ss-prefix}-lci:before { content: "\e9c2"; } // Lost Caverns of Ixalan +/* 2024 Sets */ +.@{ss-prefix}-mkm:before { content: "\e9c9"; } // Murders at Karlov Manor /** * Command Zone */ @@ -223,6 +225,7 @@ .@{ss-prefix}-ltc:before { content: "\e9b6"; } // Lord of the Rings Commander .@{ss-prefix}-woc:before { content: "\e9b9"; } // Wilds of Eldraine Commander .@{ss-prefix}-lcc:before { content: "\e9c7"; } // Lost Caverns of Ixalan Commander +.@{ss-prefix}-mkc:before { content: "\e9ca"; } // Murders at Karlov Manor Commander /** * Reprint */ @@ -355,6 +358,7 @@ .@{ss-prefix}-who:before { content: "\e9b0"; } // Universes Beyond: Doctor Who .@{ss-prefix}-rvr:before { content: "\e9bb"; } // Ravnica Remastered .@{ss-prefix}-pip:before { content: "\e9c3"; } // Universes Beyond: Fallout +.@{ss-prefix}-clu:before { content: "\e9cb"; } // Ravnica: Clue Edition /** * Promotional */ diff --git a/package.json b/package.json index a15d658..f1c4b91 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "keyrune", "description": "Keyrune", - "version": "3.13.1", + "version": "3.14.0", "author": { "name": "Andrew Gioia", "email": "andrew@gioia.email", diff --git a/sass/_variables.scss b/sass/_variables.scss index ca5828e..28fe12f 100644 --- a/sass/_variables.scss +++ b/sass/_variables.scss @@ -239,6 +239,7 @@ $keyrune_sets: ( ("March of the Machine: The Aftermath", "mat", "\e9a3"), ("Wilds of Eldraine", "woe", "\e9ae"), ("Lost Caverns of Ixalan", "lci", "\e9c2"), + ("Murders at Karlov Manor", "mkm", "\e9c9"), // // Command zone ("Vanguard", "van", "\e655"), @@ -287,6 +288,7 @@ $keyrune_sets: ( ("The Lord of the Rings: Tales of Middle-Earth Commander", "ltc", "\e9b6"), ("Wilds of Eldraine Commander", "woc", "\e9b9"), ("Lost Caverns of Ixalan Commander", "lcc", "\e9c7"), + ("Murders at Karlov Manor Commander", "mkc", "\e9ca"), // // Reprint sets ("Chronicles", "chr", "\e65e"), @@ -401,6 +403,7 @@ $keyrune_sets: ( ("Universes Beyond: Doctor Who", "who", "\e9b0"), ("Ravnica Remastered", "rvr", "\e9bb"), ("Universes Beyond: Fallout", "pip", "\e9c3"), + ("Ravnica: Clue Edition", "clu", "\e9cb"), // // Promos ("Guru", "pgru", "\e683"),