Skip to content

Commit 71479a1

Browse files
authored
Merge pull request godotengine#7574 from YuriSizov/about-update-release-table
Update the information about upcoming and currently supported releases
2 parents 5fa8f41 + 2ee172f commit 71479a1

File tree

1 file changed

+38
-35
lines changed

1 file changed

+38
-35
lines changed

about/release_policy.rst

Lines changed: 38 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -77,41 +77,44 @@ If you experience an issue using an older patch release, please upgrade to the
7777
latest patch release of that series and test again before reporting an issue
7878
on GitHub.
7979

80-
+-------------+----------------------+--------------------------------------------------------------------------+
81-
| **Version** | **Release date** | **Support level** |
82-
+-------------+----------------------+--------------------------------------------------------------------------+
83-
| Godot 4.1 | Q2-Q3 2023 (estimate)| |unstable| *Development.* Receives new features as well as bug fixes |
84-
| (`master`) | | while under development. |
85-
+-------------+----------------------+--------------------------------------------------------------------------+
86-
| Godot 4.0 | March 2023 | |supported| Receives fixes for bugs, security and platform support |
87-
| | | issues, as well as backwards-compatible usability enhancements. |
88-
+-------------+----------------------+--------------------------------------------------------------------------+
89-
| Godot 3.6 | Q2-Q3 2023 (estimate)| |supported| *Beta.* Receives new features as well as bug fixes while |
90-
| (`3.x`, LTS)| | under development. Will be released *after* 4.0. |
91-
+-------------+----------------------+--------------------------------------------------------------------------+
92-
| Godot 3.5 | August 2022 | |supported| Receives fixes for bugs, security and platform support |
93-
| | | issues, as well as backwards-compatible usability enhancements. |
94-
+-------------+----------------------+--------------------------------------------------------------------------+
95-
| Godot 3.4 | November 2021 | |eol| No longer supported, as fully superseded by the compatible 3.5 |
96-
| | | release (last update: 3.4.5). |
97-
+-------------+----------------------+--------------------------------------------------------------------------+
98-
| Godot 3.3 | April 2021 | |eol| No longer supported, as fully superseded by the compatible 3.4 |
99-
| | | release (last update: 3.3.4). |
100-
+-------------+----------------------+--------------------------------------------------------------------------+
101-
| Godot 3.2 | January 2020 | |eol| No longer supported (last update: 3.2.3). |
102-
+-------------+----------------------+--------------------------------------------------------------------------+
103-
| Godot 3.1 | March 2019 | |eol| No longer supported (last update: 3.1.2). |
104-
+-------------+----------------------+--------------------------------------------------------------------------+
105-
| Godot 3.0 | January 2018 | |eol| No longer supported (last update: 3.0.6). |
106-
+-------------+----------------------+--------------------------------------------------------------------------+
107-
| Godot 2.1 | July 2016 | |eol| No longer supported (last update: 2.1.6). |
108-
+-------------+----------------------+--------------------------------------------------------------------------+
109-
| Godot 2.0 | February 2016 | |eol| No longer supported (last update: 2.0.4.1). |
110-
+-------------+----------------------+--------------------------------------------------------------------------+
111-
| Godot 1.1 | May 2015 | |eol| No longer supported. |
112-
+-------------+----------------------+--------------------------------------------------------------------------+
113-
| Godot 1.0 | December 2014 | |eol| No longer supported. |
114-
+-------------+----------------------+--------------------------------------------------------------------------+
80+
+--------------+----------------------+--------------------------------------------------------------------------+
81+
| **Version** | **Release date** | **Support level** |
82+
+--------------+----------------------+--------------------------------------------------------------------------+
83+
| Godot 4.2 | November 2023 | |unstable| *Development.* Receives new features, usability and |
84+
| (`master`) | (estimate) | performance improvements, as well as bug fixes, while under development. |
85+
+--------------+----------------------+--------------------------------------------------------------------------+
86+
| Godot 4.1 | July 2023 | |supported| Receives fixes for bugs and security issues, as well as |
87+
| | | patches that enable platform support. |
88+
+--------------+----------------------+--------------------------------------------------------------------------+
89+
| Godot 4.0 | March 2023 | |supported| Receives fixes for bugs and security issues, as well as |
90+
| | | patches that enable platform support. |
91+
+--------------+----------------------+--------------------------------------------------------------------------+
92+
| Godot 3.6 | Q3 2023 (estimate) | |supported| *Beta.* Receives new features, usability and performance |
93+
| (`3.x`, LTS) | | improvements, as well as bug fixes, while under development. |
94+
+--------------+----------------------+--------------------------------------------------------------------------+
95+
| Godot 3.5 | August 2022 | |supported| Receives fixes for bugs and security issues, as well as |
96+
| | | patches that enable platform support. |
97+
+--------------+----------------------+--------------------------------------------------------------------------+
98+
| Godot 3.4 | November 2021 | |eol| No longer supported, as fully superseded by the compatible 3.5 |
99+
| | | release (last update: 3.4.5). |
100+
+--------------+----------------------+--------------------------------------------------------------------------+
101+
| Godot 3.3 | April 2021 | |eol| No longer supported, as fully superseded by the compatible 3.4 |
102+
| | | release (last update: 3.3.4). |
103+
+--------------+----------------------+--------------------------------------------------------------------------+
104+
| Godot 3.2 | January 2020 | |eol| No longer supported (last update: 3.2.3). |
105+
+--------------+----------------------+--------------------------------------------------------------------------+
106+
| Godot 3.1 | March 2019 | |eol| No longer supported (last update: 3.1.2). |
107+
+--------------+----------------------+--------------------------------------------------------------------------+
108+
| Godot 3.0 | January 2018 | |eol| No longer supported (last update: 3.0.6). |
109+
+--------------+----------------------+--------------------------------------------------------------------------+
110+
| Godot 2.1 | July 2016 | |eol| No longer supported (last update: 2.1.6). |
111+
+--------------+----------------------+--------------------------------------------------------------------------+
112+
| Godot 2.0 | February 2016 | |eol| No longer supported (last update: 2.0.4.1). |
113+
+--------------+----------------------+--------------------------------------------------------------------------+
114+
| Godot 1.1 | May 2015 | |eol| No longer supported. |
115+
+--------------+----------------------+--------------------------------------------------------------------------+
116+
| Godot 1.0 | December 2014 | |eol| No longer supported. |
117+
+--------------+----------------------+--------------------------------------------------------------------------+
115118

116119
.. |supported| image:: img/supported.png
117120
.. |partial| image:: img/partial.png

0 commit comments

Comments
 (0)