Skip to content

Commit

Permalink
Version: 0.9.1
Browse files Browse the repository at this point in the history
Change-Id: I281c50aab669cc47b51f918e9016c56ff3d231da
Reviewed-by: Marcus Tillmanns <[email protected]>
  • Loading branch information
OrkunTokdemir committed May 30, 2024
1 parent 66b5815 commit c1a5506
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.9.0
## 0.9.1 (May 30, 2024)

- Fixed bugs with generating `MSVC` kits on Windows
- Added `QML` language server support
- Added `qt-official.qmlls.enabled` setting to enable/disable `QML` language server.
- Added `qt-official.qmlls.verboseOutput` setting to enable/disable verbose output from `QML` language server.
- Added `qt-official.qmlls.traceLsp` setting to enable/disable trace output from `QML` language server.
- Added `qt-official.qmlls.customExePath` setting to specify a custom path to the `QML` language server executable.
- Added `qt-official.setRecommendedSettings` command to set recommended settings.
- Updated `README.md` with new features and settings.
- Added [vscode-cmake-tools-api](https://github.com/microsoft/vscode-cmake-tools-api) to detect kit changes.

## 0.9.0 (May 21, 2024)

- 🎉 Our initial preview release 🎉
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "qt-official",
"displayName": "Qt Official",
"description": "Qt Official Support",
"version": "0.9.0",
"version": "0.9.1",
"homepage": "https://www.qt.io/",
"icon": "res/icons/qt.png",
"publisher": "theqtcompany",
Expand Down

0 comments on commit c1a5506

Please sign in to comment.