33All notable changes to this project will be documented in this file.
44
55The 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
0 commit comments