-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.txt
61 lines (47 loc) · 1.95 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Changelog v1.2.1
---
General:
* Update copyright and licence information.
Changelog v1.2.0
---
General:
* 2 sensor support has been added. The displacement of a stylus sensor (attached as
"sensor 1") relative to the displacement vector of a second connected sensor
(attached as "sensor 2") is used for plotting and calculations when two sensors
are detected.
Changelog v1.1.0
---
General:
* The UI is now disabled when looking for the Polhemus Digitiser.
* The "initialising" box now only appears if it is needed to warn that
serial port objects in matlab will be deleted.
* Various bug fixes
* Various warnings to inform the user and avoid potential pitfalls
* Tooltips added
Locations Table:
* The location points list made editable from within the user interface.
* Measurements and their location names can be deleted row by row or by
selecting multiple rows from within the user interface.
* New locations can be added using an "insert row" button.
* A new "Set Row as Location to Measure" button can be used to fill in
blank row locations.
* The last loaded location list is remembered stored in
savedLocationNames.mat) and reloaded upon launching of the user
interface.
* Locations lists can be saved from the GUI.
* New location lists can now be imported without restarting the user
interface by pressing the "Import Locations List" button.
* Edited or created location lists can be exported from the user interface
using the "Export Locations List" button.
* By default the locations list keeps expanding past the last imported
location if the digitiser button is pressed after collecting the final
listed measurement.
Data Output:
* Data can be outputted in multiple new formats using the new
"Save Data As..." button:
* Comma-delimited text files (*.csv) (*.dat) (*.txt)
* (.csv is the default output format)
* MAT-file (*.mat)
* Excel® spreadsheet files (*.xls) (*.xlsb) (*.xlsm) (*.xlsx)
Data Display:
* Marker size increased