Skip to content

Swift concurrency

Latest
Compare
Choose a tag to compare
@fulldecent fulldecent released this 25 Jul 17:57
997c7b6

Changed

  • Implemented Swift 6 and thread safety
  • Moved configuration API to a separate struct and you can specify it once at initialization
  • fixed rise intervals count constant used for recording activation by @shalamowww in #37

Removed

  • Removed state change functions except for startListening(), abort(). The others were mostly for debugging.

Fixes

  • Crashes because dyld library not loaded, issue #24

New contributors

Full Changelog: 3.2.0...4.0.0