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: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,21 @@ Limited to mp3
11
11
12
12
## Release Notes
13
13
14
+
### 1.0.1
15
+
16
+
Fixed path issue other OS platforms (tested on MacOS and Ubuntu)
17
+
18
+
#### Note
19
+
Pumped up the VS Code requirement to 1.40 due to Web Audio API bug, probably from Chrome
20
+
- Just right after the 1st release, the Web Audio API stops working on 1.30 to 1.39 of VS code (VS code 1.38 stable build is on Electron 4 | Chrome 69)
21
+
- The extension is working (except the pause/resume function - API bug again) on VS code exploration build 1.37 with ELectron 6 | Chrome 76
22
+
- This extension will not be working for a while 😥
0 commit comments