Skip to content

Releases: shueja/Monologue

Monologue v1.0.0-beta6

09 Mar 05:52
fc85242
Compare
Choose a tag to compare

This changes the behavior of Monologue to bring its logging paths in line with other tools that expect the NT: prefix for NetworkTables data capture. Your log viewing setups in tools like AdvantageScope will likely need to change, but the same paths will now be available in AdvantageScope for log and live data.

What's Changed

  • Use the NT prefix in all datalogging by @shueja in #18

Full Changelog: v1.0.0-beta5...v1.0.0-beta6

Monologue v1.0.0-beta5

06 Feb 00:16
aff19c2
Compare
Choose a tag to compare

This release is compatible with WPILib 2024.2.1. (The previous release was compatible as well due to a lack of breaking changes, but WPILib 2024.2.1 includes several NetworkTables robustness fixes, so it is recommended to upgrade.)

@Log annotations are now equivalent to @Log.NT.

Use the following line in your build.gradle:

implementation 'com.github.shueja:Monologue:v1.0.0-beta5'

What's Changed

Full Changelog: v1.0.0-beta4...v1.0.0-beta5

Monologue v1.0.0-beta4

12 Jan 22:48
Compare
Choose a tag to compare

This release is compatible with WPILib 2024.1.1, but is not the full Monologue release due to more testing that needs to be done.

The API and usage has almost entirely changed from the alpha versions. Please read the wiki again to learn how to set up and use Monologue.

Use the following line in your build.gradle:

implementation 'com.github.shueja:Monologue:v1.0.0-beta4'

Monologue v1.0.0-beta3

12 Jan 22:40
62f69ed
Compare
Choose a tag to compare
Pre-release

Testing Jitpack's build

Monologue v1.0.0-beta2

12 Jan 03:06
62f69ed
Compare
Choose a tag to compare
Pre-release

This release is compatible with WPILib 2024.1.1, but is not the full Monologue release due to more testing that needs to be done.

The API and usage has almost entirely changed from the alpha versions. Please read the wiki again to learn how to set up and use Monologue.

Use the following line in your build.gradle:

implementation 'com.github.shueja:Monologue:v1.0.0-beta2'

Monologue v1.0.0-beta1

11 Jan 19:48
1dfc84a
Compare
Choose a tag to compare

This release is compatible with WPILib 2024.1.1, but is not the full Monologue release due to more testing that needs to be done.

The API and usage has almost entirely changed from the alpha versions. Please read the wiki again to learn how to set up and use Monologue.

Use the following line in your build.gradle:

implementation 'com.github.shueja:Monologue:v1.0.0-beta1'

v1.0.0.-alpha2

09 Nov 01:02
Compare
Choose a tag to compare
v1.0.0.-alpha2 Pre-release
Pre-release

No major changes. Attempted fixes to Jitpack builds.

v1.0.0 alpha 1

09 Nov 00:03
Compare
Choose a tag to compare
v1.0.0 alpha 1 Pre-release
Pre-release

See the wiki for documentation and installation instructions. Use RELEASE-TAG v1.0.0-alpha1 in build.gradle to get this version.