-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Update the information about upcoming and currently supported releases #7574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the information about upcoming and currently supported releases #7574
Conversation
| | Godot 3.4 | November 2021 | |eol| No longer supported, as fully superseded by the compatible 3.5 | | ||
| | | | release (last update: 3.4.5). | | ||
| +--------------+----------------------+--------------------------------------------------------------------------+ | ||
| | Godot 3.3 | April 2021 | |eol| No longer supported, as fully superseded by the compatible 3.4 | | ||
| | | | release (last update: 3.3.4). | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we want to simplify those by now? Not sure why we wrote it this way compared to previous 3.x releases.
| | Godot 3.4 | November 2021 | |eol| No longer supported, as fully superseded by the compatible 3.5 | | |
| | | | release (last update: 3.4.5). | | |
| +--------------+----------------------+--------------------------------------------------------------------------+ | |
| | Godot 3.3 | April 2021 | |eol| No longer supported, as fully superseded by the compatible 3.4 | | |
| | | | release (last update: 3.3.4). | | |
| | Godot 3.4 | November 2021 | |eol| No longer supported (last update: 3.4.5). | | |
| +--------------+----------------------+--------------------------------------------------------------------------+ | |
| | Godot 3.3 | April 2021 | |eol| No longer supported (last update: 3.3.4). | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we may want to move deprecated versions to a separate table that is a bit more compact. With the upcoming pace of 3 minor releases of 4.x per year this table will grow exponentially.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it makes sense to have the upcoming and supported releases in one table, and the EOL ones in another.
|
I'll look into separating the table in a follow-up. |
Update the information about upcoming and currently supported releases
Update the information about upcoming and currently supported releases
Updated 4.1 and added 4.2 with their current estimates, also adjusted the estimate for 3.6. Changed some wording too, as minor versions only receive patch releases which do not add new usability features, generally.