Merges BIG docs fixes (#226 and #227) and font embedability fix (#201)

This commit is contained in:
Andrew Gioia 2024-03-04 11:58:36 -05:00
commit 669c182dd2
No known key found for this signature in database
GPG Key ID: FC09694A000800C8
6 changed files with 11 additions and 6 deletions

View File

@ -11,6 +11,11 @@ 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))

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://keyrune.andrewgioia.com",
"version": "3.14.0",
"version": "3.14.1",
"authors": [
"Andrew Gioia <andrew@gioia.email>"
],

Binary file not shown.

View File

@ -446,6 +446,9 @@
<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>
@ -693,9 +696,6 @@
<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">
@ -1341,4 +1341,4 @@
</script>
</body>
</html>
</html>

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "3.14.0",
"version": "3.14.1",
"author": {
"name": "Andrew Gioia",
"email": "andrew@gioia.email",