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: CHANGELOG.md
+32-17Lines changed: 32 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,37 +6,52 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
6
## [Future Works]
7
7
-[Display duration in explorer](https://code.visualstudio.com/api/extension-guides/tree-view#view-actions)
8
8
- Generate spectrogram faster than real time, depend on Web Audio API?
9
-
-Minimize package size --> [blocked that cause by Pug](https://github.com/pugjs/pug/issues/2889#issuecomment-456477196) due to its Uglify.js dependency.
9
+
-New icon
10
10
- More colors
11
-
- Playback time slider
12
11
- Real-time input mode/recorder
13
-
-Support more audio formats (Depend on vscode)
14
-
-Switch back [suspend/resume](https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/AudioContext) instead using start/stop --> blocked that cause by Chrome? since Firefox works fine
12
+
-Seeker bar slider
13
+
-[Support more audio codecs](https://code.visualstudio.com/updates/v1_71#_ffmpeg-codecs-support)
15
14
---
16
15
16
+
## [2.0.0] - September 2022
17
+
- Add seeking 5s back and fort buttons
18
+
- Reduce extension size with Webpack
19
+
- Support flac
20
+
- Switch to `main` branch
21
+
- Use [Codicons](https://microsoft.github.io/vscode-codicons/dist/codicon.html)
22
+
- Use resume/suspend methods
23
+
- files, MB, 1.71.0
24
+
25
+
Notes:
26
+
-**Finally! This extension is working normally** 🙌🎊🎉🥳🥂
27
+
- It turns out that vscode doesn't ship mp3 codec with its ffmpeg library (it probably got removed in the past since this extension worked before) and recently add it back in v1.71 - [Issue](https://github.com/microsoft/vscode/ssues/48494)
28
+
- Put back resume/suspend since the issue got fixed for electron/chromium [Issue1052747](https://bugs.chromium.org/p/chromium/issues/detail?id=1052747)[Issue1018499](https://bugs.chromium.org/p/chromium/issues/detail?id=1018499)
29
+
- Reduce extension size - it was funny to see previous version use webpack to minimize the 1 file - `controller.js`
30
+
- All previous versions of this extension will not work in any recent vscode versions
31
+
17
32
## [1.1.0] - December 2019
18
-
- Remove Semantic
19
-
- Update CSS
20
33
- Display duration
21
34
- Minor bugfixes
22
-
- Switch method suspend/resume --> start/stop
23
-
- 3524 files, 4.33MB
35
+
- Remove [Semantic](https://semantic-ui.com)
36
+
- Switch method suspend/resume -> start/stop
37
+
- Update CSS
38
+
- 3524 files, 4.33MB, 1.41.0
24
39
25
-
Note:
26
-
- Still, this extension only works in exploration build, tested on 1.41 E7|C78 😥
27
-
- Not so sure why it doesn't work in stable/insider build on E6|C76 according to 1.0.1 note 🤔
40
+
Notes:
41
+
- Still, this extension only works for exploration build, tested on 1.41 E7|C78 😥 - [vscode1.37 - exploration](https://github.com/microsoft/vscode/issues/76069)
42
+
- Not sure why it doesn't work for stable/insider build on E6|C76 according to 1.0.1 note 🤔
28
43
29
-
Reference:
44
+
References:
30
45
-https://stackoverflow.com/a/37770048/7526434
31
46
-https://stackoverflow.com/a/18562855/7526434
32
47
---
33
48
34
49
## [1.0.1] - September 2019
35
-
- Fixed path issue for other OS platforms
50
+
- Fixed path issue for other OS platforms - tested on MacOS and Ubuntu
36
51
- Set VS Code version requirement to 1.40 - Wait for VS Code to update to newer Chrome version
37
-
- 6723 files, 10.2MB
52
+
- 6723 files, 10.2MB, 1.38.0
38
53
39
-
Note:
54
+
Notes:
40
55
- Pumped up the VS Code requirement to 1.40 due to Web Audio API bug, probably from Chrome
41
56
- 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)
42
57
- The extension works (except the pause/resume function - API bug again) on VS code exploration build 1.37 with ELectron 6 | Chrome 76
0 commit comments