diff --git a/CHANGELOG.md b/CHANGELOG.md index 0454ef6..7e07f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ All notable changes to this project will be documented in this file. * Aetherdrift Commander (DRC) set symbol with inner and border glyphs ([#251](https://github.com/andrewgioia/keyrune/issues/251)) * SVGs are now up to date and the improper scale of DSK and MB2 is corrected ([#260](https://github.com/andrewgioia/keyrune/issues/260)) +#### Changed + +* REN and RIN are now added as set codes and class names for Renaissance and Rinascimento, respectively. Previously these were `xren` and `xrin`, which are maintained for backwards compatibility, but they now have the "official" MTGJSON/Scryfall codes. + #### Fixed * Re-adds support for text-stroke borders by default, and manual glyph borders as an override on specific symbols. Note that .ss-border is not working well when .ss-grad is also applied, due to the way that the gradient has to be applied to the glyph (via text-clip). diff --git a/css/keyrune.css b/css/keyrune.css index d6e7665..182ce2b 100644 --- a/css/keyrune.css +++ b/css/keyrune.css @@ -866,9 +866,11 @@ .ss-mm3:before { content: "\e912"; } +.ss-ren:before, .ss-xren:before { content: "\e917"; } +.ss-rin:before, .ss-xrin:before { content: "\e918"; } diff --git a/css/keyrune.min.css b/css/keyrune.min.css index d6e7665..182ce2b 100644 --- a/css/keyrune.min.css +++ b/css/keyrune.min.css @@ -866,9 +866,11 @@ .ss-mm3:before { content: "\e912"; } +.ss-ren:before, .ss-xren:before { content: "\e917"; } +.ss-rin:before, .ss-xrin:before { content: "\e918"; } diff --git a/docs/assets/keyrune.min.css b/docs/assets/keyrune.min.css index d6e7665..182ce2b 100644 --- a/docs/assets/keyrune.min.css +++ b/docs/assets/keyrune.min.css @@ -866,9 +866,11 @@ .ss-mm3:before { content: "\e912"; } +.ss-ren:before, .ss-xren:before { content: "\e917"; } +.ss-rin:before, .ss-xrin:before { content: "\e918"; } diff --git a/docs/cheatsheet.html b/docs/cheatsheet.html index 30e72e7..79ef48d 100644 --- a/docs/cheatsheet.html +++ b/docs/cheatsheet.html @@ -294,10 +294,10 @@

ss-ptk 
ss-rav 
+ ss-ren 
ss-rex 
+ ss-rin 
ss-rix 
- ss-xren 
- ss-xrin 
ss-rna 
ss-roe 
ss-rtr 
diff --git a/docs/icons.html b/docs/icons.html
index 58d167e..34b79a8 100644
--- a/docs/icons.html
+++ b/docs/icons.html
@@ -37,7 +37,7 @@ Note: 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: https://keyrune.andrewgioia.com/icons.html?icon=ody. @@ -657,11 +657,11 @@
- Current version 3.16.0 includes all sets to Aetherdrift. + Current version 3.16.1 includes all sets to Aetherdrift.