Release v2.8

release/v2.9 v2.8
Joel Bodenmann 2017-10-29 19:02:01 +01:00
parent a6eebb3bb1
commit 37732af0b5
2 changed files with 2327 additions and 2327 deletions

View File

@ -38,13 +38,13 @@ PROJECT_NAME =
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 2.7 PROJECT_NUMBER = 2.8
# Using the PROJECT_BRIEF tag one can provide an optional one line description # Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a # for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short. # quick idea about the purpose of the project. Keep the description short.
PROJECT_BRIEF = "version 2.7" PROJECT_BRIEF = "version 2.8"
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
# the documentation. The maximum height of the logo should not exceed 55 pixels # the documentation. The maximum height of the logo should not exceed 55 pixels

View File

@ -2,7 +2,7 @@
*** Releases *** *** Releases ***
***************************************************************************** *****************************************************************************
*** Changes after 2.7 *** *** Release 2.8 ***
FEATURE: Added support for 128x32 SSD1306 based displays FEATURE: Added support for 128x32 SSD1306 based displays
FIX: Fixed recursion bug in console history FIX: Fixed recursion bug in console history
FIX: Multithreading issue with slow window redraws and large images FIX: Multithreading issue with slow window redraws and large images