Version bump to v1.17.1, updates changelog for #139

This commit is contained in:
Andrew Gioia 2024-11-08 09:49:25 -05:00
parent ecc7eb64e7
commit 957ad2abcd
Signed by: andrew
GPG Key ID: FC09694A000800C8
6 changed files with 14 additions and 8 deletions

View File

@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file.
## Versions ## Versions
### [1.17.1] 2024-11-08 Colorless split costs
#### Added
* Split costs now support the colorless split mana symbols on [Ulalek, Fused Atrocity](https://scryfall.com/card/m3c/4/ulalek-fused-atrocity) ([#139](https://github.com/andrewgioia/mana/issues/139))
### [1.17.0] 2024-11-06 2024 abilities ### [1.17.0] 2024-11-06 2024 abilities
* Note this release has not updated the LESS source files. It's become too much to maintain both sadly and LESS will be deprecated/removed going forward. * Note this release has not updated the LESS source files. It's become too much to maintain both sadly and LESS will be deprecated/removed going forward.

View File

@ -1,4 +1,4 @@
# Mana v1.17.0 # Mana v1.17.1
## The Magic: the Gathering mana symbol font! ## The Magic: the Gathering mana symbol font!

View File

@ -1,14 +1,14 @@
@font-face { @font-face {
font-family: "Mana"; font-family: "Mana";
src: url("../fonts/mana.eot?v=1.17.0"); src: url("../fonts/mana.eot?v=1.17.1");
src: url("../fonts/mana.eot?#iefix&v=1.17.0") format("embedded-opentype"), url("../fonts/mana.woff?v=1.17.0") format("woff"), url("../fonts/mana.ttf?v=1.17.0") format("truetype"), url("../fonts/mana.svg?v=1.17.0#mana") format("svg"); src: url("../fonts/mana.eot?#iefix&v=1.17.1") format("embedded-opentype"), url("../fonts/mana.woff?v=1.17.1") format("woff"), url("../fonts/mana.ttf?v=1.17.1") format("truetype"), url("../fonts/mana.svg?v=1.17.1#mana") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: "MPlantin"; font-family: "MPlantin";
src: url("../fonts/mplantin.eot?v=1.17.0"); src: url("../fonts/mplantin.eot?v=1.17.1");
src: url("../fonts/mplantin.eot?#iefix&v=1.17.0") format("embedded-opentype"), url("../fonts/mplantin.woff?v=1.17.0") format("woff"), url("../fonts/mplantin.ttf?v=1.17.0") format("truetype"), url("../fonts/mplantin.svg?v=1.17.0#mplantin") format("svg"); src: url("../fonts/mplantin.eot?#iefix&v=1.17.1") format("embedded-opentype"), url("../fonts/mplantin.woff?v=1.17.1") format("woff"), url("../fonts/mplantin.ttf?v=1.17.1") format("truetype"), url("../fonts/mplantin.svg?v=1.17.1#mplantin") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }

2
css/mana.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
// base variables // base variables
$ms-font-path: '../fonts' !default; $ms-font-path: '../fonts' !default;
$ms-version: '1.17.0' !default; $ms-version: '1.17.1' !default;
$ms-font-size-base: 14px !default; $ms-font-size-base: 14px !default;
$ms-prefix: ms !default; $ms-prefix: ms !default;
$ms-serif-font: 'MPlantin, Garamond, Palatino, \'Times New Roman\', Times, serif' !default; $ms-serif-font: 'MPlantin, Garamond, Palatino, \'Times New Roman\', Times, serif' !default;