Skip to content

Commit

Permalink
Adds MKM, MKC, and CLU code, icons in file to be added
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgioia committed Mar 3, 2024
1 parent b012e9d commit f8486dd
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://keyrune.andrewgioia.com",
"version": "3.13.1",
"version": "3.14.0",
"authors": [
"Andrew Gioia <[email protected]>"
],
Expand Down
9 changes: 9 additions & 0 deletions docs/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,9 @@ <h4>Expansion Sets</h4>
<div class="icon" id="lci" name="Lost Caverns of Ixalan" data-name="Lost Caverns of Ixalan" data-class="lci" data-unicode="e9c2" data-added="v3.13.0">
<span class="name"><i class="ss ss-lci"></i> Lost Caverns of Ixalan <em>(lci)</em></span>
</div>
<div class="icon" id="mkm" name="Murders at Karlov Manor" data-name="Murders at Karlov Manor" data-class="mkm" data-unicode="e9c9" data-added="v3.14.0">
<span class="name"><i class="ss ss-mkm"></i> Murders at Karlov Manor <em>(mkm)</em></span>
</div>
</div>
</section>
<section class="content">
Expand Down Expand Up @@ -580,6 +583,9 @@ <h4>Command Zone Sets</h4>
<div class="icon" id="lcc" name="Lost Caverns of Ixalan Commander" data-name="Lost Caverns of Ixalan Commander" data-class="lcc" data-unicode="e9c7" data-added="v3.13.0">
<span class="name"><i class="ss ss-lcc"></i> Lost Caverns of Ixalan Commander <em>(lcc)</em></span>
</div>
<div class="icon" id="mkc" name="Murders at Karlov Manor Commander" data-name="Murders at Karlov Manor Commander" data-class="mkc" data-unicode="e9ca" data-added="v3.14.0">
<span class="name"><i class="ss ss-mkc"></i> Murders at Karlov Manor Commander <em>(mkc)</em></span>
</div>
</div>
</section>
<section class="content">
Expand Down Expand Up @@ -922,6 +928,9 @@ <h4>Other Supplemental Products</h4>
<div class="icon" id="pip" name="Universes Beyond: Fallout" data-name="Universes Beyond: Fallout" data-class="pip" data-unicode="e9c3" data-added="v3.13.0">
<span class="name"><i class="ss ss-pip"></i> UB: Fallout <em>(pip)</em></span>
</div>
<div class="icon" id="clu" name="Ravnica: Clue Edition" data-name="Ravnica: Clue Edition" data-class="clu" data-unicode="e9cb" data-added="v3.14.0">
<span class="name"><i class="ss ss-clu"></i> Ravnica: Clue Edition <em>(clu)</em></span>
</div>
</div>
</section>
<section class="content">
Expand Down
4 changes: 4 additions & 0 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "3.13.1",
"version": "3.14.0",
"author": {
"name": "Andrew Gioia",
"email": "[email protected]",
Expand Down
3 changes: 3 additions & 0 deletions sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down Expand Up @@ -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"),
Expand Down Expand Up @@ -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"),
Expand Down

0 comments on commit f8486dd

Please sign in to comment.