Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Write Your Python Program - CHANGELOG

* 2.0.7 (2025-10-14)
* Fix #184 (filenames with dots)
* Support python 3.13
* 2.0.6 (2025-10-08)
* Settings for language #180
* Only warn of settings cannot be saved #182
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ The ideas of this environment are based on the great ideas from

## Quick start

* Step 1. Install **Python 3.12.x** or **Python 3.13.x**.
* Step 1. Install **Python 3.12.x** or **Python 3.13.x** or **Python 3.14.x**.
* Step 2. Install Visual Studio Code, at least version Version: 1.94.2
* Step 2. Install the **write-your-python-program** extension for Visual Studio Code.
* Step 3. Open or create a Python file. The "RUN" button in the taskbar at the bottom will
* Step 3. Install the **write-your-python-program** extension for Visual Studio Code.
* Step 4. Open a folder in Visual Studio Code.
* Step 5. Open or create a Python file inside this folder. The "RUN" button in the taskbar at the bottom will
run your file with the teaching language provided by write-your-python-program.

### Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.6",
"version": "2.0.7",
"publisher": "StefanWehr",
"icon": "icon.png",
"engines": {
Expand Down