diff --git a/ChangeLog.md b/ChangeLog.md index a52a2d4..9c4466e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/README.md b/README.md index 0556e87..8e39ad2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 1d638b5..bb6fe6f 100644 --- a/package.json +++ b/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.6", + "version": "2.0.7", "publisher": "StefanWehr", "icon": "icon.png", "engines": {