mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
Bump version to 3.6-stable \o/
Some checks failed
🔗 GHA / 📊 Static (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🌐 JavaScript (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / ☁ Server (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
Some checks failed
🔗 GHA / 📊 Static (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🌐 JavaScript (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / ☁ Server (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
At long last, after 2 years of development, Godot 3.6 is finally out! Developing it in parallel to the 4.x branch proved to be a challenge, as eventually I (Rémi) hardly had any time to focus on it. Thankfully lawnjelly picked up the torch, both on the feature dev side (most new rendering features are his work) but now also as release manager for 3.x. For anyone still using Godot 3.5 for their released or soon-to-be published titles, upgrading to 3.6 should bring a lot of bug fixes, as well as a number of useful features and quality of life improvements.
This commit is contained in:
parent
f4b57927c3
commit
de2f0f147c
@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
|
||||
## [3.6] - TBD
|
||||
## [3.6] - 2024-09-09
|
||||
|
||||
See the [release announcement](https://godotengine.org/article/godot-3-6-finally-released) for details.
|
||||
|
||||
### Added
|
||||
|
||||
@ -2949,6 +2951,7 @@ See the [release announcement](https://godotengine.org/article/maintenance-relea
|
||||
- Only WebAssembly is supported now, since all browsers supporting WebGL 2.0 also support WebAssembly.
|
||||
|
||||
|
||||
[3.6]: https://downloads.tuxfamily.org/godotengine/3.5/Godot_v3.6-stable_changelog_chrono.txt
|
||||
[3.5]: https://downloads.tuxfamily.org/godotengine/3.5/Godot_v3.5-stable_changelog_chrono.txt
|
||||
[3.4]: https://downloads.tuxfamily.org/godotengine/3.4/Godot_v3.4-stable_changelog_chrono.txt
|
||||
[3.3]: https://downloads.tuxfamily.org/godotengine/3.3/Godot_v3.3-stable_changelog_chrono.txt
|
||||
|
@ -3,7 +3,7 @@ name = "Godot Engine"
|
||||
major = 3
|
||||
minor = 6
|
||||
patch = 0
|
||||
status = "rc"
|
||||
status = "stable"
|
||||
module_config = ""
|
||||
year = 2024
|
||||
website = "https://godotengine.org"
|
||||
|
Loading…
Reference in New Issue
Block a user