Skip to content

Releases: drmason789/trixter-xdream-bike

1.4.0

10 Apr 21:22
a72ab97
Compare
Choose a tag to compare

Installer and binaries are now digitally signed to satisfy Windows security.
UI now shows approximated total power for session.
Raw crank and flywheel values are now optionally displayed.

#89 added total power approximation to UI
#85 Added an assessment of the system's Group Policy for updating the PL2303 driver
#84 Internally switched to radians per second rather than revolutions per minute for measurement of angular velocity
#83, #71 Simplified the code that interprets data packets
#82 Made the raw crank and flywheel speeds optional in the UI

NOTE: This is not intended for use on an original Trixter PC from the V1 system, which would require the installation of .NET 4.8.

1.3.0

06 Jan 18:26
02571cf
Compare
Choose a tag to compare

Obvious changes in this release:

  • Power calculation: measured from acceleration of the 15kg flywheel with a particular shape measured from a particular X-Dream bike, not accounting for resistance or friction.

  • UI and console app merged. Now there's just 1, Trixter.XDream.Diagnostics. Call with --console arg at the command line to get the console, or invoke from the programs menu.

  • #77

  • #75

  • #74

  • #73

  • #70

  • #69

  • #68

  • #67

  • #66

  • #65

  • #64

  • #38

1.2.0

28 Dec 22:09
Compare
Choose a tag to compare

#61 UI changes
#60 Add ICadenceProvider and an implementation for auto-cranking.
#58 CircularBuffer enhancements
#53 Match flywheel RPM to value from original Trixter X-Dream Test utility
#52 Implement full range 0..250 of resistance levels
#51 Remove unexplained XDreamState properties.
#50 Put experimental unit tests into the Experimental namespace
#49 Avoid ObjectDisposedException in UI
#48 Add a server class to simulate an X-Dream device
#45 Add a trip meter to measure crank and flywheel cumulative revolutions
#44 XDreamMachine: put it all together
#42 Replace all progress bars for graphing state values with ValueBar
#41 Change from using XDreamMessage class to XDreamState interface
#40 Flywheel RPM calculation is an estimate
#39 Crank speed calculation is an estimate
#26 Add a state monitor to notify of state changes

1.1.1

15 Dec 21:54
Compare
Choose a tag to compare

#19 Calculate crank RPM
#20 Calculate flywheel RPM

1.1.0

02 Dec 22:18
Compare
Choose a tag to compare

1.0.0

25 Nov 12:02
Compare
Choose a tag to compare

Initial release.