Skip to content

Releases: unofficial-rev-port/REVHubInterface

v1.4.1: Better error logging

17 Sep 18:48
08ec85d
Compare
Choose a tag to compare

What's Changed

This release adds better error messages, logging, and improved documentation.
Smaller release this time, but it should hopefully let us narrow down some occasionally reported issues.

Full Changelog: v1.4...v1.4.1

Release v1.4: Motor Run to Position (PID) support and more!

03 Jul 06:35
Compare
Choose a tag to compare

Release v1.4: Motor Run to Position (PID) support and more!

  • You can now tell a motor to run to a position, equivalent to the FTC SDK's RUN_TO_POSITION mode
  • The overall update rate of the application is increased for better responsiveness

As always, download from the binaries below or using python -m pip install REVHubInterface==1.4

Full Changelog: v1.3.3...v1.4

v1.3.3: Mac DMG support and new application icon!

20 May 03:16
1f759c2
Compare
Choose a tag to compare

We've finally been able to create Mac DMGs! As always, download from the binaries below or using python -m pip install revhubinterface.

Flathub release coming soon.

Full Changelog: v1.3.2...v1.3.3

v1.3.2: urgent bugfix!

10 May 06:29
60e90e6
Compare
Choose a tag to compare

What's Changed

  • Fix critical bug preventing all updates from happening.
  • Improve Readability of main + Emphasize E-STOP by @Astr0clad in #12

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

07 May 22:30
35baec0
Compare
Choose a tag to compare

First release with binaries! See README for installation instructions.
Full Changelog: v1.3.0...v1.3.1

v1.3.0: First release!

07 May 04:10
b0f8ceb
Compare
Choose a tag to compare

First release to PyPi (no binaries availiable yet)
Install with pip install REVHubInterface and run with python -m REVHubInterface