From ef0deac113e518dede8b10f7b7161e2b0d7ffdef Mon Sep 17 00:00:00 2001 From: Frederik Berlaen Date: Mon, 9 Aug 2021 10:54:07 +0200 Subject: [PATCH] touch version number + changelog --- CHANGELOG.md | 6 ++++++ drawBot/drawBotSettings.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1cd2708..7cf500ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog For DrawBot +## [3.128] 2021-08-09 + +- Fixing bug when adding glyphNames to a formattedString with fontVariation settings. +- Always set the ligature default to workaround a bug in macOS +- Improve error messages for ill-specified fonts + ## [3.127] 2021-04-29 - Allow `Path` objects in places where a path is an argument: `saveImage(pathObject)`, `image(pathObject, ...)` diff --git a/drawBot/drawBotSettings.py b/drawBot/drawBotSettings.py index da14d13b..6de80216 100644 --- a/drawBot/drawBotSettings.py +++ b/drawBot/drawBotSettings.py @@ -1 +1 @@ -__version__ = "3.127" +__version__ = "3.128"