Skip to content

Commit 20b3839

Browse files
committed
Update version to v5.2.1 and update changelog
1 parent 1bc4747 commit 20b3839

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v5.2.1
2+
3+
### Improvements
4+
5+
- Add ability to map channels to EMG Joystick Inputs #1156
6+
- Fix alignment of UI objects in popup windows and EMG settings UI #1157
7+
- Rename "smoothing" to "window" in EMG settings UI #1158
8+
- Add EMG Joystick settings to Session Settings #1159
9+
110
# v5.2.0
211

312
### Bug Fixes

OpenBCI_GUI/Info.plist.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleShortVersionString</key>
2424
<string>5</string>
2525
<key>CFBundleVersion</key>
26-
<string>5.2.0</string>
26+
<string>5.2.1</string>
2727
<key>CFBundleSignature</key>
2828
<string>????</string>
2929
<key>NSHumanReadableCopyright</key>
@@ -32,7 +32,7 @@
3232
Copyright © 2023 OpenBCI
3333
</string>
3434
<key>CFBundleGetInfoString</key>
35-
<string>June 2023</string>
35+
<string>July 2023</string>
3636
<!-- End of the set that can be customized -->
3737

3838
@@jvm_runtime@@

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = "v5.2.0";
66-
String localGUIVersionDate = "June 2023";
65+
String localGUIVersionString = "v5.2.1";
66+
String localGUIVersionDate = "July 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";
6969
Boolean guiIsUpToDate;

0 commit comments

Comments
 (0)