11# Change Log
22
3+ ## 0.6.0
4+
5+ Add basic support for PySide6. Thanks to [ pjx206] ( https://github.com/pjx206 ) . #88
6+
37## 0.5.2
48
59Fix release workflow by packaging VSIX file before upload it to release asset.
@@ -28,8 +32,8 @@ Support `.pri`, `.prf`, `.prl` file extensions by applying QMake syntax.
2832
2933Partial environment variables are supported in configuration, including
3034
31- * Visual Studio Code predefined variables
32- * Environment variables
35+ - Visual Studio Code predefined variables
36+ - Environment variables
3337
3438## 0.2.0
3539
@@ -39,51 +43,51 @@ Menus in editor/title and editor/context
3943
4044### Fixed
4145
42- * Now, the path of input file could include spaces. (thanks to _ Paolo (ZioLupo)_ )
46+ - Now, the path of input file could include spaces. (thanks to _ Paolo (ZioLupo)_ )
4347
4448## 0.1.1
4549
4650### Changed
4751
48- * Format the README.md
49- * Update the username of badgets
52+ - Format the README.md
53+ - Update the username of badgets
5054
5155## 0.1.0
5256
5357### Added
5458
55- * Python UI compiler (` pyuic5 ` , ` pyside2-uic ` )
56- * Python Resource Compiler (` pyrcc5 ` , ` pyside2-rcc ` )
57- * Python ` lupdate ` (` pylupdate5 ` , ` pyside2-lupdate ` )
59+ - Python UI compiler (` pyuic5 ` , ` pyside2-uic ` )
60+ - Python Resource Compiler (` pyrcc5 ` , ` pyside2-rcc ` )
61+ - Python ` lupdate ` (` pylupdate5 ` , ` pyside2-lupdate ` )
5862
5963### Changed
6064
61- * Change the command IDs from ` extension ` to ` qtForPython ` to avoid confliction.
65+ - Change the command IDs from ` extension ` to ` qtForPython ` to avoid confliction.
6266
6367### Fixed
6468
65- * Some commands do not trigger the activation event of the extension.
69+ - Some commands do not trigger the activation event of the extension.
6670
6771## 0.0.2
6872
6973### Added
7074
71- * Badges on README and Visual Studio Code Extension Marketplace page.
75+ - Badges on README and Visual Studio Code Extension Marketplace page.
7276
7377## 0.0.1
7478
7579### Added
7680
77- * Qt Markup Language (` *.qml ` ) highlighting and snippets support
78- * QML Module Definition Files (` *.qmldir ` ) highlighting and snippets support
79- * Qt Style Sheets (` *.qss ` ) highlighting and snippets support
80- * Qt Linguist Translation (` *.qt.ts ` ) highlighting support (XML)
81- * Resource Collection Files (` *.qrc ` ) highlighting support (XML)
82- * Qt Designer Form (` *.ui ` ) highlighting support (XML)
83- * Qt Creator User Settings (` *.pro.user ` ) highlighting support (XML)
84- * ` qmake ` highlighting support
85- * New form (Qt Designer ` *.ui ` file) command
86- * Edit form (Qt Designer ` *.ui ` file) command
87- * Edit translation (Qt Linguist ` *.qt.ts ` file)
88- * Release translation (Qt Linguist ` *.qt.ts ` file) to ` *.qm ` file
89- * Preview QML
81+ - Qt Markup Language (` *.qml ` ) highlighting and snippets support
82+ - QML Module Definition Files (` *.qmldir ` ) highlighting and snippets support
83+ - Qt Style Sheets (` *.qss ` ) highlighting and snippets support
84+ - Qt Linguist Translation (` *.qt.ts ` ) highlighting support (XML)
85+ - Resource Collection Files (` *.qrc ` ) highlighting support (XML)
86+ - Qt Designer Form (` *.ui ` ) highlighting support (XML)
87+ - Qt Creator User Settings (` *.pro.user ` ) highlighting support (XML)
88+ - ` qmake ` highlighting support
89+ - New form (Qt Designer ` *.ui ` file) command
90+ - Edit form (Qt Designer ` *.ui ` file) command
91+ - Edit translation (Qt Linguist ` *.qt.ts ` file)
92+ - Release translation (Qt Linguist ` *.qt.ts ` file) to ` *.qm ` file
93+ - Preview QML
0 commit comments