File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33### Improvements
44- Update repository to Processing 4.2 #1111
5+ - Add Software Marker Widget #1091
56
67# v5.2.1
78
Original file line number Diff line number Diff line change 3232 Copyright © 2023 OpenBCI
3333 </string>
3434 <key>CFBundleGetInfoString</key>
35- <string>July 2023</string>
35+ <string>August 2023</string>
3636 <!-- End of the set that can be customized -->
3737
3838 <key>JVMRuntime</key>
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ 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 = " v6.0.0-alpha.0 " ;
66- String localGUIVersionDate = " July 2023" ;
65+ String localGUIVersionString = " v6.0.0-alpha.1 " ;
66+ String localGUIVersionDate = " August 2023" ;
6767String guiLatestVersionGithubAPI = " https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest" ;
6868String guiLatestReleaseLocation = " https://github.com/OpenBCI/OpenBCI_GUI/releases/latest" ;
6969Boolean guiIsUpToDate;
You can’t perform that action at this time.
0 commit comments