From 1a2c52b026b3854e4b58a619196e6ef2b3fdaa93 Mon Sep 17 00:00:00 2001 From: Kyle Beechly Date: Tue, 4 Jun 2024 04:23:25 -0700 Subject: [PATCH 1/3] Add v2.0.1 notes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c394c73..e6d56fe 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ I originally changed the font in my IDE to Comic Mono as a joke. I decided to le - Updates the 'l' glyph +## Update 2024-06 | v2.0.1 + +- Updates the 'l' glyph to make it look less like 'L' + ## Any issues? If you notice any, please feel free to open an issue! From d494adcbc21bfd3318a3f074c79ddfbdda6a2c7d Mon Sep 17 00:00:00 2001 From: Kyle Beechly Date: Tue, 4 Jun 2024 04:24:40 -0700 Subject: [PATCH 2/3] Add v2.0.1 notes --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 2c5d1f1..4a29f1b 100644 --- a/index.html +++ b/index.html @@ -307,6 +307,11 @@
  • • Edits the 'l' glyph

  • +

    Update 2024-06 | v2.0.1

    + +

    Any issues?

    If you notice any, please feel free to open an issue!

    From 1b2d27b4e2c7d8e6bee28ca65fb224cb529add17 Mon Sep 17 00:00:00 2001 From: Kyle Beechly Date: Tue, 4 Jun 2024 04:35:04 -0700 Subject: [PATCH 3/3] Improve changelog formatting --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6d56fe..5151546 100644 --- a/README.md +++ b/README.md @@ -58,15 +58,17 @@ I originally changed the font in my IDE to Comic Mono as a joke. I decided to le - Remakes the Bold weight style and adds a Light weight style as well - Adds Italic styles for each weight style -## Update 2023-09 | v1.1.0 +## Changelog + +### Update 2023-09 | v1.1.0 - Adds [Nerd Font](https://www.nerdfonts.com/) patch -## Update 2024-06 | v2.0.0 +### Update 2024-06 | v2.0.0 - Updates the 'l' glyph -## Update 2024-06 | v2.0.1 +### Update 2024-06 | v2.0.1 - Updates the 'l' glyph to make it look less like 'L'