All Versions
19
Latest Version
Avg Release Cycle
125 days
Latest Release
1893 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.1 Changes
February 12, 2020๐ Changed
- Switch to new standard library clamp functions
- Added by William Entriken
- ๐ Fixed timescale bug for some mp4 files
- Added by Doug Earnshaw
- Switch to new standard library clamp functions
-
v5.0.0 Changes
December 02, 2019โก๏ธ To keep using FDWaveformView and get updates, please use Swift Package Manager to install.
๐ฆ If this is your first time, just use File > Swift Packages > Add Package Dependency... and you're done.
-
v4.0.1 Changes
๐ Released on 2020-02-12.
๐ Changed
- Switch to new standard library clamp functions
- Added by William Entriken
- ๐ Fixed timescale bug for some mp4 files
- Added by Doug Earnshaw
- Switch to new standard library clamp functions
-
v4.0.0 Changes
April 09, 2019๐ Released on 2019-04-08.
๐ Changed
- Converted to Swift 4.2 and Xcode 10
- Added by Doug Earnshaw
- Prevent to handle panning gesture while pinching
- Added by HANAI, Tohru
- ๐ Improve rendering of zooming and scrolling with highlight
- Added by HANAI, Tohru
- โก๏ธ Updated to Swift 5
- Converted to Swift 4.2 and Xcode 10
-
v3.0.1 Changes
February 07, 2018๐ Released on 2017-10-27.
๐ Fixed
- ๐ Fixed Highlight Samples not aligned to base waveform #101.
- Added by Jon Andersen
- ๐ Fixed Highlight Samples not aligned to base waveform #101.
-
v3.0.0 Changes
October 27, 2017๐ Released on 2017-10-27.
๐ Changed
- ๐ Now supporting Swift 4.0
-
v2.2.1 Changes
May 31, 2017๐ Released on 2017-05-31.
๐ Changed
- Now using ranges in the API where appropriate
- Added by William Entriken in regards to issue #76.
๐ Fixed
- ๐ Fixed a retain cycle in completion handler of waveform render operation
- Added by Philippe Jayet
- ๐ Cancel waveform render operation when view is released
- Added by Philippe Jayet
- Now using ranges in the API where appropriate
-
v2.2.0 Changes
May 03, 2017๐ 2.2.0
๐ Released on 2017-05-03.
โ Added
- ๐ Improved accuracy of waveform rendering
- Added by Kip Nicol
- โ Added support for rendering waveform images outside of a view (See
FDWaveformRenderOperation
)- Added by Kip Nicol
- โ Added support for rendering linear waveforms
- Added by Kip Nicol
- โ Added support for changing
wavesColor
andprogressColor
after waveform was rendered- Added by Kip Nicol
- โ Added support for updating waveform type and color to iOS Example app.
- Added by Kip Nicol
๐ Fixed
- ๐ Fixed waveform rendering for large audio files
- Added by Kip Nicol
- ๐ Fixed bug which could prevent waveform from fitting new view size if rendering was in progress during a view resize
- Added by Kip Nicol
- ๐ Fixed bug which caused
waveformViewDidLoad()
to not be called after the audio file was loaded- Added by Kip Nicol
- ๐ Fixed bug which caused subsequent waveform renderings for new audioURLs to never complete if there was an error with a previous render
- Added by Kip Nicol
- ๐ Fixed bug which could cause a crash (divide by zero error) if the view's width was 0
- Added by Kip Nicol
- ๐ Improved accuracy of waveform rendering
-
v2.1.0 Changes
April 14, 2017๐ Released on 2017-04-15.
โ Added
- ๐ Improved example app to include more options
- Added by William Entriken
- ๐ Allowed animation for changes to zoom
- Added by William Entriken
๐ Fixed
- ๐ Improved accuracy of waveform rendering
- Added by Kip Nicol
- ๐ Fixed waveform rendering for large audio files
- Added by Kip Nicol
- ๐ Fixed crash with quick load time
- Added by William Entriken in regards to issue #76.
- ๐ Improved example app to include more options
-
v2.0.1 Changes
February 16, 2017๐ Released on 2017-02-16.
โ Added
- ๐ Allowed scrubbing independantly of scrolling
- Added by Doug Earnshaw
- ๐ Tidied up Swift 3.0 conversion, removed some forced unwraps & generally made more swifty
- Added by Doug Earnshaw
- ๐ Allowed scrubbing independantly of scrolling