Skip to content

Commit 41646e2

Browse files
committed
Update changelog and Bump version to 5.2.0
1 parent 133d5ac commit 41646e2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Fix error starting BrainFlow Streaming Board from external process #1102
88
- Fix Hardware Settings button not clickable after resizing app #1132
99
- Fix bug loading Session Settings related to Widget Layouts #1138
10+
- Fix bug caused by NullPointerException with ControlP5 Window on App Start #1150
1011

1112
### Improvements
1213

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
6262
// Global Variables & Instances
6363
//------------------------------------------------------------------------
6464
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
65-
String localGUIVersionString = "v5.2.0-alpha.1";
65+
String localGUIVersionString = "v5.2.0";
6666
String localGUIVersionDate = "June 2023";
6767
String guiLatestVersionGithubAPI = "https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest";
6868
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";

0 commit comments

Comments
 (0)