Skip to content

Releases: StephenHidem/AntPlus

ANT+ Class Libraries and Examples

31 Dec 18:09
Compare
Choose a tag to compare

Minor changes to hosting extension and documentation. Docs reference a Godot game example in another repo.
Full Changelog: v2024.12.18...v2024.12.31

ANT+ Class Libraries and Examples

19 Dec 02:25
Compare
Choose a tag to compare

What's Changed

Examples make up the bulk of the changes.

Full Changelog: v2024.8.24...v2024.12.18

ANT+ Class Libraries and Examples

24 Aug 18:34
Compare
Choose a tag to compare

New! Added hosting extensions to the ANT+ class libraries.

Note that you may need to refactor any previous applications to accommodate the changes.

ANT+ Class Libraries and Examples

12 Jun 02:03
Compare
Choose a tag to compare
  1. OpenedFrameType and OpenedPortType have been removed in this release.
  2. The GetSerialString and GetProductString methods in IAntUsbRadio have been marked as obsolete.
  3. Overloads in the interfaces have been removed in favor of optional arguments with default values. The GetDeviceCapabilities method may require rework in implementations.

Full Changelog: v2024.3.25...v2024.6.12

ANT+ Class Libraries and Examples

26 Mar 01:25
Compare
Choose a tag to compare

This release updates the documentation and provides examples of Windows service, MAUI application, and initial work on interfacing with Unity game example.

What's Changed

Full Changelog: v3.0.1...v2024.3.25

Release 3.0.1

04 Jan 20:20
Compare
Choose a tag to compare

Minor changes related to uploading AntUsbStick to NuGet.
Full Changelog: v3.0.0...v3.0.1

Release 3.0.0

30 Dec 02:30
bbfc097
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v3.0.0

v2.3.0

23 Sep 18:23
227ce58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

Release 2.2.0

28 Aug 22:28
53dc7aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

Release 2.1.0

29 Jul 16:32
Compare
Choose a tag to compare
  • Refactored class library and examples to use async/await.
  • Removed MessageRate property from geocache.
  • Changed AntUsbStick target platform to x86.
  • Code clean up, tweaks, and logging updates.