Releases: shueja/Monologue
Monologue v1.0.0-beta6
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
Full Changelog: v1.0.0-beta5...v1.0.0-beta6
Monologue v1.0.0-beta5
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
- Run spotlessApply on every build by @Gold872 in #11
- Make Log an alias for Log.NT by @shueja in #12
- update to wpilib 2024.2.1 by @shueja in #15
Full Changelog: v1.0.0-beta4...v1.0.0-beta5
Monologue v1.0.0-beta4
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
Testing Jitpack's build
Monologue v1.0.0-beta2
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
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
No major changes. Attempted fixes to Jitpack builds.
v1.0.0 alpha 1
See the wiki for documentation and installation instructions. Use RELEASE-TAG v1.0.0-alpha1
in build.gradle
to get this version.