Skip to content

Commit 1f21a96

Browse files
Update change log and update package version
1 parent 54a0f94 commit 1f21a96

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.0.5
2+
3+
- Updated gradle file
4+
- Fixed [#232](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/232) - Last wave flickering
5+
- Fixed [#252](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/252) - Android recording doesn't work the first time after granting permissions
6+
- Fixed [#230](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/230) - Stop player should not be freed the resources
7+
- Fixed [#165](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/165) - IOS recorder without path not working
8+
- Fixed [#232](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/232) - Unnecessary rendering
9+
- Added ability to change audio speed - thanks [@Zubii12](https://github.com/Zubii12)
10+
- Fixed stopping a recording immediately after starting it throws multiple exceptions on Android - thanks [@mschudt](https://github.com/mschudt)
11+
- Fixed waveform for audios under 1 second not being extractable on Android - thanks [@mschudt](https://github.com/mschudt)
12+
- Minor update to docs
13+
114
## 1.0.4
215

316
- Fixed [#171](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/171) - Do not call `notifyListeners()` when disposed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: audio_waveforms
22
description: A Flutter package that allow you to generate waveform while recording audio or from audio file.
3-
version: 1.0.4
3+
version: 1.0.5
44
homepage: https://github.com/SimformSolutionsPvtLtd/audio_waveforms
55
issue_tracker: https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues
66

0 commit comments

Comments
 (0)