From 05a91a90357ac36ef7824f0ff9f7d880ac289480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20B=C3=A1nffy?= Date: Tue, 14 May 2024 21:23:22 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- test_font_rendering.py | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5ddf5..956249b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ ## current +- Add outlined capital latin letters, digits from 1ccd6 to 1ccf9 - Added building blocks for detached sextants and quads - Add new glyphs to terminal rendering test - Fine tune heights for numbers and uppercase chars -- Fix ⚓, 1 +- Fix ⚓, 1, ⍝, various sextants - Set version to 3.0.2 and update copyright year ## v3.0.1 diff --git a/test_font_rendering.py b/test_font_rendering.py index a57eeba..651bfe8 100755 --- a/test_font_rendering.py +++ b/test_font_rendering.py @@ -11,7 +11,10 @@ └─┴┘╚═╩╝╙─╨╜╘═╧╛╰─┴╯ █████ ▐▄█▄▌ ◄►▲▼ ←→↑↓↕↨ """ -composed_glyphs = "Composed glyphs: ÀÉI͂o̓N̈́AͅB̊͆Ȍ͇U͈D̈ẢB̊A̋ĎA̍J̎Ȁ" "1⃜2⃜3⃜4⃜5⃜6⃜7⃜8⃜9⃜0⃜\n" +composed_glyphs = ( + "Composed glyphs: ÀÉI͂o̓N̈́AͅB̊͆Ȍ͇U͈D̈ẢB̊A̋ĎA̍J̎Ȁ" + + "1⃜2⃜3⃜4⃜5⃜6⃜7⃜8⃜9⃜0⃜\n" +) apl_set = ( "The APL set: ⌶⌷⌸⌹⌺⌻⌼⌽⌾⌿⍀⍁⍂⍃⍄⍅⍆⍇⍈⍉⍊⍋⍌⍍⍎⍏⍐⍑⍒⍓⍔⍕⍖⍗⍘⍙⍚⍛⍜⍝⍞⍟⍠⍡⍢⍣⍤⍥⍦⍧⍨⍩⍪⍫⍬⍭⍮⍯⍰⍱"