summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2022-10-27 11:53:05 +0300
committerOrgad Shaneh <orgads@gmail.com>2022-10-31 08:56:40 +0000
commitc9f39972cd0b815f36dcf3b6b3b9b6bd315b75c7 (patch)
treed1fdfa0b8e471503c34a1edc3903170985891df7 /dist
parentd173f532c75cf3dd36ff74ffe5ce1c0e3eb4d3f9 (diff)
downloadqt-creator-c9f39972cd0b815f36dcf3b6b3b9b6bd315b75c7.tar.gz
More change log
Change-Id: I248425c35d1a2aed46dc637aaf3dc18a36c560c1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changelog/changes-9.0.0.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/dist/changelog/changes-9.0.0.md b/dist/changelog/changes-9.0.0.md
index f871a0926f..f9abdee16a 100644
--- a/dist/changelog/changes-9.0.0.md
+++ b/dist/changelog/changes-9.0.0.md
@@ -34,6 +34,7 @@ Editing
* Added option for `Tint whole margin area`
* Added option for line spacing (QTCREATORBUG-13727)
* Added `Create Cursors at Selected Line Ends`
+* Added support for character encoding in binary/memory editor
* Improved UI for multiple markers on the same line (QTCREATORBUG-27415)
* Fixed performance issue with large selections
* Fixed saving files with non-breaking spaces (QTCREATORBUG-17875)
@@ -76,10 +77,6 @@ Editing
* Fixed that server was not restarted after 5 times, even if a long time passed
after the last time
-### Binaries
-
-* Added support for character encoding
-
### Image Viewer
* Made `Fit to Screen` sticky and added option for the default
@@ -88,6 +85,7 @@ Editing
### Diff Viewer
* Fixed that calculating differences blocked Qt Creator
+* Fixed that description widget height was not persistent (QTCREATORBUG-24286)
Projects
--------
@@ -105,6 +103,7 @@ Projects
toolchain files (QTCREATORBUG-24555)
* Added option for changing environment for configure step
* Added option for hiding subfolders in source groups (QTCREATORBUG-27432)
+* Added support for `Build File` also from header files (QTCREATORBUG-26164)
* Fixed that `PATH` environment variable was not completely set up during first
CMake run
* Fixed issues with importing builds using Visual C++ generator
@@ -132,6 +131,9 @@ Version Control Systems
### Git
* Added support for user-configured comment character (QTCREATORBUG-28042)
+* Improved matching of commit hashes (QTCREATORBUG-24768, QTCREATORBUG-28268)
+* Fixed adding or deleting files in nested directories (QTCREATORBUG-27644, QTCREATORBUG-27405)
+* Fixed that text encoding in project settings was not respected on diff
Test Integration
----------------