This repository was archived by the owner on Oct 15, 2024. It is now read-only.
Releases: seanwu1105/vscode-qt-for-python
Releases · seanwu1105/vscode-qt-for-python
v7.1.0
v7.0.0
v6.3.0
v6.2.2
v6.2.1
v6.2.0
v6.1.0
v6.0.0
6.0.0 (2023-02-11)
⚠ BREAKING CHANGES
- remove pre-release branch
- force release bot bump
- drop qmllint support as it's superseded by qmlls
- drop qmllint 6.3.2 support
- bump official release a major version
- Rebuild project to support more QML language features.
Features
- build command execution wrapper (55a2ed3)
- build qmllint ts wrapper (db65cb7)
- designer: support Qt designer features (50e46fe)
- drop qmllint 6.3.2 support (d4d3343)
- drop qmllint support as it's superseded by qmlls (01bbbaf)
- provide quick fix with suggestions field from qmllint (a148ea7), closes #248
- python: add qmllint scripts (1263928)
- qml: add language features (5140800)
- qmldir: add language features (b301e7b)
- qmllint: add enable/disable config (ebb188f)
- qmllint: add qmllint path and options configurations (e978688)
- qmllint: catch uri-path conversion error (4beef62)
- qmllint: lint QML files on opened/saved (a6bd8c6)
- qmllint: support .qmllint.ini file (056478c)
- qmllint: support multi-root workspace on resolving Python script (13db906)
- qmllint: support notification from server to client (cc6798a)
- qrc: assign qrc file to xml language (e252249)
- qss: support QSS syntax highlighting (7999e44)
- rcc: add configurations for rcc path and options (bb6e01a)
- rcc: add rcc command (a3a611a)
- rcc: add rcc compile function (338f4e2)
- resolve predefined variables in tool path and options (f139415), closes #184
- show error notifications generated from Python scripts (90a6a8f)
- show errors with notification window (d060b76)
- show qmllint result (a8a1161)
- support agb and agba color widget (14c3f96), closes #137
- support HEX color widget (76faae2), closes #137
- support hsl and hsla color widget (6411f26), closes #137
- support hsv and hsva color widget (13e6d79), closes #137
- support PyQt6, PySide2 and PyQt5 (5d41b39)
- support qmlls (0617762)
- support qmlls with e2e tests for configuration changes (87b49e1), closes #251
- support resource-related predefined variables (98b6a37)
- support spaces in command arguments (9f3e9cb)
- uic: add live execution support (a757644)
- uic: add uic support (9c17e9d)
- update CI (use feat to try release PR) (13d1518)
- upload VSIX to release assets (force release) (39c32fa)
- use zod to validate qmllint result (67ea036)
Bug Fixes
- #184 (f139415)
- #237 (b182dc2)
- #248 (a148ea7)
- #251 (87b49e1)
- #260 (e9681e8)
-
- (0a865bf)
- bundle dependencies into release (35ea0d9)
- cat the target variable to curl (526238d)
- debug release workflow (2c6b104)
- destruct upload target (3b34bbe)
- ensure resolveScriptCommand returns an array of str (82cd715)
- ensure the observable does not complete before the language client disposed (8ded538)
- fix wrong curl command (30817f2)
- force release bot to dump version (7f134c8)
- give up and use an external upload action (9d2d3cf)
- normalize path in tests (d4ec8ff)
- python: fix tests on Windows (51dc24f)
- qmllint: allow optional warning fields (e00e384)
- qmllint: ensure the server does not depend on vscode (07e77b5)
- remove {?name,label} in upload_url ([85d667a](https://github.com/seanwu...
v5.0.0
5.0.0 (2023-02-10)
⚠ BREAKING CHANGES
- drop qmllint support as it's superseded by qmlls
Features
- drop qmllint support as it's superseded by qmlls (cddfcf3)
- provide quick fix with suggestions field from qmllint (12fa6c3), closes #248
- support agb and agba color widget (492e32b), closes #137
- support HEX color widget (6ef0fc3), closes #137
- support hsl and hsla color widget (c89138e), closes #137
- support hsv and hsva color widget (c0f88b2), closes #137
- support qmlls (6dddd3c)
- support qmlls with e2e tests for configuration changes (63aefd3), closes #251
- use zod to validate qmllint result (dad6c5e)