An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

0.12.0

+13 -4
+9
CHANGELOG.md
··· 1 + # 0.12.0 (Mar 9, 2020) - Project Cleanup and UI fixes 2 + - Randomization bug fixed 3 + - New EEG Data Explorer component 4 + - Fixed the Explore EEG Data screen 5 + - QA and linting over the whole project 6 + 7 + # 0.11.2 (Feb 29, 2020) - Additional Updates to Customize Screen 8 + - Clean up Customization 9 + 1 10 # 0.11.1 (Feb 25, 2020) - Update Customize Screen 2 11 - Update the UI for ease of experiment customization 3 12
+1 -1
app/package-lock.json
··· 1 1 { 2 2 "name": "BrainWaves", 3 - "version": "0.11.2", 3 + "version": "0.12.0", 4 4 "lockfileVersion": 1, 5 5 "requires": true, 6 6 "dependencies": {
+1 -1
app/package.json
··· 1 1 { 2 2 "name": "BrainWaves", 3 3 "productName": "BrainWaves", 4 - "version": "0.11.2", 4 + "version": "0.12.0", 5 5 "description": "EEG Desktop Application", 6 6 "main": "./main.prod.js", 7 7 "author": {
+1 -1
package-lock.json
··· 1 1 { 2 2 "name": "BrainWaves", 3 - "version": "0.11.2", 3 + "version": "0.12.0", 4 4 "lockfileVersion": 1, 5 5 "requires": true, 6 6 "dependencies": {
+1 -1
package.json
··· 1 1 { 2 2 "name": "BrainWaves", 3 3 "productName": "BrainWaves", 4 - "version": "0.11.2", 4 + "version": "0.12.0", 5 5 "description": "EEG Experiment Desktop Application", 6 6 "scripts": { 7 7 "build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",