mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-03 23:50:45 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									5966c41032
								
							
						
					
					
						commit
						a87af1e2b9
					
				@ -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))
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Keyrune v3.9.0
 | 
			
		||||
# Keyrune v3.9.1
 | 
			
		||||
 | 
			
		||||
## The Magic: the Gathering set symbol font!
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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>"
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
@ -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;
 | 
			
		||||
}
 | 
			
		||||
@ -606,6 +606,9 @@
 | 
			
		||||
.ss-neo:before {
 | 
			
		||||
  content: "\e98c";
 | 
			
		||||
}
 | 
			
		||||
.ss-snc:before {
 | 
			
		||||
  content: "\e98b";
 | 
			
		||||
}
 | 
			
		||||
/**
 | 
			
		||||
 * Command Zone */
 | 
			
		||||
.ss-van:before {
 | 
			
		||||
@ -703,6 +706,9 @@
 | 
			
		||||
.ss-cc2:before {
 | 
			
		||||
  content: "\e987";
 | 
			
		||||
}
 | 
			
		||||
.ss-nec:before {
 | 
			
		||||
  content: "\e98d";
 | 
			
		||||
}
 | 
			
		||||
/**
 | 
			
		||||
 * Reprint */
 | 
			
		||||
.ss-chr:before {
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								css/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								css/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								docs/assets/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/assets/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -222,6 +222,7 @@
 | 
			
		||||
                    <span class="utf"><i></i> ss-mps <code>&#xe913;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-mrd <code>&#xe631;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-nem <code>&#xe626;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-nec <code>&#xe98d;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-neo <code>&#xe98c;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-nms <code>&#xe626;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-nph <code>&#xe649;</code></span>
 | 
			
		||||
@ -254,6 +255,7 @@
 | 
			
		||||
                    <span class="utf"><i></i> ss-shm <code>&#xe63f;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-sld <code>&#xe687;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-slu <code>&#xe687;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-snc <code>&#xe98b;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-soi <code>&#xe902;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-sok <code>&#xe636;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-som <code>&#xe647;</code></span>
 | 
			
		||||
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 Before Width: | Height: | Size: 667 KiB After Width: | Height: | Size: 673 KiB  | 
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@ -37,7 +37,7 @@
 | 
			
		||||
                <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>
 | 
			
		||||
 | 
			
		||||
@ -45,7 +45,7 @@
 | 
			
		||||
        <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>.
 | 
			
		||||
@ -416,6 +416,9 @@
 | 
			
		||||
                    <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">
 | 
			
		||||
@ -517,6 +520,9 @@
 | 
			
		||||
                    <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">
 | 
			
		||||
 | 
			
		||||
@ -43,7 +43,7 @@
 | 
			
		||||
                </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>
 | 
			
		||||
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 Before Width: | Height: | Size: 667 KiB After Width: | Height: | Size: 673 KiB  | 
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@ -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 */
 | 
			
		||||
@ -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 */
 | 
			
		||||
 | 
			
		||||
@ -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;
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "keyrune",
 | 
			
		||||
  "description": "Keyrune",
 | 
			
		||||
  "version": "3.9.0",
 | 
			
		||||
  "version": "3.9.1",
 | 
			
		||||
  "author": {
 | 
			
		||||
    "name": "Andrew Gioia",
 | 
			
		||||
    "email": "andrew@gioia.email",
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Globals */
 | 
			
		||||
 | 
			
		||||
$keyrune_version: '3.9.0' !default;
 | 
			
		||||
$keyrune_version: '3.9.1' !default;
 | 
			
		||||
$keyrune_font_path:  '../fonts' !default;
 | 
			
		||||
 | 
			
		||||
// font specific
 | 
			
		||||
@ -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"),
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										5
									
								
								svg/nec.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								svg/nec.svg
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
<!-- Generated by IcoMoon.io -->
 | 
			
		||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
 | 
			
		||||
<title>nec</title>
 | 
			
		||||
<path fill="#444" d="M10.163 19.964l5.11 7.204-6.648-3.96 1.538-3.244zM21.837 19.964l1.538 3.244-6.648 3.96 5.11-7.204zM9.948 10.333l5.324 15.985-11.078-15.985h5.753zM15.729 7.987v18.332l-3.531-10.904 3.531-7.428zM27.805 10.333l-11.078 15.985 5.324-15.985h5.753zM16.271 7.987l3.531 7.428-3.531 10.904v-18.332zM5.533 13.228l4.231 6.148-1.498 3.27-2.733-9.418zM26.466 13.228l-2.733 9.418-1.498-3.27 4.231-6.148zM15.63 6.886l-3.681 7.896-2.586-7.897h6.268zM22.637 6.886l-2.586 7.896-3.681-7.897h6.267zM8.022 4.833l1.742 4.936h-8.044l-1.72-4.936h8.022zM32 4.833l-1.72 4.936h-8.044l1.742-4.936h8.022z"></path>
 | 
			
		||||
</svg>
 | 
			
		||||
| 
		 After Width: | Height: | Size: 762 B  | 
							
								
								
									
										5
									
								
								svg/snc.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								svg/snc.svg
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 5.2 KiB  | 
		Loading…
	
		Reference in New Issue
	
	Block a user