diff options
| author | Orkun Tokdemir <orkun.tokdemir@qt.io> | 2024-12-03 10:32:15 +0100 |
|---|---|---|
| committer | Orkun Tokdemir <orkun.tokdemir@qt.io> | 2024-12-05 13:27:55 +0000 |
| commit | 6dc095b80716a1a051716b101c659be86c29378e (patch) | |
| tree | c17b08d68347701efdf069be8aae3b5b36f9a3cf | |
| parent | 622382b882c64d2412d98c5898cdb2cf0cca41ca (diff) | |
qt-qml: Update CHANGELOG.md
Change-Id: I8683a3990b889936dcad36127b3381403521d203
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
| -rw-r--r-- | qt-qml/CHANGELOG.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/qt-qml/CHANGELOG.md b/qt-qml/CHANGELOG.md index ce3a574..6573051 100644 --- a/qt-qml/CHANGELOG.md +++ b/qt-qml/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 1.1.0 (Dec 4, 2024) + +🎉 **Added** + +- Tilde support for configuration paths +- Telemetry for collecting usage data +- Automatically downloading the latest QML Language Server binary +- `Check for QML language server update` and `Download the most recent QML language server` commands +- Configuration variables: + 1. `qt-qml.qmlls.additionalImportPaths` for adding additional import paths + 1. `qt-qml.doNotAskForQmllsDownload` for disabling the download prompt + 1. `qt-qml.qmlls.useQmlImportPathEnvVar` for using the `QML_IMPORT_PATH` environment variable +- Multi-root workspace support for QML Language Server + +⚠️ **Changed** + +- Improved `qml` static syntax highlighting + ## 1.0.0 (Sep 10, 2024) - 🎉 Our initial release 🎉 |
