Skip to content

Commit e87fb2f

Browse files
committed
- Updated changelog, readme and gui_settings for release v1.6.1
1 parent 722f42a commit e87fb2f

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

ChangeLog.txt

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
-------------------------------------------------------------------------------
2+
Version 1.6.1 22/11/2021
3+
-------------------------------------------------------------------------------
4+
5+
GUI:
6+
7+
- Run task tab now displays current state, most recent event and print line.
8+
9+
- GUI style unified across platforms.
10+
11+
- GUI font sizes now configurable in gui_settings.py.
12+
13+
- Fixed bug which prevented events from plotting in Pyqtgraph version > 0.11.0.
14+
15+
- Made communication from pyboard to computer during framework run more robust
16+
to unexpected output from pyboard.
17+
18+
- Various minor bug fixes.
19+
120
-------------------------------------------------------------------------------
221
Version 1.6 25/11/2020
322
-------------------------------------------------------------------------------

config/gui_settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Graphical user interface settings.
22

3-
VERSION = '1.6'
3+
VERSION = '1.6.1'
44

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

readme.txt

+1-1
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.6
18+
Version: v1.6.1
1919
---------------
2020

0 commit comments

Comments
 (0)