Skip to content

Commit

Permalink
Merges BIG docs fixes (#226 and #227) and font embedability fix (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgioia committed Mar 4, 2024
2 parents 0bd8d1b + 90a70f8 commit 669c182
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 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.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))
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.14.0",
"version": "3.14.1",
"authors": [
"Andrew Gioia <[email protected]>"
],
Expand Down
Binary file modified docs/fonts/keyrune.ttf
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,9 @@ <h4>Expansion Sets</h4>
<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>
Expand Down Expand Up @@ -693,9 +696,6 @@ <h4>Reprint Sets</h4>
<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">
Expand Down Expand Up @@ -1341,4 +1341,4 @@ <h3><span id="setName">Set</span> <span id="setCode">(Code)</span></h3>
</script>

</body>
</html>
</html>
Binary file modified fonts/keyrune.ttf
Binary file not shown.
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.14.0",
"version": "3.14.1",
"author": {
"name": "Andrew Gioia",
"email": "[email protected]",
Expand Down

0 comments on commit 669c182

Please sign in to comment.