aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-10-18 16:17:08 +0200
committerEike Ziller <eike.ziller@qt.io>2022-10-18 14:29:45 +0000
commit9316f43efe36ef3c1bfad5bee6972971ea0611b5 (patch)
treee3c79f6f61a5a246bfc78420c22156ab8403de50 /dist
parent18670aa74a95a866426be9d7cfcd045e821cdbd1 (diff)
Add change log for 8.0.2
Change-Id: I73f5039b6388d3132564d86fa8c1515dd6345e8e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-8.0.2.md91
1 files changed, 91 insertions, 0 deletions
diff --git a/dist/changes-8.0.2.md b/dist/changes-8.0.2.md
new file mode 100644
index 0000000000..7dc343604d
--- /dev/null
+++ b/dist/changes-8.0.2.md
@@ -0,0 +1,91 @@
+Qt Creator 8.0.2
+================
+
+Qt Creator version 8.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/v8.0.1..v8.0.2
+
+Editing
+-------
+
+* Fixed importing color schemes
+* Fixed moving text between editors by drag & drop (QTCREATORBUG-28125,
+ QTCREATORBUG-28126)
+* Fixed that the default font could be blurry (QTCREATORBUG-28106,
+ QTCREATORBUG-28139)
+
+### C++
+
+* Re-added non-Clangd version of `Extract Function` (QTCREATORBUG-28030)
+
+### Language Client
+
+* Fixed issues after resetting server (QTCREATORBUG-27596)
+
+### SCXML
+
+* Fixed crash when closing document (QTCREATORBUG-28027)
+
+Version Control
+---------------
+
+* Fixed handling of `\r` in tool output (QTCREATORBUG-27615)
+
+Test Integration
+----------------
+
+* GTest
+ * Fixed running selected tests (QTCREATORBUG-28153)
+* Catch2
+ * Fixed crash when running tests (QTCREATORBUG-28269)
+
+Platforms
+---------
+
+### Android
+
+* Fixed deployment in release mode (QTCREATORBUG-28163)
+
+### Remote Linux
+
+* Fixed issue with deployment (QTCREATORBUG-28167)
+* Fixed key deployment on Windows (QTCREATORBUG-28092)
+* Fixed killing remote processes (QTCREATORBUG-28072)
+
+Credits for these changes go to:
+--------------------------------
+Aleksei German
+Ali Kianian
+André Pönitz
+Antti Määttä
+Brook Cronin
+Christian Kandeler
+Christian Stenger
+Cristian Adam
+David Schulz
+Eike Ziller
+Fawzi Mohamed
+Henning Gruendl
+Ivan Komissarov
+Jaroslaw Kobus
+Knud Dollereder
+Leena Miettinen
+Mahmoud Badri
+Marco Bubke
+Marcus Tillmanns
+Mats Honkamaa
+Miikka Heikkinen
+Petri Virkkunen
+Pranta Dastider
+Robert Löhning
+Samuel Ghinet
+Sivert Krøvel
+Sona Kurazyan
+Thomas Hartmann
+Tim Jenssen
+Vikas Pachdha