Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit d11baa8

Browse files
committed
Bump version to 1.1.6.
1 parent a6bc9fc commit d11baa8

File tree

3 files changed

+29
-13
lines changed

3 files changed

+29
-13
lines changed

CHANGELOG.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
and this project adheres to
7+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8+
9+
## 1.1.6 - 2021-12-16
10+
11+
### Fixed
12+
13+
- Fix incorrect syntax highlighting when adding new-line characters before a
14+
JavaScript code block. #165
715

816
## 1.1.5 - 2021-12-02
917

@@ -15,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1523

1624
### Fixed
1725

18-
- Clean up unnecessary files on bundling. #126 (thanks to [tjquillan](https://github.com/tjquillan))
26+
- Clean up unnecessary files on bundling. #126 (thanks to
27+
[tjquillan](https://github.com/tjquillan))
1928

2029
## 1.1.3 - 2021-06-08
2130

@@ -27,8 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2736

2837
### Fixed
2938

30-
- Apply JS highlighting after list property. This is just a workaround as the highlighting cannot be applied with
31-
multi-line expression. #116
39+
- Apply JS highlighting after list property. This is just a workaround as the
40+
highlighting cannot be applied with multi-line expression. #116
3241

3342
## 1.1.1 - 2021-05-22
3443

@@ -57,7 +66,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5766
### Fixed
5867

5968
- Bundle `/python/scripts` with extension.
60-
- Add `--yarn` option when package extension with `vsce`. See [this issue](https://github.com/microsoft/vscode-vsce/issues/439) for the workaround.
69+
- Add `--yarn` option when package extension with `vsce`. See
70+
[this issue](https://github.com/microsoft/vscode-vsce/issues/439) for the
71+
workaround.
6172

6273
## 1.0.0 - 2021-05-03
6374

@@ -69,12 +80,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6980
- Support re-compile RCC files with `rcc` on changed.
7081
- Support re-update translation with `lupdate` on changed.
7182
- Drop `lrelease` support as it is not included in any Qt for Python packages.
72-
- Drop QML preview tool support as it is not included in any Qt for Python packages.
73-
- Drop translation editor support as it is not included in any Qt for Python packages.
83+
- Drop QML preview tool support as it is not included in any Qt for Python
84+
packages.
85+
- Drop translation editor support as it is not included in any Qt for Python
86+
packages.
7487
- Show error dialog on exception
7588
- Handle `QtToolModuleNotFoundError`
7689
- Install PySide6 or PyQt6.
77-
- Set the missing tool path manually in configuration by selecting an executable.
90+
- Set the missing tool path manually in configuration by selecting an
91+
executable.
7892

7993
### Changed
8094

@@ -100,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100114

101115
### Added
102116

103-
- Add basic support for PySide6. Thanks to [pjx206](https://github.com/pjx206). #88
117+
- Add basic support for PySide6. Thanks to [pjx206](https://github.com/pjx206).
118+
#88
104119

105120
## 0.5.2
106121

@@ -149,7 +164,8 @@ Menus in editor/title and editor/context
149164

150165
### Fixed
151166

152-
- Now, the path of input file could include spaces. (thanks to _Paolo (ZioLupo)_)
167+
- Now, the path of input file could include spaces. (thanks to _Paolo
168+
(ZioLupo)_)
153169

154170
## 0.1.1
155171

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Qt for Python",
44
"description": "Visual Studio Code extension for PySide6 and PyQt6.",
55
"publisher": "seanwu",
6-
"version": "1.1.5",
6+
"version": "1.1.6",
77
"license": "MIT",
88
"scripts": {
99
"vscode:prepublish": "npm run package",

0 commit comments

Comments
 (0)