Skip to content

Commit

Permalink
- Updated changelog, readme and gui_settings for release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAkam committed Nov 22, 2021
1 parent 722f42a commit e87fb2f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
-------------------------------------------------------------------------------
Version 1.6.1 22/11/2021
-------------------------------------------------------------------------------

GUI:

- Run task tab now displays current state, most recent event and print line.

- GUI style unified across platforms.

- GUI font sizes now configurable in gui_settings.py.

- Fixed bug which prevented events from plotting in Pyqtgraph version > 0.11.0.

- Made communication from pyboard to computer during framework run more robust
to unexpected output from pyboard.

- Various minor bug fixes.

-------------------------------------------------------------------------------
Version 1.6 25/11/2020
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion config/gui_settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Graphical user interface settings.

VERSION = '1.6'
VERSION = '1.6.1'

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

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ tasks : Task definition files
tools : Tools for importing and visualising pycontrol data
pyControl_GUI.py : Python script to launch the GUI.

Version: v1.6
Version: v1.6.1
---------------

0 comments on commit e87fb2f

Please sign in to comment.