Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change and up package version in CHANGELOG.md #370

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## 1.1.2
## 1.2.0

- Fixed [#350](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/350) - Waveform clipping at starting position
- Fixed [#304](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/304) - Improved Documentation.
- Chore [#304](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/304) - Improved Documentation.
- Fixed [#349](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/349) - iOS audio plays without sound
- Fixed seekTo position issue where onDrag of waveform at initial position first wave outside the seekLine
- Fixed [#364](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/pull/364) seekTo position issue where onDrag of waveform at initial position first wave outside the seekLine.
- Fixed [#301](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/301) - Cannot catch error of preparePlayer
- Added feature to setReleaseMode for player controller
- Added feature to setReleaseMode for player controller. Fixes [#228](https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues/228)

## 1.1.1

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audio_waveforms
description: A Flutter package that allow you to generate waveform while recording audio or from audio file.
version: 1.1.2
version: 1.2.0
homepage: https://github.com/SimformSolutionsPvtLtd/audio_waveforms
issue_tracker: https://github.com/SimformSolutionsPvtLtd/audio_waveforms/issues

Expand Down