Skip to content

Commit 47c05bb

Browse files
authored
Merge pull request #42 from LuqueDaniel/prepare-2.0.2-release
Prepare 2.0.2 release
2 parents 89ef8d0 + cb9c16a commit 47c05bb

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Changelog
22

3-
## 2.0.2 (2021/10/22)
4-
5-
### Fixes
6-
* Diagnostic warnings can now be disabled for reserved variable names, invalid variable names, or invalid filenames.
7-
* Reserved Ren'Py variables such as _window_subtitle no longer flag an error or warning
8-
* Variable names with numbers now highlight properly in Python functions
9-
* Adding default/define variables and persistents are now recognized without a compile [#27](https://github.com/LuqueDaniel/vscode-language-renpy/issues/27)
10-
* Auto-complete now functions correctly for internal classes such as iap and updater [#36](https://github.com/LuqueDaniel/vscode-language-renpy/issues/36)
11-
* Documentation for reserved Ren'Py variables such as _window_subtitle now displays correctly [#36](https://github.com/LuqueDaniel/vscode-language-renpy/issues/36)
3+
## 2.0.2 (2021/10/25)
4+
5+
### Changes and improvements
6+
7+
* Improve folding function and grammar by [@joe69-96](https://github.com/joe69-96) in [#32](https://github.com/LuqueDaniel/vscode-language-renpy/pull/32).
8+
* Add settings for diagnostic warnings by [@rdurfee](https://github.com/rdurfee) in [#35](https://github.com/LuqueDaniel/vscode-language-renpy/pull/35)
9+
* Diagnostic warnings can now be disabled for reserved variable names, invalid variable names, or invalid filenames.
10+
* Reserved Ren'Py variables such as `_window_subtitle` no longer flag an error or warning
11+
* Variable names with numbers now highlight properly in Python functions
12+
* Defined variables and persistents are now recognized without a compile by [@rdurfee](https://github.com/rdurfee) in [#37](https://github.com/LuqueDaniel/vscode-language-renpy/pull/37)
13+
* Adding default/define variables and persistents are now recognized without a compile [#27](https://github.com/LuqueDaniel/vscode-language-renpy/issues/27)
14+
* Auto-complete now functions correctly for internal classes such as `iap` and `updater` [#36](https://github.com/LuqueDaniel/vscode-language-renpy/issues/36)
15+
* Documentation for reserved Ren'Py variables such as `_window_subtitle` now displays correctly [#36](https://github.com/LuqueDaniel/vscode-language-renpy/issues/36)
1216

1317
## 2.0.1 (2021/10/19)
1418

0 commit comments

Comments
 (0)