Skip to content

Releases: Oblarg/Oblog

Fix Log.CameraSource

03 Mar 22:42
Compare
Choose a tag to compare

Small fix to address the fact that VideoSource does not actually implement Sendable.

Fix custom logging (for realsies x2)

03 Mar 21:54
Compare
Choose a tag to compare

Hadn't made all necessary classes public.

Fix custom logging (for realsies)

03 Mar 21:32
Compare
Choose a tag to compare

Previous release accidentally exposed a class without making it public.

Fix custom logging

03 Mar 21:03
Compare
Choose a tag to compare

Makes the addCustomLogging method expose the shuffleboardcontainer of the object it's being called by, as intended.

Multi argument setters

02 Mar 18:13
c960bd5
Compare
Choose a tag to compare

Adds support for multi-argument setters through the default @Config annotation. Multi-argument setters are given one widget per argument, with the widgets placed in a list. Names for the widgets are taken from the method's parameter names.

Fix handling of default annotations for Sendables

28 Feb 04:30
Compare
Choose a tag to compare

Fixed the handling of default (non-widget-specific) @log and @config annotations on Sendable fields.

Include Annotations

28 Feb 02:42
Compare
Choose a tag to compare

Fixes a small issue with Exclude annotations, and adds Include annotations that override class-level Exclude annotations on a per-field basis.

2.3.2

27 Feb 01:22
Compare
Choose a tag to compare

Fixes NT-only handling of Sendables.

2.3.1

26 Feb 16:23
Compare
Choose a tag to compare

Fixes a small bug with widget property handling.

Fix sendable handling, add support for logging from rootcontainer

26 Feb 04:08
Compare
Choose a tag to compare

Fixes a bug that would cause the robot to fail to properly register Sendables for complex widgets. Added support for logging fields in rootContainer in their own tab.