From 9443408a128a2364092534e9d9e10cbf9aca0c86 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Fri, 2 Sep 2022 14:32:08 -0400 Subject: [PATCH 1/2] Update readme for Hasklig to reflect current version --- patched-fonts/Hasklig/readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/patched-fonts/Hasklig/readme.md b/patched-fonts/Hasklig/readme.md index 9b24b5d06c..8ce213474b 100644 --- a/patched-fonts/Hasklig/readme.md +++ b/patched-fonts/Hasklig/readme.md @@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. -[**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip) +[**Download Hasklig Font Family v1.2**](https://github.com/i-tu/Hasklig/releases/download/v1.2/Hasklig-1.2.zip) #### Hasklig ![Hasklig Sample](hasklig_example.png?raw=true) @@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic ![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ### Release notes ++ [v1.2](https://github.com/i-tu/Hasklig/releases/tag/1.2) + + Include latest changes from the Source Code Pro repository `master` branch ([adobe-fonts/source-code-pro@`14875b7`](https://github.com/adobe-fonts/source-code-pro/commit/14875b70293e83159ad85c7d9d9081e76403d1e3)).\ + The Source Code Versions Hasklig v1.2 is based on are: + - Roman 2.032 + - Italic 1.052 + - Variable _not supported_ + + Most notably, this update resolves (https://github.com/i-tu/Hasklig/issues/123). + [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1) + New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->` + Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesn’t apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc" From 987cad1bc3813aa180e41febd15fe6e17fb9561d Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Fri, 2 Sep 2022 15:14:31 -0400 Subject: [PATCH 2/2] Add chezbgone as contributor for docs --- .all-contributorsrc | 9 +++++++++ CONTRIBUTORS.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 11935354bc..b55f2ab5e8 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1102,6 +1102,15 @@ "contributions": [ "code" ] + }, + { + "login": "chezbgone", + "name": "Jason Chen", + "avatar_url": "https://avatars.githubusercontent.com/u/7344128?v=4", + "profile": "https://github.com/chezbgone", + "contributions": [ + "doc" + ] } ], "repoType": "github", diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index bae6e0718a..b6c3e84bca 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -163,6 +163,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
Charles Strahan

💻 +
Jason Chen

📖