Skip to content

Commit 788a6d4

Browse files
committed
Update changelog.
1 parent 194ae42 commit 788a6d4

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,23 @@ All notable changes to this project will be documented in this file.
1414
- Added by [Kip Nicol](https://github.com/ospr)
1515
- Fixed waveform rendering for large audio files
1616
- Added by [Kip Nicol](https://github.com/ospr)
17-
17+
- Added support for rendering waveform images outside of a view (See `FDWaveformRenderOperation`)
18+
- Added by [Kip Nicol](https://github.com/ospr)
19+
- Added support for rendering linear waveforms
20+
- Added by [Kip Nicol](https://github.com/ospr)
21+
- Added support for changing `wavesColor` and `progressColor` after waveform was rendered
22+
- Added by [Kip Nicol](https://github.com/ospr)
23+
- Added support for updating waveform type and color to iOS Example app.
24+
- Added by [Kip Nicol](https://github.com/ospr)
25+
- Fixed bug which could prevent waveform from fitting new view size if rendering was in progress during a view resize
26+
- Added by [Kip Nicol](https://github.com/ospr)
27+
- Fixed bug which caused `waveformViewDidRender()` to not be called after the audio file was loaded
28+
- Added by [Kip Nicol](https://github.com/ospr)
29+
- Fixed bug which caused subsequent waveform renderings for new audioURLs to never complete if there was an error with a previous render
30+
- Added by [Kip Nicol](https://github.com/ospr)
31+
- Fixed bug which could cause a crash (divide by zero error) if the view's width was 0
32+
- Added by [Kip Nicol](https://github.com/ospr)
33+
1834
---
1935

2036
## [2.0.0](https://github.com/fulldecent/FDWaveformView/releases/tag/2.0.0)

0 commit comments

Comments
 (0)