Skip to content

Commit f1219b0

Browse files
committed
Update changelog and bump to 5.1.1-alpha.4
1 parent 1035abd commit f1219b0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# v5.1.1
22

33
### Bug Fixes
4+
45
- Fix NullPointerException when no Audio Device is available from the OS (Windows and Linux) #1109 #1086
56
- Fix LSL AvgBandPower data type only one value is sent #1098
67
- Fix error starting BrainFlow Streaming Board from external process #1102
78
- Fix Hardware Settings button not clickable after resizing app #1132
89

910
### Improvements
11+
1012
- Update to BrainFlow 5.6.1
1113
- Add feature to connect to Ganglion using Native Bluetooth #1080
1214
- Refactor the creation and playback of OpenBCI GUI CSV files #1119
13-
15+
- Filter out .tty serial ports in Networking Widget Serial list #1097 - Thanks @kkashiva
1416

1517
# v5.1.0
1618

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ import http.requests.*;
6161
// Global Variables & Instances
6262
//------------------------------------------------------------------------
6363
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
64-
String localGUIVersionString = "v5.1.1-alpha.3";
65-
String localGUIVersionDate = "May 2023";
64+
String localGUIVersionString = "v5.1.1-alpha.4";
65+
String localGUIVersionDate = "June 2023";
6666
String guiLatestVersionGithubAPI = "https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest";
6767
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";
6868
Boolean guiIsUpToDate;

0 commit comments

Comments
 (0)