Skip to content

Commit

Permalink
Mission Planner 1.3.76
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Dec 25, 2021
1 parent 9f049ae commit 257af33
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 10 deletions.
165 changes: 164 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,167 @@
*Mission Planner 1.3.75 - 1-08-2021
*Mission Planner 1.3.76 - 25-12-2021
Vario: move to async
FlightPlanner: clear mavmarkers every 10 seconds
wasm: update nugets
ParameterMetaDataRepository: fix legacy cache
Fix tradiheli stable/dev selection
LogBrowse: add more tool tips from param
Speed up ConfigRawParams and ConfigRawParamsTree reload time
ParameterMetaDataRepository: add memorycache
Xamarin: null fix
DroneCAN: update
Mavlink: update
Xamarin: change https provider (letsencrypt issue)
Utilities: add old param data as fallback
Ardupilot: switch to utf8
ConfigArduRover: update #2740
Fix for ISSUE #2714, Radio Calibration Screen reverse CB does not honor RCMAP setting.
fix ISSUE #2725
Fix for canceling SITL version selection messagebox. ISSUE #2741
remove first (home) cmd when loading saved fence or rally from file.
Add iconised GPS, EKF, VIBE and Battery status to the HUD
ConfigurationView: Show all text
GCSViews: Add Servo15,16 and Relay5,6
ConfigurationView: Add a minimum altitude item to the geofence setting screen
LogBrowse: display extra info from params with log items
update the map once click 'Grid' check box in FlightPlanner
Example: add mass
DroneCan: update dsdl
MAVLinkInterface: ensure sent packets are in order
MAVFtp: status feedback
Config: Full Parameter List: allow math expressions
Example: update lib include
Installer: fix missing members
GCSVews: Configuration: Compass2: support new compass param names
MavLink ParamList: accept array of parameter names
SITL: ensure previous instance is closed before next session started
Download: reset attributes on sitl binary
Comms: move to Ntrip v2
MAVLink: update xml
mavlink: added NAV_SCIPT_TIME
Moving InitialParameterSetup to the SETUP tab.
px4uploader: bl workaround
ConfigUserDefined: fix init
SIK: support hb1060
Xamarin: NativeLib compression
DroneCAN: rename
UAVCan: add baud
MAVFtp: fix control order
GCSViews: If the delay of WAYPOINT is set to less than 0, set it to 0
Hygrometer: support 2 hygrometer sensors
Grid: Use PlannedHomeLocation altitude
Camera footprints are not displayed if we don't have valid home altitude. This patch change startalt to PlannedHomeLocation.Alt.
Now footprints are shown again :)
SITL: add stable
ConfigAccelerometerCalibration: use new packet ack
Accel Cal: Add Simple Accel Cal feature button
GDAL: android
Plugins: add example13
Xamarin: add some plugins to build
setPositionTargetGlobalInt: fix TYPE_MASK_FORCE handling
FlightData: fix hud popout restore on map hud swap
Common: fix icon flashing
Fix tabindex order (#2695)
ConfigBatteryMonitor: add ZealotH743 (#2699)
ConfigBatteryMonitor: add ZealotH743
GStreamer: android detection change
ConfigBatteryMonitor: add Durandal #2683
ConfigFirmware: fix name display
FlightData: support bool type quickview
CurrentState: add safteyactive
HUD: skia
flightdata: gstreamer update default
gstreamerAndroid: add
MainV2: update default baud
GStreamer: remove unused callbacks
Utilities: include .config file
GStreamer: add dllmap
ADSB: Add transponder control for ping200x support
Actions: fix actions via pull_request
CurrentState: add gpsyaw2
FlightData: change label types
SITL: add linux
UserPanel: remove
WarningManager: fix reload
Bump SharpCompress from 0.26.0 to 0.29.0 in /ExtLibs/ArduPilot (#2690)
Xamarin: fix build
Common: Fix exception on collection change
Mavlink: fix freebuffers thread issue
Common: GMapMarker use existing
Maps: Update Plane icon
SITL: add plane and rover swarm multilink
Actions: add pull request
MAVLinkInterface: add gui-less connect
Display hygrometer message (#2682)
Update README.md (#2684)
Clarify MacOS support
MyGMAP: pinch zoom
SIK: add HB1060
Actions: test release
WMTS: fix name type
APFirmware: support new MavFirmwareVersionStr
myGMAP: add gesture base
Mono update
Xamarin: osx WinForms disable left hold
Xamarin: osx checks
Xamarin: thread checks
WMSTProvider: add
ConnectionControl: fix preselected option
MainV2: update connected mav on mavchange
ProgressReporter: fix cross thread
SITL: fix multisitl connect count
FlightData: fix null
Swarm: add Auto option
FlightData: add click to change MAV focus "ClickSwapMAV" setting
GMarker: add rotation
Controls: imagelabel saving, skcontrol bitmap
Maps: add new icons/tweaks
MAVList: threadsaftey
GStreamer: change leaky queue to single buffer
ProgressReporterDialogue: show X/close on done
MAVLinkInterface: add _openComplete
GStreamer: fix rpi gstreamer
JoystickLinux: fix bad init on no joysticks
GStreamer: move to single thread
MAVFtp: add debug
GStreamer: add arm
adsb: fix posible exception
Xamarin: detect system
Controls: Hud text center, skcontrol bitmap
Plugins: add/update examples
Uploader: update max bl version
SITL: chmod
wasm: update
MAVLink: update for nuget
Common: remove Flurl ref
fix coax and single copter firmware type setting (#2680)
Fix FlightPlanner CTRL-Z undo (#2664)
Current waypoints to polygon feature (#2676)
Initial commit
Added dialog box
Allow clockwise spiral grid patterns (#2677)
added clockwise spiral feature
added spiral perimeter closure
circuits->laps
Drawing: fix build Xamarin
Mavlink: update
OpticalFlow: fix
SkiaGraphics update
ConfigAC_Fence: update paramlist on enable
temp: parse more types of mavlink raw hex/chr into sample decoder
DeviceInfo: update tables
SITL: support arm
Support custom config file
CurrentState: remove AZ and EL 5m restriction
Utilities: Extensions ass private reflection helper
MP.Drawing: handle negative MeasureString
SkiaTest: upgrade net6
Mono: rebase
ConfigADSB: disable custom adsb config
Mavlink: upstream update
ConfigRawParam: fix offline local conversion
DisplayView: add more disable options

*Mission Planner 1.3.75 - 1-08-2021
Xamarin: api 30
Xamarin: remove GDAL
Firmware: tweak begininvoke order
Expand Down
10 changes: 5 additions & 5 deletions MissionPlanner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<Copyright>Copyright © Michael Oborne 2010-2018</Copyright>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
<IsWebBootstrapper>false</IsWebBootstrapper>
<TargetFrameworkProfile />
<ProjectTypeGuids>{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
<RunAnalyzers>false</RunAnalyzers>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -32,11 +37,6 @@
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
<ProjectTypeGuids>{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
<RunAnalyzers>false</RunAnalyzers>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<OutputPath>bin\Debug\net461\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// Revision
//
[assembly: AssemblyVersion("1.3.*")]
[assembly: AssemblyFileVersion("1.3.75.1")]
[assembly: AssemblyFileVersion("1.3.76")]
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

set PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\MSBuild\Current\Bin;C:\Program Files (x86)\Microsoft Visual Studio\Preview\Community\MSBuild\15.0\Bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin
set PATH=%PATH%;C:\Program Files\Microsoft Visual Studio\2022\Community\Msbuild\Current\Bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\MSBuild\Current\Bin;C:\Program Files (x86)\Microsoft Visual Studio\Preview\Community\MSBuild\15.0\Bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin

del bin\release\MissionPlannerBeta.zip

Expand Down
4 changes: 2 additions & 2 deletions wix/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static void Main(string[] args)

st.WriteLine("pause");

st.WriteLine(@"""C:\Program Files\7-Zip\7z.exe"" a -tzip -xr!*.log -xr!*.log* -xr!beta.bat -xr!cameras.xml -xr!firmware.hex -xr!*.zip -xr!stats.xml -xr!*.bin -xr!*.xyz -xr!*.sqlite -xr!*.dxf -xr!*.zip -xr!*.h -xr!*.param -xr!ParameterMetaData.xml -xr!translation -xr!mavelous_web -xr!stats.xml -xr!driver -xr!*.etag -xr!srtm -xr!*.rlog -xr!*.zip -xr!*.tlog -xr!config.xml -xr!gmapcache -xr!eeprom.bin -xr!dataflash.bin -xr!*.new -xr!*.log -xr!ArdupilotPlanner.log* -xr!cameras.xml -xr!firmware.hex -xr!*.zip -xr!stats.xml -xr!ParameterMetaData.xml -xr!*.etag -xr!*.rlog -xr!*.tlog -xr!config.xml -xr!gmapcache -xr!eeprom.bin -xr!dataflash.bin -xr!*.new " + fn + @".zip " + path + "*");
st.WriteLine(@"""C:\Program Files\7-Zip\7z.exe"" a -tzip -xr!beta.bat -xr!cameras.xml -xr!firmware.hex -xr!*.zip -xr!stats.xml -xr!*.bin -xr!*.xyz -xr!*.sqlite -xr!*.dxf -xr!*.zip -xr!*.h -xr!*.param -xr!ParameterMetaData.xml -xr!translation -xr!mavelous_web -xr!stats.xml -xr!driver -xr!*.etag -xr!srtm -xr!*.rlog -xr!*.zip -xr!*.tlog -xr!config.xml -xr!gmapcache -xr!eeprom.bin -xr!dataflash.bin -xr!*.new -xr!*.log -xr!ArdupilotPlanner.log* -xr!cameras.xml -xr!firmware.hex -xr!*.zip -xr!stats.xml -xr!ParameterMetaData.xml -xr!*.etag -xr!*.rlog -xr!*.tlog -xr!config.xml -xr!gmapcache -xr!eeprom.bin -xr!dataflash.bin -xr!*.new " + fn + @".zip " + path + "*");

st.WriteLine("About to upload!!!!!!!!!");
st.WriteLine("pause");
Expand Down Expand Up @@ -333,7 +333,7 @@ static void dodirectory(string path, int level = 1)

foreach (string filepath in files)
{
if (filepath.ToLower().EndsWith("release\\config.xml") || filepath.ToLower().Contains(".log") || filepath.ToLower().StartsWith("joystick") ||
if (filepath.ToLower().EndsWith("release\\config.xml") || filepath.ToLower().StartsWith("joystick") ||
filepath.ToLower().StartsWith("camera.xml") || filepath.ToLower().StartsWith("firmware.hex") || filepath.ToLower().EndsWith(".param") ||
filepath.ToLower().EndsWith(".bin") || filepath.ToLower().EndsWith(".etag") || filepath.ToLower().EndsWith("parametermetadata.xml") ||
filepath.ToLower().EndsWith(".zip") || filepath.ToLower().EndsWith(".rlog") || filepath.ToLower().Contains("stats.xml") || filepath.ToLower().Contains("beta.bat"))
Expand Down

0 comments on commit 257af33

Please sign in to comment.