diff --git a/dist/changes-3.5.0.md b/dist/changes-3.5.0.md index d544eee4974..2845eb151f4 100644 --- a/dist/changes-3.5.0.md +++ b/dist/changes-3.5.0.md @@ -17,17 +17,25 @@ General plugin manager. Disabling plugins is now only a hint; if another (enabled) plugin needs it, it is implicitly enabled. Before, the other plugin was implicitly disabled. +* Added support for `~` as shortcut for user's home directory to + path input fields +* Added filtering to About Plugins * Added `-load all` and `-noload all` command line options that enable and disable all plugins respectively * Made `-load` command line option implicitly enable all required plugins, and `-noload` disable all plugins requiring the disabled plugin. Multiple `-load` and `-noload` options are interpreted in the order given on the command line. +* Fixed issues with raising the Qt Creator window on Gnome desktop + (QTCREATORBUG-13845) +* Fixed appearance on high DPI displays on Windows and Linux + (QTCREATORBUG-11179) Editing * Added option to jump directly to specific column in addition to line number when opening files through locator or command line +* Made global file search use multiple threads (QTCREATORBUG-10298) Help @@ -61,6 +69,8 @@ Version Control Systems FakeVim +* Added support for `C-r{register}` + Platform Specific Windows @@ -73,6 +83,11 @@ Linux Android +* Made it possible to create AVD without SD card (QTCREATORBUG-13590) +* Added warning if emulator is not OpenGL enabled + (QTCREATORBUG-13615) +* Fixed listing of Google AVDs (QTCREATORBUG-13980) + Remote Linux BareMetal