Skip to content

Commit d14d085

Browse files
committed
v0.1.9
[v0.1.9, 7/24/2018] Debugged "visrack download-sample" command
1 parent 56045cb commit d14d085

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

change_log.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Visual Tracker (vistrack) change log
22
James Jun, Maler Lab
33

4+
[v0.1.9, 7/24/2018]
5+
Debugged "visrack download-sample" command
6+
47
[v0.1.8, 7/24/2018]
58
GUI "Replay" window:
69
Added "[G]oto frame" keyboard shortcut.

vistrack.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
case 'export', export_(vcArg1);
3232
case 'videoreader', varargout{1} = VideoReader_(vcArg1);
3333
case 'dependencies', disp_dependencies_();
34-
case 'downloda-sample', download_sample_();
34+
case 'download-sample', download_sample_();
3535

3636
case 'trialset-list', trialset_list_(vcArg1);
3737
case 'trialset-learningcurve', trialset_learningcurve_(vcArg1);
@@ -170,7 +170,7 @@ function delete_files_(csFiles)
170170
% 9/29/17 JJJ: Displaying the version number of the program and what's used. #Tested
171171
function [vcVer, vcDate] = version_()
172172
if nargin<1, vcFile_prm = ''; end
173-
vcVer = 'v0.1.8';
173+
vcVer = 'v0.1.9';
174174
vcDate = '7/24/2018';
175175
if nargout==0
176176
fprintf('%s (%s) installed\n', vcVer, vcDate);

0 commit comments

Comments
 (0)