From edcf1652b029b3af4f8fec43bb84e32faee3e083 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 18 May 2023 12:15:12 +0200 Subject: [PATCH] Update CHANGELOG.rst --- docs/CHANGELOG.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index d40fa4925d..c77cfbf91c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -3,6 +3,25 @@ Changelog ========= +`v8.3.7 `__ 3 May 2023 +---------------------------------------------------------------------------- + +New Features +~~~~~~~~~~~~ + +- feat(btnmatrix): review ctrl map and allow width values to be max 15 `a150b15 `_ + +Fixes +~~~~~ + +- fix (spinbox): doubling characters entered from the keyboard `4190 `_ +- fix(arm-2d): fix transform-chrome-keying issue `4178 `_ +- fix(menu): prevent setting the current page again `4136 `_ +- fix(esp): fix ESP-IDF pedantic builds (backport v8.3) `4135 `_ +- fix: color mixing with LV_COLOR_SWAP == 1 `4101 `_ +- fix(indev): fix integer overflow in recursive zoom calculation `a0795b4 `_ +- fix(style): fix trasition on bg_grad color `48d7878 `_ + `v8.3.6 `__ 3 April 2023 ------------------------------------------------------------------------------