summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY5
-rw-r--r--Makefile2
2 files changed, 6 insertions, 1 deletions
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