File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments