Files
qt-creator/dist/changelog/changes-13.0.2.md
Eike Ziller 1ad2c04e0e Update change log for 13.0.2
Change-Id: I542d2f53d957471660ae0c210c4825b5a9c42a57
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2024-06-05 07:03:39 +00:00

2.5 KiB

Qt Creator 13.0.2

Qt Creator version 13.0.2 contains bug fixes.

The most important changes are listed in this document. For a complete list of changes, see the Git log for the Qt Creator sources that you can check out from the public Git repository. For example:

git clone git://code.qt.io/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v13.0.1..v13.0.2

General

  • Fixed that the -client option could start a new Qt Creator instance instead of using a running one (which affects for example version control operations) (QTCREATORBUG-30624)

Editing

  • Fixed that closing files with the tool button didn't add an entry to the navigation history

Widget Designer

  • Fixed that Use Qt module name in #include-directive used Qt 4 module names (QTCREATORBUG-30751)

Copilot

  • Adapted to changes in the Copilot neovim plugin

Projects

CMake

  • Fixed the environment macro expansion for Presets

Meson

Terminal

  • Fixed the handling of environment variables with an equal sign = in the value (QTCREATORBUG-30844)

Version Control Systems

Git

  • Fixed a crash in Instant Blame when reloading externally modified files (QTCREATORBUG-30824)

Platforms

Windows

Android

Remote Linux

Credits for these changes go to:

Alessandro Portale
Christian Kandeler
Christian Stenger
Cristian Adam
David Schulz
Eike Ziller
Leena Miettinen
Marcus Tillmanns
Robert Löhning