diff --git a/README.md b/README.md index 01b5c74..6f75486 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ those found in the popular [Fira Code](https://github.com/tonsky/FiraCode) font. These ligatures were custom created using [Glyphs](https://glyphsapp.com/). There are even italic versions of the ligatures. -## New Version 2.2 +## New Version 2.2.1 All new redesigned ligatures with better hinting. Updated font generation to support advanced OpenType features like those found in Fira Code. For example, the cursor now moves inside the ligature. It also handles repeating @@ -29,6 +29,11 @@ the following fonts. Thanks Mark, and thanks to all of you who have been patient - Operator Mono SSm Bold/Bold Italic - Operator Mono Light/Light Italic +### 🐛 Fixed in Version 2.2.1 + +Fixed glyph widths Operator Mono Light and Light Italic. These fonts accidentally were sized +the same as the ScreenSmart versions and caused alignment issues. + ### Customize the generated font In addition to the new ligatures, this version now allows you to customize what ligatures are added to a font. diff --git a/package.json b/package.json index 064beef..d13d730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "operator-mono-lig", - "version": "2.0.0", + "version": "2.2.1", "description": "Patch Operator Mono font to include ligatures", "main": "index.js", "scripts": {