summaryrefslogtreecommitdiff
path: root/dist/changelog
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-08-22 12:40:45 +0200
committerhjk <hjk@qt.io>2022-08-22 13:27:38 +0000
commit66a9301bd997a82d1e89509b3a739a4d8707d961 (patch)
tree6a5b484b271e72de763dd35c6636e1f5b24f90d4 /dist/changelog
parent266adf7b1da463b59d078b2cf6013d325e72a77e (diff)
downloadqt-creator-66a9301bd997a82d1e89509b3a739a4d8707d961.tar.gz
Move changes-8.0.1.md closer to its siblings
Change-Id: Iae9ce187c600032bfd5f4daf84079b63ea8ac184 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'dist/changelog')
-rw-r--r--dist/changelog/changes-8.0.1.md81
1 files changed, 81 insertions, 0 deletions
diff --git a/dist/changelog/changes-8.0.1.md b/dist/changelog/changes-8.0.1.md
new file mode 100644
index 0000000000..37247687c2
--- /dev/null
+++ b/dist/changelog/changes-8.0.1.md
@@ -0,0 +1,81 @@
+Qt Creator 8.0.1
+================
+
+Qt Creator version 8.0.1 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.0..v8.0.1
+
+Editing
+-------
+
+* Delayed context menu tooltip action creation
+* Cached the last QIcon created from a Utils::Icon
+
+### C++
+
+* Prevent opening unneeded generated ui header files in clangd
+* Fixed documents getting opened in wrong clangd
+
+Projects
+--------
+
+### Compilation Database
+
+* Fixed project state when compilation database changes timestamp without
+ changing contents
+
+Platforms
+---------
+
+### macOS
+
+* Fixed crash of user applications that access protected resources
+ (QTCREATORBUG-27962)
+
+### Boot2Qt
+
+* Fixed crash when manually rebooting (QTCREATORBUG-27879)
+
+### QNX
+
+* Fixed debugger startup (QTCREATORBUG-27915)
+
+### Baremetal
+
+* Fixed running and debugging applications (QTCREATORBUG-27972)
+* Fixed bug when cloning jLink gdb server provider
+
+Debugging
+---------
+
+* Fixed bitfield display with Python 3
+
+
+Credits for these changes go to:
+--------------------------------
+Alexander Akulich
+Alibek Omarov
+André Pönitz
+Christian Kandeler
+Christian Stenger
+Cristian Adam
+David Schulz
+Dmitry Kovalev
+Eike Ziller
+Ivan Komissarov
+Jaroslaw Kobus
+Knud Dollereder
+Mahmoud Badri
+Marcus Tillmanns
+Mats Honkamaa
+Miikka Heikkinen
+Orgad Shaneh
+Oswald Buddenhagen
+Samuel Ghinet
+Thomas Hartmann
+Vikas Pachdha