diff options
| author | Orkun Tokdemir <orkun.tokdemir@qt.io> | 2024-12-02 17:39:55 +0100 |
|---|---|---|
| committer | Orkun Tokdemir <orkun.tokdemir@qt.io> | 2024-12-05 13:28:08 +0000 |
| commit | 713c6d71995039e50ad0f60ae6891cb2c213d9d1 (patch) | |
| tree | 28eaa5fe00a974f96b0dfe7c7dda3ff0adcda9d9 | |
| parent | 43408b00827c9069cd837f3c6e509a20bdccd615 (diff) | |
qt-core: Update CHANGELOG.md
Change-Id: Iee27c1a53bc63bbfd7f3b11f90cfacc549810d76
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| -rw-r--r-- | qt-core/CHANGELOG.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/qt-core/CHANGELOG.md b/qt-core/CHANGELOG.md index 3767f65..736d183 100644 --- a/qt-core/CHANGELOG.md +++ b/qt-core/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 1.1.0 (Dec 4, 2024) + +🎉 **Added** + +- Progress bar for generating kits +- Telemetry for collecting usage data +- vcpkg support +- Tilde support for configuration paths +- Configuration values: + 1. `qt-core.additionalQtPaths` to add additional Qt installations + +⚠️ **Changed** + +- Switched from `VSCODE_QT_FOLDER` to `VSCODE_QT_INSTALLATION_ROOT` in generated kits +- Improved default installation root folders + +🐞 **Fixed** + +- The broken Cancel button for the online documentation search + ## 1.0.0 (Sep 10, 2024) - 🎉 Our initial release 🎉 |
