docs/src/introduction/repo.rst
.. _repository:
Repository layout
All repositories of the LVGL project are hosted on GitHub <https://github.com/lvgl>_.
You will find these repositories at the following locations:
lvgl <https://github.com/lvgl/lvgl>: The library itself with many examples <https://github.com/lvgl/lvgl/tree/master/examples>_ and demos <https://github.com/lvgl/lvgl/tree/master/demos>.blog <https://github.com/lvgl/blog>: Source of the blog's site <https://blog.lvgl.io>sim <https://github.com/lvgl/sim>: Source of the online simulator's site <https://sim.lvgl.io>lv_port_* <https://github.com/lvgl?q=lv_port&type=&language=>__: LVGL ports to development boards and other platformslv_binding_* <https://github.com/lvgl?q=lv_binding&type=&language=l>__: Bindings to other languagesRelease policy
The core repositories follow the rules of Semantic Versioning <https://semver.org/>__:
Tags like vX.Y.Z are created for every release.
Release cycle
Branches
The core repositories have at least the following branches:
master: latest version, patches are merged directly hererelease/vX.Y: stable versions of the minor releasesChange log
The changes are recorded in :ref:changelog.
Version support
Before v8 the last minor release of each major series was supported for 1 year. Starting from v8, every minor release is supported for 1 year.
.. container:: tighter-table-3
+---------+--------------+--------------+--------+
| Version | Release date | Support end | Active |
+=========+==============+==============+========+
|v5.3 | 1 Feb, 2019 | 1 Feb, 2020 | No |
+---------+--------------+--------------+--------+
|v6.1 | 26 Nov, 2019 | 26 Nov, 2020 | No |
+---------+--------------+--------------+--------+
|v7.11 | 16 Mar, 2021 | 16 Mar, 2022 | No |
+---------+--------------+--------------+--------+
|v8.0 | 1 Jun, 2021 | 1 Jun, 2022 | No |
+---------+--------------+--------------+--------+
|v8.1 | 10 Nov, 2021 | 10 Nov, 2022 | No |
+---------+--------------+--------------+--------+
|v8.2 | 31 Jan, 2022 | 31 Jan, 2023 | No |
+---------+--------------+--------------+--------+
|v8.3 | 6 July, 2022 | 1 Jan, 2025 | No |
+---------+--------------+--------------+--------+
|v8.4 | 19 Mar, 2024 | 20 Mar, 2025 | No |
+---------+--------------+--------------+--------+
|v9.0 | 22 Jan, 2024 | 22 Jan, 2025 | No |
+---------+--------------+--------------+--------+
|v9.1 | 20 Mar, 2024 | 20 Mar, 2025 | No |
+---------+--------------+--------------+--------+
|v9.2 | 26 Aug, 2024 | 26 Aug, 2025 | No |
+---------+--------------+--------------+--------+
|v9.3 | 3 June, 2025 | 3 June, 2026 | Yes |
+---------+--------------+--------------+--------+
|v9.4 | 16 Oct, 2025 | 16 Oct, 2026 | Yes |
+---------+--------------+--------------+--------+
|v9.5 | 18 Feb, 2026 | 18 Feb, 2027 | Yes |
+---------+--------------+--------------+--------+