Skip to content

Commit

Permalink
- Updated docs for release v1.6.1. GUI images not updated yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAkam committed Nov 22, 2021
1 parent 30367d1 commit 6b0ba8b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Release Notes


## Version 1.6.1 --- 22/11/2021

NOTE: **You will need to reload the framework onto your pyboards** (using the board config menu) after updating the GUI to this release, due to changes in the communication protocol between the board and the GUI.

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
GUI:

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Once you have a working Python 3 installation on the computer, run the windows c
python -m pip install numpy
python -m pip install pyserial
python -m pip install pyqt5
python -m pip install pyqtgraph==0.11.0
python -m pip install pyqtgraph
```

You should then be able to launch the GUI by double-clicking the file *pyControl_GUI.py* in the pyControl root directory.
Expand Down

0 comments on commit 6b0ba8b

Please sign in to comment.