diff options
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ GraphLCD base package Revision History -------------------------------------- +2020-08-14: Version 2.0.0 +- If a required font file is neither in "FontPath" nor in the "fonts" + subdirectory of "SkinPath", then (if available) fontconfig is used to search + all common system font paths for the wanted font file + 2018-11-10: Version 1.0.2 - Improved "trim" function which doesn't cause negative size_type values @@ -5,7 +5,7 @@ include Make.config PROJECT = graphlcd-base -VERSION = 1.0.2 +VERSION = 2.0.0 ARCHIVE = $(PROJECT)-$(VERSION) PACKAGE = $(ARCHIVE) TMPDIR = /tmp |