@@ -7,6 +7,59 @@ nav_order: 1
77
88# Changelog
99
10+ ## Version 0.1.1
11+
12+ ### Applications
13+
14+ MNE Analyze:
15+ * Fix bug during deployment of dynamically linked MNE Analyze version on macOS
16+ * Renamed MNE Analyze extensions to plugins
17+ * Fix issue with display width, now displays only full seconds as selected
18+ * Jump viewer to selected annotation with 'J' key
19+ * Removed seemingly unused timer debug outputs
20+ * Documentations and variable name changes for readability
21+ * Add plugin control views to menu bar
22+ * Clean up command line output
23+ * Add time information on the y-axis
24+
25+ MNE Scan:
26+ * Fix problems with Source Localization and Connectivity plugins
27+ * Fix problems where the QuickControlView was not populated with plugin control GUI widgets correctly
28+
29+ MNE Anonymize:
30+ * Overall improvements and bug fixes to MNE Anonymize
31+
32+ ### API libraries
33+
34+ All:
35+ * Rename libraries and fix versioning
36+ * Don't let libraries deploy themselves for windows builds. Instead include library copying to the mne-cpp.pri windeployqt function
37+
38+ Fiff:
39+ * Fix bug when reading gantry_angle from Fiff file
40+
41+ ### Tools
42+ * Fix template class in Qt Creator wizard for MNE-CPP classes
43+ * Update test and example Qt Creator wizards
44+
45+ ### Continuous Integration
46+ * Only branch off when a minor or major version bump occurred
47+ * Remove folders which we do not want to ship from dynamic builds
48+
49+ ### Documentation
50+ * Updated information on continuous integration
51+ * Improved build from source guide
52+ * Updated guide on streaming pre-recorded data in MNE Scan
53+
54+ ### Authors
55+
56+ People who contributed to this release (preceded by number of commits):
57+
58+ (115) Juan Garcia-Prieto
59+ (43) Lorenz Esch
60+ (2) Ruben Dörfel
61+ (7) Gabriel Motta
62+
1063## Version 0.1.0
1164
1265### Changes
0 commit comments