Skip to content

Commit

Permalink
update version, changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
msclissa committed Nov 17, 2022
1 parent cd32c39 commit 60dcc8c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ REMOVED - A function/class has been removed.
======================================================================================================

Forthcoming
- Wireless
- Inertial

65.0.0 - 2022-11-18
- Wireless
- Added Taiwan region code for wireless devices
- Inertial
Expand All @@ -23,13 +27,15 @@ Forthcoming
- AdvancedLowPassFilterData -> LowPassFilterData
- AdvancedLowPassFilterConfig -> LowPassFilterConfig
- CHANGED data type AdvancedLowPassFilterData::cutoffFrequency uint16 -> float (truncates decimal when cast to uint16 for legacy command)
- Added MipNodeFeatures::supportedGnssSources() to lookup supported GNSS Aiding Source options
- Added MipNodeFeatures::supportedLowPassFilterChannelFields() to lookup supported channels to which low-pass filter settings can be applied
- Added MipNodeFeatures::supportedGnssSignalConfigurations() to lookup supported GNSS Signal configuration combinations
- Updated GnssReceiverInfo to read new receiver fw information from description field
- Updated GPS Ionospheric Corrections alpha and beta value types to Vector
- Automatically detect and add required parameters for save as startup, load startup, and default settings command functions
- Fix device info not fully cleared on InertialNode::clearDeviceInfo()
- MipNodeFeatures changes:
- Added supportedGnssSources() to lookup supported GNSS Aiding Source options
- Added supportedLowPassFilterChannelFields() to lookup supported channels to which low-pass filter settings can be applied
- Added supportedGnssSignalConfigurations() to lookup supported GNSS Signal configuration combinations
- Add command supported checks on getGnssReceiverInfo(), getEventInfo() so these are safe to check regardless of model (empty lists returned if unsupported)
- Added support for MIP data:
- Continuous Built-In Test (0xA0, 0x01)
- SBAS Status (0x81,0x12) (0x91-95,0x12)
Expand Down
4 changes: 2 additions & 2 deletions MSCL/source/mscl/LibVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

#ifndef SWIG
//update with each release
#define MSCL_MAJOR 64
#define MSCL_MINOR 3
#define MSCL_MAJOR 65
#define MSCL_MINOR 0
#define MSCL_PATCH 0
#endif

Expand Down
4 changes: 2 additions & 2 deletions MSCL_Managed/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// [assembly: AssemblyVersion("1.0.*")]
//
//update with each release
[assembly: AssemblyVersion("64.3.0.0")]
[assembly: AssemblyFileVersion("64.3.0.0")]
[assembly: AssemblyVersion("65.0.0.0")]
[assembly: AssemblyFileVersion("65.0.0.0")]

0 comments on commit 60dcc8c

Please sign in to comment.