Skip to content

Commit 407c1aa

Browse files
authored
Merge pull request #1189 from Repiteo/4.5.1-stable
Add 4.5.1-stable blog post
2 parents 54c81a3 + 636025c commit 407c1aa

File tree

5 files changed

+110
-7
lines changed

5 files changed

+110
-7
lines changed

_data/versions.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@
44
release_notes: "/article/release-candidate-godot-4-6-dev-1/"
55

66
- name: "4.5.1"
7-
flavor: "rc2"
8-
release_date: "8 October 2025"
9-
release_notes: "/article/release-candidate-godot-4-5-1-rc-2/"
7+
flavor: "stable"
8+
release_date: "15 October 2025"
9+
release_notes: "/article/maintenance-release-godot-4-5-1/"
10+
featured: "4"
1011
releases:
12+
- name: "rc2"
13+
release_date: "8 October 2025"
14+
release_notes: "/article/release-candidate-godot-4-5-1-rc-2/"
1115
- name: "rc1"
1216
release_date: "2 October 2025"
13-
release_notes: "/article/release-candidate-godot-4-5-rc-1/"
17+
release_notes: "/article/release-candidate-godot-4-5-1-rc-1/"
1418

1519
- name: "4.5"
1620
flavor: "stable"
1721
release_date: "15 September 2025"
1822
release_notes: "/article/godot-4-5-making-dreams-accessible/"
19-
featured: "4"
2023
releases:
2124
- name: "rc2"
2225
release_date: "10 September 2025"
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
title: "Maintenance release: Godot 4.5.1"
3+
excerpt: 4.5's first maintenance release arrives!
4+
categories: [release]
5+
author: Thaddeus Crews
6+
image: /storage/blog/covers/maintenance-release-godot-4-5-1.webp
7+
image_caption_title: Starfinder Afterlight
8+
image_caption_description: A game by Epictellers Entertainment
9+
date: 2025-10-15 12:00:00
10+
---
11+
12+
We saw the release of [Godot 4.5](/releases/4.5/) less than a month ago, and have already been absolutely overwhelmed with the positive reception. Since then, our team has been hard at work on the development phase of Godot 4.6 (and subsequently its [first snapshot](/article/dev-snapshot-godot-4-6-dev-1/)), and ensuring that any new regressions/bugs reported after the release of 4.5 are dealt with swiftly. The community has done an absolutely fantastic job at helping our team find and squash all of those aforementioned issues, and paved the way for us to deliver 4.5.1-stable for you today!
13+
14+
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 case of corruption or data loss.
15+
16+
Please consider [supporting the project financially](#support), if you are able. Godot is maintained by the efforts of volunteers and a small team of paid contributors. Your donations go towards sponsoring their work and ensuring they can dedicate their undivided attention to the needs of the project.
17+
18+
[**Download Godot 4.5.1 now**](/download/) or try the [online version of the Godot editor](https://editor.godotengine.org/4.5.1.stable/).
19+
20+
{% include articles/download_card.html version="4.5.1" release="stable" article=page %}
21+
22+
-----
23+
24+
*The illustration picture for this article comes from* [**Starfinder: Afterlight**](https://store.steampowered.com/app/3245640/Starfinder_Afterlight/?curator_clanid=41324400), *a party-based RPG set in the science-fantasy universe of [Paizo's Starfinder](https://paizo.com/starfinder). You can support the title on [Kickstarter](https://www.kickstarter.com/projects/epictellers/starfinder-afterlight) and pre-order the game on [Steam](https://store.steampowered.com/app/3245640/Starfinder_Afterlight/?curator_clanid=41324400). You can follow the developers on [Bluesky](https://bsky.app/profile/epictellers.bsky.social) or [YouTube](https://www.youtube.com/@epictellers-entertainment).*
25+
26+
## Changes
27+
28+
**50 contributors** submitted around **92 fixes** for this release. See our [**interactive changelog**](https://godotengine.github.io/godot-interactive-changelog/#4.5.1) for the complete list of changes since the [4.5-stable release](/releases/4.5/).
29+
30+
- 2D: Fix redundant calls of `CanvasItemEditor::_update_lock_and_group_button` on `SceneTreeEditor` node selection ([GH-110320](https://github.com/godotengine/godot/pull/110320)).
31+
- 3D: GridMap: Fix cell scale not applying to the cursor mesh ([GH-104510](https://github.com/godotengine/godot/pull/104510)).
32+
- Animation: Fix Reset on Save corrupt poses if scene has multiple Skeletons ([GH-110506](https://github.com/godotengine/godot/pull/110506)).
33+
- Animation: Make extended SkeletonModifiers retrieve interpolated global transform ([GH-110987](https://github.com/godotengine/godot/pull/110987)).
34+
- Audio: Add one padding frame to QOA buffer for short streams ([GH-110515](https://github.com/godotengine/godot/pull/110515)).
35+
- Core: Change "reserve called with a capacity smaller than the current size" error message to a verbose message ([GH-110826](https://github.com/godotengine/godot/pull/110826)).
36+
- Core: Check for `NUL` characters in string parsing functions ([GH-110556](https://github.com/godotengine/godot/pull/110556)).
37+
- Core: X11 input: prevent non-printable keys from producing empty strings ([GH-110635](https://github.com/godotengine/godot/pull/110635)).
38+
- Documentation: Document typed dictionaries and arrays in the class reference ([GH-107071](https://github.com/godotengine/godot/pull/107071)).
39+
- Editor: Add column boundary check in the autocompletion ([GH-110017](https://github.com/godotengine/godot/pull/110017)).
40+
- Editor: Fix selection of remote tree using the keyboard ([GH-110738](https://github.com/godotengine/godot/pull/110738)).
41+
- Editor: Set correct saved history after clearing ([GH-111136](https://github.com/godotengine/godot/pull/111136)).
42+
- Export: Android: Ensure proper cleanup of the fragment ([GH-109764](https://github.com/godotengine/godot/pull/109764)).
43+
- Export: Metal: Fix Metal compiler version inspection ([GH-110873](https://github.com/godotengine/godot/pull/110873)).
44+
- Export: Windows: Fix application manifest in exported projects with modified resources ([GH-111316](https://github.com/godotengine/godot/pull/111316)).
45+
- GDExtension: Fix `--dump-extension-api-with-docs` indentation ([GH-110557](https://github.com/godotengine/godot/pull/110557)).
46+
- GDExtension: Prevent breaking compatibility for unexposed classes that can only be created once ([GH-111090](https://github.com/godotengine/godot/pull/111090)).
47+
- GDScript: LSP: Fix repeated restart attempts ([GH-111290](https://github.com/godotengine/godot/pull/111290)).
48+
- GUI: Editor font: do not embolden the Main Font if it's variable ([GH-110737](https://github.com/godotengine/godot/pull/110737)).
49+
- GUI: Enforce zero width spaces and joiners with missing font. Do not warn about missing non-visual characters ([GH-111355](https://github.com/godotengine/godot/pull/111355)).
50+
- GUI: Fix bottom panel being unintentionally draggable ([GH-111121](https://github.com/godotengine/godot/pull/111121)).
51+
- GUI: Fix text servers build with disabled FreeType ([GH-111001](https://github.com/godotengine/godot/pull/111001)).
52+
- GUI: TextServer: Enforce zero width spaces and joiners to actually be zero width and not fallback to regular space ([GH-111014](https://github.com/godotengine/godot/pull/111014)).
53+
- Import: Material Conversion Error Handling ([GH-109369](https://github.com/godotengine/godot/pull/109369)).
54+
- Import: OBJ importer: Support bump multiplier (normal scale) ([GH-110925](https://github.com/godotengine/godot/pull/110925)).
55+
- Input: Fix invalid reported joypad presses ([GH-111192](https://github.com/godotengine/godot/pull/111192)).
56+
- Input: Fix weak and strong joypad vibration being swapped ([GH-111191](https://github.com/godotengine/godot/pull/111191)).
57+
- Navigation: [Navigation 2D] Fix sign of cross product ([GH-110815](https://github.com/godotengine/godot/pull/110815)).
58+
- Navigation: Make navmesh rasterization errors more lenient ([GH-110841](https://github.com/godotengine/godot/pull/110841)).
59+
- Physics: Fix bug in ManifoldBetweenTwoFaces ([GH-110507](https://github.com/godotengine/godot/pull/110507)).
60+
- Physics: Fix CCD bodies adding multiple contact manifolds when using Jolt ([GH-110914](https://github.com/godotengine/godot/pull/110914)).
61+
- Physics: Fix crash when calling `move_and_collide` with a null `jolt_body` ([GH-110964](https://github.com/godotengine/godot/pull/110964)).
62+
- Physics: JoltPhysics: Fix Generic6DOFJoint3D not respecting angular limits ([GH-111087](https://github.com/godotengine/godot/pull/111087)).
63+
- Porting: Change `macos.permission.RECORD_SCREEN` version check from 10.15 to 11.0 ([GH-110936](https://github.com/godotengine/godot/pull/110936)).
64+
- Porting: macOS: Always use "Regular" activation policy for GUI, and headless main loop for command line only tools ([GH-109795](https://github.com/godotengine/godot/pull/109795)).
65+
- Porting: Unix: Fix retrieval of PID exit code ([GH-111058](https://github.com/godotengine/godot/pull/111058)).
66+
- Porting: Wayland: Emulate frame event for old `wl_seat` versions ([GH-105587](https://github.com/godotengine/godot/pull/105587)).
67+
- Porting: Workaround X11 crash issue ([GH-106798](https://github.com/godotengine/godot/pull/106798)).
68+
- Rendering: Compatibility: Fix backface culling gets ignored when double-sided shadows are used ([GH-109793](https://github.com/godotengine/godot/pull/109793)).
69+
- Rendering: DirectX DescriptorsHeap pooling on CPU ([GH-106809](https://github.com/godotengine/godot/pull/106809)).
70+
- Rendering: Disable unsupported SSR, SSS, DoF on transparent viewports ([GH-108206](https://github.com/godotengine/godot/pull/108206)).
71+
- Rendering: Divide screen texture by luminance multiplier in compatibility ([GH-110004](https://github.com/godotengine/godot/pull/110004)).
72+
- Rendering: Fix D3D12 stencil buffer not clearing ([GH-111032](https://github.com/godotengine/godot/pull/111032)).
73+
- Rendering: Fix glow intensity not showing in compatibility renderer ([GH-110843](https://github.com/godotengine/godot/pull/110843)).
74+
- Rendering: Fix LightmapGI not being correctly applied to objects ([GH-111125](https://github.com/godotengine/godot/pull/111125)).
75+
- Rendering: Fix OpenXR with D3D12 using the wrong clip space projection matrix ([GH-110865](https://github.com/godotengine/godot/pull/110865)).
76+
- Rendering: Increase precision of SpotLight attenuation calculation to avoid driver bug on Intel devices ([GH-110363](https://github.com/godotengine/godot/pull/110363)).
77+
- Rendering: Move check for sky cubemap array back into the SkyRD initializer ([GH-110627](https://github.com/godotengine/godot/pull/110627)).
78+
- Rendering: OpenXR: Fix ViewportTextures not displaying correct texture (OpenGL) ([GH-110002](https://github.com/godotengine/godot/pull/110002)).
79+
- Rendering: Sort render list correctly in RD renderers ([GH-111054](https://github.com/godotengine/godot/pull/111054)).
80+
- Rendering: Windows: Try reading GPU driver information directly from registry ([GH-109346](https://github.com/godotengine/godot/pull/109346)).
81+
- XR: Fix late destruction access violation with OpenXRAPIExtension object ([GH-110868](https://github.com/godotengine/godot/pull/110868)).
82+
83+
## Known incompatibilities
84+
85+
As of now, there are no known incompatibilities with the previous Godot 4.5 release. **We encourage all users to upgrade to 4.5.1.**
86+
87+
If you experience any unexpected behavior change in your projects after upgrading to 4.5.1, please [file an issue on GitHub](https://github.com/godotengine/godot/issues).
88+
89+
## Bug reports
90+
91+
As a tester, we encourage you to [open bug reports](https://github.com/godotengine/godot/issues) if you experience issues with this release. Please check the [existing issues on GitHub](https://github.com/godotengine/godot/issues) first, using the search function with relevant keywords, to ensure that the bug you experience is not already known.
92+
93+
In particular, any change that would cause a regression in your projects is very important to report (e.g. if something that worked fine in previous 4.x releases, but no longer works in this snapshot).
94+
95+
## Support
96+
97+
Godot is a non-profit, open source game engine developed by hundreds of contributors on their free time, as well as a handful of part and full-time developers hired thanks to [generous donations from the Godot community](https://fund.godotengine.org/). A big thank you to everyone who has contributed [their time](https://github.com/godotengine/godot/blob/master/AUTHORS.md) or [their financial support](https://github.com/godotengine/godot/blob/master/DONORS.md) to the project!
98+
99+
If you'd like to support the project financially and help us secure our future hires, you can do so using the [Godot Development Fund](https://fund.godotengine.org/).
100+
101+
<a class="btn" href="https://fund.godotengine.org/">Donate now</a>

collections/_article/release-candidate-godot-4-5-1-rc-1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Please consider [supporting the project financially](#support), if you are able.
2929
- Buildsystem: Windows: Migrate `godot.manifest` to `platform/windows`, include as dependency ([GH-110897](https://github.com/godotengine/godot/pull/110897)).
3030
- Core: Avoid repeated `_copy_on_write()` calls in `Array::resize()` ([GH-110535](https://github.com/godotengine/godot/pull/110535)).
3131
- Core: Check for `NUL` characters in string parsing functions ([GH-110556](https://github.com/godotengine/godot/pull/110556)).
32-
- Core: Initialize `Quaternion` variant with identity ([GH-84658](https://github.com/godotengine/godot/pull/84658)).
3332
- Core: X11 input: prevent non-printable keys from producing empty strings ([GH-110635](https://github.com/godotengine/godot/pull/110635)).
3433
- Documentation: Clarify that velocity doesn't need delta multiplication in CharacterBody documentation ([GH-109925](https://github.com/godotengine/godot/pull/109925)).
3534
- Documentation: Document the interaction between Light3D cull mask and GI/volumetric fog ([GH-110423](https://github.com/godotengine/godot/pull/110423)).

collections/_article/release-candidate-godot-4-5-1-rc-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please consider [supporting the project financially](#support), if you are able.
2121

2222
## What's new
2323

24-
**31 contributors** submitted **45 improvements** for this release. See our [**interactive changelog**](https://godotengine.github.io/godot-interactive-changelog/#4.5.1-rc2) for the complete list of changes since the 4.5-stable release. You can also review [all changes included in 4.5.1](https://godotengine.github.io/godot-interactive-changelog/#4.5.1) compared to the previous 4.5 feature release.
24+
**31 contributors** submitted **45 improvements** for this release. See our [**interactive changelog**](https://godotengine.github.io/godot-interactive-changelog/#4.5.1-rc2) for the complete list of changes since the 4.5.1-rc1 release. You can also review [all changes included in 4.5.1](https://godotengine.github.io/godot-interactive-changelog/#4.5.1) compared to the previous 4.5 feature release.
2525

2626
- 2D: Fix redundant calls of `CanvasItemEditor::_update_lock_and_group_button` on `SceneTreeEditor` node selection ([GH-110320](https://github.com/godotengine/godot/pull/110320)).
2727
- 3D: GridMap: Fix cell scale not applying to the cursor mesh ([GH-104510](https://github.com/godotengine/godot/pull/104510)).
187 KB
Loading

0 commit comments

Comments
 (0)