Skip to content
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 release-candidate-godot-4-1-2-rc-1.md #717

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions collections/_article/release-candidate-godot-4-1-2-rc-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ date: 2023-09-22 14:00:00

We have had quite a pause since [Godot 4.1.1](https://godotengine.org/article/maintenance-release-godot-4-1-1/) — two months without a new patch release (blame the summer break!). So it's long overdue we have one, starting of course with a release candidate to validate that everything is in order and no new changes introduce regressions.

Godot 4.1.2 contains a number of stability improvements, addressing crashes related to threading, editor features, networking, GUI, and rendering. A significant bug related to allocations of plain objects has been fixed as well, which should improve performance and memory usage, especially at scale ([GH-81037](https://github.com/godotengine/godot/pull/81037)). There is also a number of performance fixes in GUI nodes, such as `Tree` and `RichTextLabel`, which make parts of the editor UI more responsive ([GH-79325](https://github.com/godotengine/godot/pull/79325), [GH-80857](https://github.com/godotengine/godot/pull/80857)). Several optimizations have been made to rendering backends as well.
Godot 4.1.2 contains a number of stability improvements, addressing crashes related to threading, editor features, networking, GUI, and rendering. A significant bug related to allocations of plain objects has been fixed as well, which should improve performance and memory usage, especially at scale ([GH-81037](https://github.com/godotengine/godot/pull/81037)). There are also a number of performance fixes in GUI nodes, such as `Tree` and `RichTextLabel`, which make parts of the editor UI more responsive ([GH-79325](https://github.com/godotengine/godot/pull/79325), [GH-80857](https://github.com/godotengine/godot/pull/80857)). Several optimizations have been made to rendering backends as well.

We have received reports of issues with saving projects on the web platform, and this release resolves these issues ([GH-79866](https://github.com/godotengine/godot/pull/79866)), as well as a few other platform-specific bugs. Another important problem being fixed in 4.1.2 is doubled input events coming from gamepads when using Steam Input ([GH-76045](https://github.com/godotengine/godot/pull/76045)). And as always there is a bunch of smaller, but no less crucial changes and updates!
We have received reports of issues with saving projects on the web platform, and this release resolves these issues ([GH-79866](https://github.com/godotengine/godot/pull/79866)), as well as a few other platform-specific bugs. Another important problem fixed in 4.1.2 is doubled input events coming from gamepads when using Steam Input ([GH-76045](https://github.com/godotengine/godot/pull/76045)). And as always there is a bunch of smaller, but no less crucial changes and updates!

Maintenance releases are expected to be safe for an upgrade, but we recommend to always make backups, or use a version control system such as Git, to preserve your projects in a case of corruption or data loss.

Expand Down