mirror of
https://github.com/andrewgioia/keyrune.git
synced 2025-11-09 17:20:43 +00:00
Compare commits
No commits in common. "90a70f8fd2a3caabf9ae94d0462bc61ba2871f6d" and "91d8ad0eb91e40fd20dbd56ad9d152ee325934fc" have entirely different histories.
90a70f8fd2
...
91d8ad0eb9
@ -11,11 +11,6 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## Versions
|
||||
|
||||
### [3.14.1] 2024-03-04 Fixes docs for BIG, fixes .ttf for embedding
|
||||
|
||||
* **Fixed:** Moved BIG to Expansions in docs ([#227](https://github.com/andrewgioia/keyrune/issues/227))
|
||||
* **Changed:** keyrune.ttf should have the correct font embeddability setting, need to test to confirm ([#201](https://github.com/andrewgioia/keyrune/issues/201))
|
||||
|
||||
### [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))
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://keyrune.andrewgioia.com",
|
||||
"version": "3.14.1",
|
||||
"version": "3.14.0",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrew@gioia.email>"
|
||||
],
|
||||
|
||||
Binary file not shown.
@ -446,9 +446,6 @@
|
||||
<div class="icon" id="otj" name="Outlaws of Thunder Junction" data-name="Outlaws of Thunder Junction" data-class="otj" data-unicode="e9cc" data-added="v3.14.0">
|
||||
<span class="name"><i class="ss ss-otj"></i> Outlaws of Thunder Junction <em>(otj)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="big" name="The Big Score" data-name="The Big Score" data-class="big" data-unicode="e9d6" data-added="v3.14.0">
|
||||
<span class="name"><i class="ss ss-big"></i> The Big Score <em>(big)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="blb" name="Bloomburrow" data-name="Bloomburrow" data-class="blb" data-unicode="e9cd" data-added="v3.14.0">
|
||||
<span class="name"><i class="ss ss-blb"></i> Bloomburrow <em>(blb)</em></span>
|
||||
</div>
|
||||
@ -696,6 +693,9 @@
|
||||
<div class="icon" id="otp" name="Breaking News" data-name="Breaking News" data-class="otp" data-unicode="e9d5" data-added="v3.14.0">
|
||||
<span class="name"><i class="ss ss-otp"></i> Breaking News <em>(otp)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="big" name="The Big Score" data-name="The Big Score" data-class="big" data-unicode="e9c8" data-added="v3.14.0">
|
||||
<span class="name"><i class="ss ss-big"></i> The Big Score <em>(big)</em></span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="content">
|
||||
|
||||
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"description": "Keyrune",
|
||||
"version": "3.14.1",
|
||||
"version": "3.14.0",
|
||||
"author": {
|
||||
"name": "Andrew Gioia",
|
||||
"email": "andrew@gioia.email",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user