We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbd5af commit 219c7c5Copy full SHA for 219c7c5
ChangeLog.md
@@ -1,8 +1,11 @@
1
# Write Your Python Program - CHANGELOG
2
3
+* 2.0.8 (2025-10-16)
4
+ * Fix vscode warning for literals
5
+ * Fix highlighting for files with umlauts
6
* 2.0.7 (2025-10-14)
7
* Fix #184 (filenames with dots)
- * Support python 3.13
8
+ * Support python 3.14
9
* 2.0.6 (2025-10-08)
10
* Settings for language #180
11
* Only warn of settings cannot be saved #182
package.json
@@ -3,7 +3,7 @@
"displayName": "Write Your Python Program!",
"description": "A user friendly python environment for beginners",
"license": "See license in LICENSE",
- "version": "2.0.7",
+ "version": "2.0.8",
"publisher": "StefanWehr",
"icon": "icon.png",
"engines": {
0 commit comments