Skip to content

Releases: dmrschmidt/DSWaveformImage

14.2.2 - striped rendering fix

16 Jan 02:08
Compare
Choose a tag to compare

Fixes an issue w/ striped rendering always drawing the last stripe as a line instead of a proper bar.

14.2.1 - fix an issue with macOS API

03 Nov 12:05
Compare
Choose a tag to compare

14.2.0

30 Oct 08:02
Compare
Choose a tag to compare

Re-add ability to position waveform when using the image APIs.

14.1.2

24 Oct 07:24
Compare
Choose a tag to compare

Bring back support for visionOS from 14.1.0.

14.1.1

21 Oct 18:39
Compare
Choose a tag to compare
  • remove vision OS support for now again as it was causing troubles with Xcode 14

14.1.0

20 Oct 05:23
Compare
Choose a tag to compare
  • add the possibility to handle "loading" state in WaveformView - courtesy of @alfogrillo in #82
  • add support for visionOS - courtesy of @tapsandswipes in #81

14.0.0

08 Oct 13:59
Compare
Choose a tag to compare
  • Minimum iOS Deployment target is 15.0, macOS is 12.0 to remove internal usage of deprecated APIs
  • WaveformAnalyzer and WaveformImageDrawer now return Result<[Float] | DSImage, Error> when used with completionHandler for better error handling
  • WaveformAnalyzer is now stateless and requires the URL in .samples(fromAudioAt:count:qos:) instead of its constructor
  • SwiftUI's WaveformView has a new constructor that provides optional access to the underlying WaveformShape, which is now used for rendering, see #78

13.0.2

12 Jul 07:37
e670b8d
Compare
Choose a tag to compare

What's Changed

  • Add missing @available annotation for macOS in WaveformLiveCanvas view by @tikhonp in #73

New Contributors

Full Changelog: 13.0.1...13.0.2

13.0.1

02 Jun 16:56
Compare
Choose a tag to compare
  • bug fix for #71

13.0.0

21 Apr 06:36
71cdeb2
Compare
Choose a tag to compare

Any mentions of dampening & similar were corrected to damping etc in 11460b8b.

Most notably in Waveform.Configuration.

See #64.