Skip to content

Commit c825689

Browse files
📝 Update changelog and 🔥 Add main contributors
1 parent fcc41ee commit c825689

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
- Added `onCompletion` stream to get event when audio is finished playing.
44
- Fixed [#145](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/145) - The visualization gets stuck incomplete.
5+
- Fixed [#142](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/142) - File path with spaces doesn't show waveform
6+
- Fixed extractor requires audio player to be initialised.
7+
- Fixed infinite scroll in `WaveformType.long`.
58

69
## 1.0.0
710

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,12 @@ AudioFileWaveforms(
151151
...
152152
);
153153
```
154+
155+
## Main Contributors
156+
157+
<table>
158+
<tr>
159+
<td align="center"><a href="https://github.com/Ujas-Majithiya"><img src="https://avatars.githubusercontent.com/u/56400956?v=4" width="100px;" alt=""/><br /><sub><b>Ujas Majithiya</b></sub></a></td>
160+
<td align="center"><a href="https://github.com/DevarshRanpara"><img src="https://avatars.githubusercontent.com/u/26064415?s=100" width="100px;" alt=""/><br /><sub><b>Devarsh Ranpara</b></sub></a></td>
161+
</tr>
162+
</table>

0 commit comments

Comments
 (0)