You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/gh-pages/pages/install/changelog.md
+45-2Lines changed: 45 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,50 @@ nav_order: 1
7
7
8
8
# Changelog
9
9
10
-
## Version 0.1.1
10
+
## Version 0.1.2 - 2020/05/21
11
+
12
+
### Applications
13
+
14
+
MNE Analyze:
15
+
* Fix application icon on Linux
16
+
* Add timing labels below the signal viewer
17
+
* Fix deployment of internal MNE Analyze libraries on Windows
18
+
* Change list data model to child/parent item data model in AnalyzeData
19
+
* Rename AnnotationView to AnnotationSettingsView
20
+
* Update splashcreen to show full application name
21
+
* Refactor RawDataViewer plugin. The controls are no longer destroyed when a different file is selected. This led to some visible glitches when switching between files.
22
+
* Do not allow floating or movable dock widgets in the WASM version. The QDockWidget behavior is a bit buggy in the current Qt WASM versions.
23
+
* Use QOpenGLWidget instead of QOGLWidget. The latter is marked as deprecated.
24
+
* Remember dock states and sizes inbetween MNE Analyze sessions.
25
+
26
+
MNE Scan:
27
+
* Fix application icon on Linux
28
+
* Fix deployment of internal MNE Scan libraries on Windows
29
+
* Fix bug when receiving evoked data in source localization plugin
30
+
* Update splashcreen to show full application name
31
+
32
+
### API libraries
33
+
34
+
Disp:
35
+
* Remember dock states and sizes inbetween sessions in the MultiView
36
+
37
+
Inverse:
38
+
* Fix versioning bug
39
+
40
+
### Documentation
41
+
42
+
* Minor improvements and typo fixes
43
+
44
+
### Authors
45
+
46
+
People who contributed to this release (preceded by number of commits):
47
+
48
+
(42) Lorenz Esch,
49
+
(9) Gabriel Motta,
50
+
(5) Juan Garcia-Prieto,
51
+
(1) Ruben Dörfel
52
+
53
+
## Version 0.1.1 - 2020/05/14
11
54
12
55
### Applications
13
56
@@ -59,7 +102,7 @@ People who contributed to this release (preceded by number of commits):
0 commit comments