Update CHANGELOG.rst

This commit is contained in:
Gabor Kiss-Vamosi 2023-05-18 12:15:12 +02:00 committed by GitHub
parent 9b4d10311f
commit edcf1652b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,25 @@
Changelog
=========
`v8.3.7 <https://github.com/lvgl/lvgl/compare/v8.3.7...v8.3.6>`__ 3 May 2023
----------------------------------------------------------------------------
New Features
~~~~~~~~~~~~
- feat(btnmatrix): review ctrl map and allow width values to be max 15 `a150b15 <https://github.com/lvgl/lvgl/commit/a150b15e45a922eb5497fe5a31a480e1cd689246>`_
Fixes
~~~~~
- fix (spinbox): doubling characters entered from the keyboard `4190 <https://github.com/lvgl/lvgl/pull/4190>`_
- fix(arm-2d): fix transform-chrome-keying issue `4178 <https://github.com/lvgl/lvgl/pull/4178>`_
- fix(menu): prevent setting the current page again `4136 <https://github.com/lvgl/lvgl/pull/4136>`_
- fix(esp): fix ESP-IDF pedantic builds (backport v8.3) `4135 <https://github.com/lvgl/lvgl/pull/4135>`_
- fix: color mixing with LV_COLOR_SWAP == 1 `4101 <https://github.com/lvgl/lvgl/pull/4101>`_
- fix(indev): fix integer overflow in recursive zoom calculation `a0795b4 <https://github.com/lvgl/lvgl/commit/a0795b49e82102ad68a27c86c36c37fffbe66d3c>`_
- fix(style): fix trasition on bg_grad color `48d7878 <https://github.com/lvgl/lvgl/commit/48d7878bac3f607322957ed6f710d6615d5e72e0>`_
`v8.3.6 <https://github.com/lvgl/lvgl/compare/v8.3.6...v8.3.5>`__ 3 April 2023
------------------------------------------------------------------------------