From 046178bd27005e28b8db7d8e06a21cf74a26bae0 Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Fri, 14 Aug 2020 19:38:36 +0200 Subject: Version 2.0.0 --- HISTORY | 5 +++++ Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index a0abb3a..dd73228 100644 --- a/HISTORY +++ b/HISTORY @@ -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 diff --git a/Makefile b/Makefile index df21727..cd20a4c 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3