Skip to content

Releases: StuyPulse/StuyLib

StuyLib v2023.2.1

25 Jan 20:06
d495b36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.1.1...v2023.2.1

v2023.1.1

07 Jan 05:27
ef0e572
Compare
Choose a tag to compare

Happy Kickoff!

  • Update GradleRio -> v2023.1.1
  • Update spotless -> v6.11.0
  • Update spotbugs -> v5.0.13
  • Update gradle -> v7.5.1
  • Update Gamepad, WPIGamepad, BStream to use Trigger instead of Button
  • Update SLNetworkTable, SmartNumber, SmartAngle, SmartBoolean, SmartString, Limelight, LimelightTable to use NT4 implementation

@anivanchen and @vincentw921

Full Changelog: v2022.8.1...v2023.1.1

StuyLib v2022.8.1

29 Oct 01:22
d7d81f7
Compare
Choose a tag to compare

What's Changed

  • Fix null pointer in AnglePIDController by @selym3 in #63

Full Changelog: v2022.8.0...v2022.8.1

StuyLib v2022.8.0

30 Sep 05:25
9fee2aa
Compare
Choose a tag to compare

New Controls Library

What's Changed

Full Changelog: v2022.7.5...v2022.8.0

StuyLib v2022.7.5

23 Aug 22:41
Compare
Choose a tag to compare
fix JitPack CI

StuyLib v2022.7.4

23 Aug 22:09
Compare
Choose a tag to compare

This is a test of the automated system

StuyLib v2022.7.3

13 Jul 13:50
69f4de0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.7.2-fix...v2022.7.3

StuyLib v2022.7.2-fix

30 Jun 05:27
Compare
Choose a tag to compare

Fix issues with building & releasing code under last version.

Release v2022.7.2 has the same jar attached, but v2022.7.2 references an older commit that doesn't build.

Full Changelog: v2022.7.2...v2022.7.2-fix

StuyLib v2022.7.2

30 Jun 05:16
583a674
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.7.1...v2022.7.2

StuyLib v2022.7.1

27 Jun 16:59
Compare
Choose a tag to compare
  • Change names of SmartAngle methods to match AngleController
  • Add NumberStream for ease-of-use with SmartNumbers / IFilters