Skip to content

Commit 9dc0212

Browse files
committed
- Edited ChangeLog readme and gui_settings for release 1.7.2
1 parent 1ae87b5 commit 9dc0212

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

ChangeLog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
-------------------------------------------------------------------------------
2+
Version 1.7.2 30/06/2022
3+
-------------------------------------------------------------------------------
4+
5+
GUI:
6+
7+
- Python terminal window no longer opens when GUI is run. Any error messages
8+
generated by the GUI are written to an 'ErrorLog.txt' file rather than being
9+
printed in the python terminal.
10+
11+
- GUI window now has pyControl taskbar icon rather than generic python icon.
12+
13+
- Fixed bug where experiments tab variables table did not recognise variables
14+
if named imports were used in the task file.
15+
116
-------------------------------------------------------------------------------
217
Version 1.7.1 20/04/2022
318
-------------------------------------------------------------------------------

config/gui_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Graphical user interface settings.
22

3-
VERSION = '1.7.1'
3+
VERSION = '1.7.2'
44

55
update_interval = 10 # Interval between calls to the GUIs update function (ms).
66

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ tasks : Task definition files
1515
tools : Tools for importing and visualising pycontrol data
1616
pyControl_GUI.py : Python script to launch the GUI.
1717

18-
Version: v1.7.1
18+
Version: v1.7.2
1919
---------------
2020

0 commit comments

Comments
 (0)