From 0ea40420e1b97c9a1bcb8780f43b1844980f77d0 Mon Sep 17 00:00:00 2001 From: Thomas Akam Date: Tue, 11 Nov 2025 20:58:03 +0000 Subject: [PATCH 1/2] version 2.1 --- docs/about/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 4854edd..91d0121 100755 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -2,7 +2,7 @@ [Releases on GitHub](https://github.com/pyControl/code/releases) -## Version 2.1 (2025-11-xx) +## Version 2.1 (2025-11-11) GUI: From b50eed13d0c88f08bd08219330880e216581b9d3 Mon Sep 17 00:00:00 2001 From: Andy Lustig Date: Tue, 2 Dec 2025 13:31:41 -0600 Subject: [PATCH 2/2] Updated release notes for version 2.1.1 --- docs/about/release-notes.md | 22 +++++++++++++++++++++- docs/index.md | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 91d0121..b272044 100755 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -1,6 +1,24 @@ # Release notes -[Releases on GitHub](https://github.com/pyControl/code/releases) +Downloadable releases at [https://github.com/pyControl/code/releases](https://github.com/pyControl/code/releases) + +!!! tip "Release notifications" + Subscribe to new releases notifications by going to the pyControl [code repository](https://github.com/pyControl/code) and in the upper right corner choosing ***Watch→Custom→Releases→Apply***. + + +--- + +## Version 2.1.1 (2025-12-02) + +Tools: + +- Improved Rsync_aligner + +Devices: + +- Simplified UART_handler device; now requires MicroPython >= 1.26. + +--- ## Version 2.1 (2025-11-11) @@ -19,6 +37,8 @@ Devices: - Added GridMaze device class. - Added UART_handler device to generate framework events when UART message received. +--- + ## Version 2.0.2 (2024-06-13) GUI: diff --git a/docs/index.md b/docs/index.md index 3e9e054..4848b00 100644 --- a/docs/index.md +++ b/docs/index.md @@ -104,7 +104,7 @@ Alternatively, you can download the latest version from the [download page](http Either way, after updating pyControl reload the framework onto your pyboards using the GUI's board config menu. -Get notified of new [releases](about/release-notes.md) by going to the [pyControl code repository](https://github.com/pyControl/code) and in the upper right corner choosing Watch→Custom→Releases→Apply. +Get notified of new [releases](about/release-notes.md) by going to the [pyControl code repository](https://github.com/pyControl/code) and in the upper right corner choosing ***Watch→Custom→Releases→Apply***. ## Troubleshooting