aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2023-08-22 08:10:48 +0200
committerDavid Schulz <david.schulz@qt.io>2023-08-22 08:10:48 +0200
commit5122d8addc945b0edd4eff6ef0df9bc8df09de8a (patch)
treee3aa9bfa0ea09a25be96aeea5966c4f1bef936d5 /dist
parent4e0c4b0f23ef85cd7734f1de033caa19d5588004 (diff)
parent64b852e18648a9f7501a1c121da404a6cea0858b (diff)
Merge remote-tracking branch 'origin/11.0'
Diffstat (limited to 'dist')
-rw-r--r--dist/changelog/changes-11.0.2.md73
1 files changed, 73 insertions, 0 deletions
diff --git a/dist/changelog/changes-11.0.2.md b/dist/changelog/changes-11.0.2.md
new file mode 100644
index 0000000000..91994e79b9
--- /dev/null
+++ b/dist/changelog/changes-11.0.2.md
@@ -0,0 +1,73 @@
+Qt Creator 11.0.2
+=================
+
+Qt Creator version 11.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 origin/v11.0.1..v11.0.2
+
+General
+-------
+
+* Allow fractional high DPI scaling without modifying the environment
+ ([QTCREATORBUG-29461](https://bugreports.qt.io/browse/QTCREATORBUG-29461))
+
+Editing
+-------
+
+### General
+
+* Fixed a potential crash when reloading a document
+ ([QTCREATORBUG-29432](https://bugreports.qt.io/browse/QTCREATORBUG-29432))
+
+### Copilot
+
+* Fixed a crash when configuring an unusable copilot agent in the settings
+
+Debug
+-----
+
+* Fixed a problem where debugging with "Run In Terminal" would fail on Linux
+ ([QTCREATORBUG-29463](https://bugreports.qt.io/browse/QTCREATORBUG-29463))
+
+Projects
+--------
+
+### CMake
+
+* Fixed code completion for ui file components for CMake based projects
+ ([QTCREATORBUG-28787](https://bugreports.qt.io/browse/QTCREATORBUG-28787))
+* Fix reading ninjaPath from QtCreator.ini
+ ([QTBUG-115754](https://bugreports.qt.io/browse/QTBUG-115754))
+* Fixed incorrect device checks when using Boot2Qt
+ ([QTCREATORBUG-29474](https://bugreports.qt.io/browse/QTCREATORBUG-29474))
+
+### QMake
+
+* Avoid cleaning the build directory after switching kits
+ ([QTCREATORBUG-29451](https://bugreports.qt.io/browse/QTCREATORBUG-29451))
+ ([QTCREATORBUG-29481](https://bugreports.qt.io/browse/QTCREATORBUG-29481))
+
+Version Control Systems
+-----------------------
+
+### Fossil
+
+* Show the correct dialog when reverting the current file
+
+Credits for these changes go to:
+--------------------------------
+Aaron Barany
+André Pönitz
+Björn Schäpers
+Christian Kandeler
+Cristian Adam
+David Schulz
+Jaroslaw Kobus
+Leena Miettinen
+Marcus Tillmanns
+Orgad Shaneh