diff --git a/README.md b/README.md index 9ee3f7b..009352d 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,13 @@ Work is in progress... --- ## Version history +#### v0.9.680 +- fixed clock display bug when exiting screensaver in playback mode +- increased number of SD card initialization attempts when switching mode + +#### v0.9.676 +- fixed bug with incorrect text clipping on scrolling widgets + #### v0.9.670 - display performance optimization - to improve rendering smoothness, a framebuffer has been added for TFT SPI displays **ST7735, ST7789, ILI9341, GC9106, ST7796, GC9A01A, ILI9488, ILI9486** \ @@ -243,7 +250,7 @@ Work is in progress... on such modules, the framebuffer is enabled automatically, no extra steps required \ to disable the framebuffer, add `#define USE_FBUFFER false` in **myoptions.h** \ on modules without PSRAM, the framebuffer is disabled by default. It can be forced on by adding `#define SFBUFFER` in **myoptions.h** \ - but in that case, free memory (as well as HTTPS streams) will be severely limited \ + but in that case, free memory (as well as HTTPS streams) will be severely limited - fixed compilation error for Nextion displays - code cleanup, optimization, and refactoring - bug fixes