You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
# Changelog
2
2
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)
0 commit comments