Releases: CBielstein/APRSsharp
Releases · CBielstein/APRSsharp
v0.4.1
What's Changed
- Decoding compressed latitude and longitude by @aschuhardt in #179
- Build Fixes by @CBielstein in #180
- Remove Required TcpConnection Object from TcpTnc by @CBielstein in #181
- Add Note About Versioning to Readme by @CBielstein in #182
- Bump version to 0.4.1 by @CBielstein in #183
- Fix README Ordering of Version Section by @CBielstein in #184
New Contributors
- @aschuhardt made their first contribution in #179
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Breaking changes
- Removed
ILogger<AprsIsClient> loggerargument fromAprsIsClientconstructors. Use the newDecodeFailedevent for failure information. - Removed
--verbosityand-vflags from CLI. Use--display-parse-failuresflag for similar functionality.
What's Changed
- AprsIsClient Reports Errors Instead of Logs by @CBielstein in #174
- Display Parse Failures by @CBielstein in #175
- Remove Unnecessary Package Reference from AprsIsClient by @CBielstein in #177
- Add nuget readme for AprsIsClient by @CBielstein in #176
- Bump version to 0.4.0 by @CBielstein in #178
Full Changelog: v0.3.2...v0.4.0
v0.3.2
New features
- Add Serial TNC to CLI by @CBielstein in #169
- Add version and other details to CLI help output by @CBielstein in #172
Bug fixes
- Resolve APRSIS Login Issue by @CBielstein in #167
- Resolve double "filter" in default filtering by @CBielstein in #168
Thanks to @ShawnStoddard for the bug reports!
Technical Changes
- Change build and validation to .NET8 by @CBielstein in #163
- Remove eddywine from codeowners by @CBielstein in #164
- Update actions workflows by @CBielstein in #165
- Update Runtime Builds for CLI by @CBielstein in #166
- Switch from FxCop to .NET Analyzers by @CBielstein in #170
- Update readme for .NET 8.0. by @CBielstein in #173
- Bump version to 0.3.2. by @CBielstein in #171
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- Update actions versions for node16 runtime by @CBielstein in #140
- Messages by @CBielstein in #141
- Status no maiden by @CBielstein in #142
- Support TNCs connected via TCP (Direwolf) by @CBielstein in #143
- Rename
Packet.EncodetoPacket.EncodeTnc2by @CBielstein in #149 - Correct WeatherInfo display indentation by @CBielstein in #150
- Remove package references to unused nuget packages by @CBielstein in #151
- Add new
UnsupportedInfoinfo field type to display unsupported packet types by @CBielstein in #152 - Switch TNC communication to bytes instead of strings by @CBielstein in #153
- Implement AX.25 TNC Send and Receive by @CBielstein in #154
- Publish KissTnc project as nuget package by @CBielstein in #155
- Update namespaces to match nuget package names by @CBielstein in #156
- Bump version to 0.3.0 by @CBielstein in #157
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Add ConnectedServer Property to AprsIsClient by @martelro in #134
- Resolve flaky timeouts in unit tests by @CBielstein in #136
- WeatherInfo parses out comment text by @martelro in #137
- Bump version to 0.2.2 by @CBielstein in #138
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Create codeql-analysis.yml by @CBielstein in #131
- Correct Typo in Position Regex by @CBielstein in #132
- Bump version to 0.2.1 by @CBielstein in #133
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- 'disconnection of tcp connection' by @eddywine in #76
- Add log "verbosity" argument and functionality by @CBielstein in #119
- Maintain Connection with APRS-IS Server by @CBielstein in #123
- Added additional nuget package properties by @CBielstein in #121
- Manage creation and disposal of
ITcpConnectioninAprsIsConnectionby @CBielstein in #124 - Detect TCP server disconnection by @CBielstein in #129
- Rename AprsIsConnection to AprsIsClient by @CBielstein in #126
- Update version to 0.2.0 by @CBielstein in #130
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Commandline flags by @eddywine in #78
- Reuse Package Version for APRS-IS Login by @CBielstein in #115
- Add AprsIsConnection.State and State Change Events by @CBielstein in #116
- Update version to 0.1.1 by @CBielstein in #117
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial release of the AprsSharp.AprsParser and AprsSharp.AprsIsClient nuget packages.
These currently allow connection to APRS-IS servers and encode/decode of some types of APRS packets.
This is a pre-release (version 0) release. As such, functionality is not complete and API is not guaranteed to remain stable.