Skip to content

Commit b7c94df

Browse files
committed
Updated ChangeLog and version number for release v2.1
1 parent 83ba2b6 commit b7c94df

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

ChangeLog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
-------------------------------------------------------------------------------
2+
Version 2.1 2025-11-11
3+
-------------------------------------------------------------------------------
4+
5+
GUI:
6+
7+
- Various bug fixes & UI improvements.
8+
9+
Framework:
10+
11+
- Analog_input and Rotary_encoder now support multiple thresholds for generating framework events.
12+
- Rsync pulses can now be output on multiple pins.
13+
- Fixed bug where stepped and pulsed sounds started after a short delay.
14+
15+
Devices:
16+
17+
- Added GridMaze device class.
18+
- Added UART_handler device to generate framework events when UART message received.
19+
120
-------------------------------------------------------------------------------
221
Version 2.0.2 2024-06-13
322
-------------------------------------------------------------------------------

source/gui/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import json
33

4-
VERSION = "2.0.2"
4+
VERSION = "2.1"
55

66

77
def get_setting(setting_type, setting_name, want_default=False):

source/pyControl/framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from . import hardware as hw
77
from . import utility as ut
88

9-
VERSION = "2.0.2"
9+
VERSION = "2.1"
1010

1111

1212
class pyControlError(BaseException): # Exception for pyControl errors.

0 commit comments

Comments
 (0)