Skip to content

Commit

Permalink
Adds Kamigawa: Neon Dynasty Commander (#180) and Streets of New Capen…
Browse files Browse the repository at this point in the history
…na (#184)
  • Loading branch information
andrewgioia committed Mar 25, 2022
1 parent 5966c41 commit a87af1e
Show file tree
Hide file tree
Showing 25 changed files with 51 additions and 16 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -5,12 +5,15 @@ All notable changes to this project will be documented in this file.
## Unreleased

* Validate all class names to handle official set codes, MODO codes, and MTGJson/community fallbacks
* Replace IKO with official symbol trace
* Change xZNR to official set code and replace with symbol trace when final
* Update this changelog for better formatting

## Versions

### [3.9.1] 2022-03-25 Kamigawa Commander and Streets of New Capenna

* **Added:** Kamigawa, Neon Dynasty Commander (NEC) set symbol ([#180](https://github.com/andrewgioia/keyrune/issues/180))
* **Added:** Streets of New Capenna (SNC) set symbol ([#184](https://github.com/andrewgioia/keyrune/issues/184))

### [3.9.0] 2022-01-26 Kamigawa: Neon Dynasty, Unfinity, and Alchemy 2022

* **Added:** Kamigawa, Neon Dynasty (NEO) set symbol ([#178](https://github.com/andrewgioia/keyrune/issues/178))
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Keyrune v3.9.0
# Keyrune v3.9.1

## The Magic: the Gathering set symbol font!

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://keyrune.andrewgioia.com",
"version": "3.9.0",
"version": "3.9.1",
"authors": [
"Andrew Gioia <andrew@gioia.email>"
],
Expand Down
10 changes: 8 additions & 2 deletions css/keyrune.css
Expand Up @@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.9.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.9.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.9.0') format('woff2'), url('../fonts/keyrune.woff?v=3.9.0') format('woff'), url('../fonts/keyrune.ttf?v=3.9.0') format('truetype'), url('../fonts/keyrune.svg?v=3.9.0#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.9.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.9.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.9.1') format('woff2'), url('../fonts/keyrune.woff?v=3.9.1') format('woff'), url('../fonts/keyrune.ttf?v=3.9.1') format('truetype'), url('../fonts/keyrune.svg?v=3.9.1#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -606,6 +606,9 @@
.ss-neo:before {
content: "\e98c";
}
.ss-snc:before {
content: "\e98b";
}
/**
* Command Zone */
.ss-van:before {
Expand Down Expand Up @@ -703,6 +706,9 @@
.ss-cc2:before {
content: "\e987";
}
.ss-nec:before {
content: "\e98d";
}
/**
* Reprint */
.ss-chr:before {
Expand Down
2 changes: 1 addition & 1 deletion css/keyrune.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/keyrune.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/cheatsheet.html
Expand Up @@ -222,6 +222,7 @@ <h4>Icons, CSS Class, and Unicode</h4>
<span class="utf"><i>&#xe913;</i> ss-mps <code>&amp;#xe913;</code></span>
<span class="utf"><i>&#xe631;</i> ss-mrd <code>&amp;#xe631;</code></span>
<span class="utf"><i>&#xe626;</i> ss-nem <code>&amp;#xe626;</code></span>
<span class="utf"><i>&#xe98d;</i> ss-nec <code>&amp;#xe98d;</code></span>
<span class="utf"><i>&#xe98c;</i> ss-neo <code>&amp;#xe98c;</code></span>
<span class="utf"><i>&#xe626;</i> ss-nms <code>&amp;#xe626;</code></span>
<span class="utf"><i>&#xe649;</i> ss-nph <code>&amp;#xe649;</code></span>
Expand Down Expand Up @@ -254,6 +255,7 @@ <h4>Icons, CSS Class, and Unicode</h4>
<span class="utf"><i>&#xe63f;</i> ss-shm <code>&amp;#xe63f;</code></span>
<span class="utf"><i>&#xe687;</i> ss-sld <code>&amp;#xe687;</code></span>
<span class="utf"><i>&#xe687;</i> ss-slu <code>&amp;#xe687;</code></span>
<span class="utf"><i>&#xe98b;</i> ss-snc <code>&amp;#xe98b;</code></span>
<span class="utf"><i>&#xe902;</i> ss-soi <code>&amp;#xe902;</code></span>
<span class="utf"><i>&#xe636;</i> ss-sok <code>&amp;#xe636;</code></span>
<span class="utf"><i>&#xe647;</i> ss-som <code>&amp;#xe647;</code></span>
Expand Down
Binary file modified docs/fonts/keyrune.eot
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/fonts/keyrune.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/fonts/keyrune.ttf
Binary file not shown.
Binary file modified docs/fonts/keyrune.woff
Binary file not shown.
Binary file modified docs/fonts/keyrune.woff2
Binary file not shown.
10 changes: 8 additions & 2 deletions docs/icons.html
Expand Up @@ -37,15 +37,15 @@ <h1 class="sub">Set Symbol Icons</h1>
<i class="ss ss-pmtg2"></i>
Download
</a>
<h2 class="sub">Complete 289 Magic set symbol font icons</h2>
<h2 class="sub">Complete 291 Magic set symbol font icons</h2>
</div>
</header>

<main>
<div class="wrapper">
<section>
<h3>
View the full list of 289 set and expansion symbols below, for all sets and special edition products up to <strong>Kamigawa: Neon Dynasty</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
View the full list of 291 set and expansion symbols below, for all sets and special edition products up to <strong>Streets of New Capenna</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
</h3>
<p style="margin: -15px 0 25px;">
<strong>Note:</strong> you can now link directly to a preview of each symbol's by adding the symbol code at the end of the url like this: <a href="https://keyrune.andrewgioia.com/icons.html?icon=ody">https://keyrune.andrewgioia.com/icons.html?icon=ody</a>.
Expand Down Expand Up @@ -416,6 +416,9 @@ <h4>Expansion Sets</h4>
<div class="icon" id="neo" name="Kamigawa: Neon Dynasty" data-name="Kamigawa: Neon Dynasty" data-class="neo" data-unicode="e98c" data-added="v3.9.0">
<span class="name"><i class="ss ss-neo"></i> Kamigawa: Neon Dynasty <em>(neo)</em></span>
</div>
<div class="icon" id="snc" name="Streets of New Capenna" data-name="Streets of New Capenna" data-class="snc" data-unicode="e98b" data-added="v3.9.1">
<span class="name"><i class="ss ss-snc"></i> Streets of New Capenna <em>(snc)</em></span>
</div>
</div>
</section>
<section class="content">
Expand Down Expand Up @@ -517,6 +520,9 @@ <h4>Command Zone Sets</h4>
<div class="icon" id="cc2" name="Commander Collection: Black" data-name="Commander Collection: Black" data-class="cc2" data-unicode="e987" data-added="v3.8.4" data-duo="true">
<span class="name"><i class="ss ss-cc2 ss-duo ss-common"></i> Commander Collection: Black <em>(cc2)</em></span>
</div>
<div class="icon" id="nec" name="Kamigawa: Neon Dynasty Commander" data-name="Kamigawa: Neon Dynasty Commander" data-class="nec" data-unicode="e98d" data-added="v3.9.1">
<span class="name"><i class="ss ss-nec"></i> Kamigawa Commander <em>(nec)</em></span>
</div>
</div>
</section>
<section class="content">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -43,7 +43,7 @@ <h2>Magic: the Gathering set symbol font</h2>
</a>
</div>
<p>
Current version 3.9.0 includes all sets to Kamigawa: Neon Dynasty.
Current version 3.9.1 includes all sets to Streets of New Capenna.
</p>
</div>
</header>
Expand Down
Binary file modified fonts/keyrune.eot
Binary file not shown.
4 changes: 3 additions & 1 deletion fonts/keyrune.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/keyrune.ttf
Binary file not shown.
Binary file modified fonts/keyrune.woff
Binary file not shown.
Binary file modified fonts/keyrune.woff2
Binary file not shown.
2 changes: 2 additions & 0 deletions less/icons.less
Expand Up @@ -164,6 +164,7 @@
.@{ss-prefix}-vow:before { content: "\e977"; } // Innistrad: Crimson Vow
/* 2022 Sets */
.@{ss-prefix}-neo:before { content: "\e98c"; } // Kamigawa: Neon Dynasty
.@{ss-prefix}-snc:before { content: "\e98b"; } // Streets of New Capenna

/**
* Command Zone */
Expand Down Expand Up @@ -201,6 +202,7 @@
.@{ss-prefix}-mic:before { content: "\e985"; } // Midnight Hunt Commander
.@{ss-prefix}-voc:before { content: "\e986"; } // Crimson Vow Commander
.@{ss-prefix}-cc2:before { content: "\e987"; } // Commander Collection: Black (inner)
.@{ss-prefix}-nec:before { content: "\e98d"; } // Kamigawa: Neon Dynasty Commander

/**
* Reprint */
Expand Down
2 changes: 1 addition & 1 deletion less/variables.less
Expand Up @@ -2,6 +2,6 @@
* Global */

@ss-font-path: '../fonts';
@ss-version: '3.9.0';
@ss-version: '3.9.1';
@ss-font-size-base: 14px;
@ss-prefix: ss;
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "3.9.0",
"version": "3.9.1",
"author": {
"name": "Andrew Gioia",
"email": "andrew@gioia.email",
Expand Down
4 changes: 3 additions & 1 deletion sass/_variables.scss
@@ -1,7 +1,7 @@
/**
* Globals */

$keyrune_version: '3.9.0' !default;
$keyrune_version: '3.9.1' !default;
$keyrune_font_path: '../fonts' !default;

// font specific
Expand Down Expand Up @@ -221,6 +221,7 @@ $keyrune_sets: (
("Innistrad: Crimson Vow", "vow", "\e977"),
// 2022 sets
("Kamigawa: Neon Dynasty", "neo", "\e98c"),
("Streets of New Capenna", "snc", "\e98b"),
//
// Command zone
("Vanguard", "van", "\e655"),
Expand Down Expand Up @@ -257,6 +258,7 @@ $keyrune_sets: (
("Innistrad: Midnight Hunt Commander", "mic", "\e985"),
("Innistrad: Crimson Vow Commander", "voc", "\e986"),
("Commander Collection: Black", "cc2", "\e987"),
("Kamigawa: Neon Dynasty Commander", "nec", "\e98d"),

//
// Reprint sets
Expand Down
5 changes: 5 additions & 0 deletions svg/nec.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions svg/snc.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a87af1e

Please sign in to comment.