Skip to content

Commit

Permalink
-Updated software version
Browse files Browse the repository at this point in the history
-Added changelog
  • Loading branch information
JSNeuroDev committed Jul 30, 2018
1 parent 2be07f8 commit 576127d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Functions/Internal Functions/BpodSoftwareVersion.m
@@ -1,3 +1,3 @@
function Ver = BpodSoftwareVersion

Ver = 1.57;
Ver = 1.58;
7 changes: 3 additions & 4 deletions Release Notes.txt
@@ -1,12 +1,11 @@
---v1.58---
-Added software update app to keep MATLAB software current: UpdateBpodSoftware()
-Added firmware update app to keep Bpod firmware current: UpdateBpodFirmware()
---v1.58---
-Added software to keep MATLAB software current: UpdateBpodSoftware(). Currently requires Win7 or Win10 with MATLAB r2014b+
-Added firmware update app to keep Bpod firmware current: UpdateBpodFirmware(). Currently requires Win7 or Win10.
-Fixed axes display in TrialTypeOutcomePlot plugin
-Minor optimization to AddState() function (now uses prepared vectors instead of ones() and zeros() to populate defaults)
-Removed drawnow() from update method of BpodParameterGUI to reduce inter-trial dead-time on MATLAB versions newer than r2014b
-Fixed a bug in TrialManager() that would cause crashes when state names varied between trials
-Disabled PhoneHome transmissions on boot and protocol-start (to resume once Sanworks has a 100% reliable web host)
-

---v1.57---
-Fixes to analog input module class (+matching fixes to its firmware repository), fix streaming to scope UI at sampling rates >1kHz
Expand Down

0 comments on commit 576127d

Please sign in to comment.