Qt 6.11 is out! See what's new in the release
blog
Qt Creator 20 released
-
We are happy to announce the release of Qt Creator 20!
-
Thank you, looks good!
A note for those (like me) who builds Qt Creator Plugins:
Installing vanilla Qt 6.11.1 is not enough, you also need to install Qt TaskTree:

And you need to add this to the Plugin's CMakeLists.txt:
set(CMAKE_CXX_STANDARD 20)(Otherwise I think CMake defaults to C++17 which is not good enough for Qt TaskTree).