docs(CHANGELOG): fix formatting

This commit is contained in:
Gabor Kiss-Vamosi
2024-08-27 00:08:10 +02:00
parent aa7446344c
commit 72dfc1d751

View File

@@ -7,18 +7,19 @@ Changelog
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
It's huge release with many interesting updates: It's huge release with many interesting updates:
- Wayland driver
- Built-in `Wayland driver <https://docs.lvgl.io/master/integration/driver/wayland.html>`__
- `OpenGL ES and GLFW driver <https://docs.lvgl.io/master/integration/driver/opengles.html>`__ with support for external textures
- `Renesas GLCDC <https://docs.lvgl.io/master/integration/driver/display/renesas_glcdc.html>`__ driver
- L8 and I1 rendering support - L8 and I1 rendering support
- Transformations with matrix - Matrix transformations during rendering
- LittleFS, ESP Little FS, Arduino FS - New `file system interfaces <https://docs.lvgl.io/master/libs/fs.html>`__: LittleFS, ESP LittleFS, Arduino FS
- OpenglES and GLFW driver with supporting external textures - SDL renderer improvements (supporting all draw task types and improving speed)
- SDL renderer imporevements - Radial, Conic, and Skew `gradients supported <https://docs.lvgl.io/master/overview/style.html#metallic-knob-with-conic-gradient>`__ by software rendering and VG-Lite
- Renesas GLCDC driver - `QNX <https://docs.lvgl.io/master/integration/os/qnx.html>`__ and `MQX <https://docs.lvgl.io/master/integration/os/mqx.html>`__ support
- Radial, Conic and Skew gradients supported by software rendering and VG-Lite - `Mouse hover handling <https://docs.lvgl.io/master/get-started/quick-overview.html>`__
- MQX and QNX support - `Lottie <https://docs.lvgl.io/master/widgets/lottie.html>`__ support
- Mouse hover handling - CI tests for UEFI builds
- CI test for UEFI build
- Lottie support
And many smaller fixes and features And many smaller fixes and features