We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44017fe commit 02ba3e0Copy full SHA for 02ba3e0
2 files changed
ChangeLog.md
@@ -1,5 +1,7 @@
1
# Write Your Python Program - CHANGELOG
2
3
+* 2.1.1 (2025-11-26)
4
+ * Fix a couple of glitches with highlighting in the visualization
5
* 2.1.0 (2025-11-07)
6
* Fix bug with recursive types #192
7
* Improve startup performance and other minor improvements #190
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.1.0",
+ "version": "2.1.1",
"publisher": "StefanWehr",
8
"icon": "icon.png",
9
"engines": {
0 commit comments