Releases: ArduPilot/MissionPlanner
Releases · ArduPilot/MissionPlanner
OSX Development Build
osxlatest FlightPlanner: fix kml overlay with no style
Android Development Build
latest FlightPlanner: fix kml overlay with no style
Beta Build
Commits
- update interface (Michael Oborne)
- update device enums #3588 (Jacob Dahl)
- fix kml overlay with no style (Michael Oborne)
Mission Planner 1.3.83
What's Changed
- Improve the uk localization by @FrequentFlyer86 in #3385
- MAVLinkParam: fix rounding to 7 digits by @robertlong13 in #3389
- FlightPlanner : tweak prefetch, Resolves #2591, resolves #2483 by @Godeffroy in #3320
- Also check target_system!=0 when toggling safety switch in ctl-F screen. by @ROSStargh in #3317
- InitialConfig: Limit Thrst Expo to 0.80 max by @EosBandi in #3397
- Propagation: Add Scale to Elevation/Terrain Overlays by @EosBandi in #3401
- HUD: Fix batterycell with icons by @EosBandi in #3403
- CurrentState: honor MAVLinkInterface.speechenable by @robertlong13 in #3258
- ConfigRawParams: Various bugfixes by @robertlong13 in #3246
- ConnectionOptions fixes by @robertlong13 in #3254
- AuthKeys: add Mavlink2Signed visible by @meee1 in #3411
- Mcast dronecan by @meee1 in #3410
- MSI: Update installer.bat by @EosBandi in #3406
- Updated NFZ in Portugal. by @lvale in #3398
- Config Planner - Choose how to access the map tiles : server, cache or both by @Godeffroy in #3319
- WorkFlow: update mac.yml by @meee1 in #3414
- Plugin: Create Terrain DAT file for uploading by @EosBandi in #3413
- MainV2: remove periph version checking at connect by @robertlong13 in #3418
- ConfigDroneCAN: Add disconnect button by @robertlong13 in #3420
- FlightData: support alt frames for Guided by @robertlong13 in #3430
- paramcompare: remove double inequality check by @robertlong13 in #3431
- ConfigSerialInjectGPS.cs: Fix Septentrio config error while connected to ublox and changing away from the config RTK/GPS screen. by @EosBandi in #3435
- ADSB: uAvionix Transponder Updates by @nicholas-inocencio in #3429
- Increase "Change Alt Button" maximum by @rishabsingh3003 in #3436
- Add interface for plugins to add HW and SW config pages by @EosBandi in #3433
- Example22: Payload Select Config Page by @robertlong13 in #3438
- KML overlay: Fix missing default color or width linestyle errors by @EosBandi in #3444
- 3D Map : Fix int underflow by @EosBandi in #3442
- Fix Warning Repeat Time by @robertlong13 in #3445
- Fix ADSB Squawk back to decimal by @magicrub in #3452
- GEORef: Fix changed field name in TRIG log message by @EosBandi in #3454
- Revert "Fix ADSB Squawk back to decimal" by @MUSTARDTIGERFPV in #3453
- FlightData: Actions: add engine start/stop by @robertlong13 in #3451
- CurrentState: add individual SRate variables by @robertlong13 in #3448
- SITL: add version selector dropdown by @robertlong13 in #3459
- FlightData: update CMB_mountmode population by @robertlong13 in #3464
- Download: fix getFilefromNet for slow downloads by @robertlong13 in #3466
- Joy_Mount_Mode: fix metadata by @robertlong13 in #3467
- SerialSupportProxy: add TCP option by @robertlong13 in #3468
- Fix MavLink Connection Timeout by @ArthurPatriot in #3476
- Add unitType attribute to mavcmd.xml by @robertlong13 in #3475
- Fix ESP32-C3 Dronebridge Reset on First connect on Windows by @EosBandi in #3469
- Add translation of Simplified Chinese for RTCM/GPS Inject. by @WangHan2014 in #3424
- Enhance full parameter change message box by @prathamEndu in #3412
- MissionPlanner:add DO_SET_HOME to Copter and Rover by @Hwurzburg in #3470
- ExternsionsMP: fix ShowUserControl minimize bug by @robertlong13 in #3479
- FlightData: allow plugin tab visibility to persist by @robertlong13 in #3478
- MAVLinkInterface: tidy plaintxtline printing by @robertlong13 in #3484
- MAVLinkInterface.cs: remove 0.9 from mavlink parser by @peterbarker in #3483
- Fix popout StartupLocation bug by @robertlong13 in #3481
- Correct Plane Loiter2alt mission command params by @Hwurzburg in #3477
- New Gimbal Interface by @robertlong13 in #3386
- SITL: fix dev download url by @robertlong13 in #3485
- ThemeManager: auto theme child classes of MyButton by @robertlong13 in #3486
- CameraProtocol: fix RequestMessageIntervals by @robertlong13 in #3487
- Fix custom commands by @EosBandi in #3488
- Correct HIGH_LATENCY2 message units by @stephendade in #3497
- github: fixed CI builds by @tridge in #3514
- Gmap.NET: set UserAgent by @robertlong13 in #3519
- ConfigSerial:Fix serial setup screen for non sequential serial ports by @EosBandi in #3517
- Add natural shorter to RawParam list and tree by @EosBandi in #3513
- LogDownloadMavLink : More readable info of files size and during downloding a file by @Godeffroy in #3508
- mavcmd: add do-set-roi-location and do-set-roi-none by @rmackay9 in #3507
- Common: add mapicondesc for ArduCopter by @tatsuy in #3493
- ConfigMotorTest: support Tri frames by @robertlong13 in #3247
- MAVLinkInterface: plane guided error by @robertlong13 in #3518
- Fix AltMode resetting when loading saved Flight plan by @LikoIlya in #3543
- Add Automatic configration for Unicore UM982 (Holybro) Base RTK receiver by @EosBandi in #3532
- Fix response spelling in user-facing messages by @Ryanf55 in #3503
- Update efi fuel flow units by @lbullard-c2 in #3555
- ExtLibs: Utilities: Device.cs: update baro types by @ES-Alexander in #3556
- ExtLibs: ArduPilot: CurrentState.cs: add ch1percent by @yuri-rage in #3563
- FlightPlanner.cs: Warn operator about zero altitude in a WP by @EosBandi in #3574
- FlightPlanner: Add units to Takeoff prompt & skip pitch for VTOL by @LachlanConn in #3560
- ODID: send 0/0 operator location by @tridge in #3552
- temp.resx: Correct typos in button texts and related descriptions shown on the Advanced Tools UI by @QuantuMAtharva in #3540
- Fix color and position of text messages in HUD by @Godeffroy in #3584
New Contributors
- @ROSStargh made their first contribution in #3317
- @rishabsingh3003 made their first contribution in #3436
- @ArthurPatriot made their first contribution in #3476
- @WangHan2014 made their first contribution in #3424
- @prathamEndu made their first contribution in #3412
- @LikoIlya made their first contribution in #3543
- @Ryanf55 made their first contribution in #3503
- ...
MissionPlanner1.3.82
What's Changed
- mavcmd: do-change-speed Type field includes possible values by @rmackay9 in #3273
- ConfigPlanner: Fix Korean localization by @EosBandi in #3272
- prevent target_system=0 in toggle safety switch by @tridge in #3269
- CurrenState :Use VFR_HUD for climbrate IF it is received. by @EosBandi in #3267
- FlighData: Fix rotated map not displaying vehicle by @EosBandi in #3266
- SerialConfig:Fix exception when with less than five serial ports by @EosBandi in #3265
- CurrentState: correct unit handling for
radius
by @robertlong13 in #3262 - CurrentState: handle GIMBAL_DEVICE_ATTITUDE_STATUS message by @tatsuy in #3286
- Make QuickView Add window fixed size and scrollable. by @EosBandi in #3290
- ConfigSerial: Update SerialOptionRules.json by @EosBandi in #3276
- DisplayView: Disable ConfigStandardParams and ConfigAdvancedParams by @EosBandi in #3274
- Sik radio update 2024-1-18 by @StevenHAtRFDesign in #3277
- Joystick: fix expo saving function by @tatsuy in #3257
- Can update by @meee1 in #3299
- ConfigRawParams: When setting a parameter changes the number of parameters, do a full refresh. and check if reboot is needed by @EosBandi in #3271
- MAVLinkInterface: remove legacy text severity by @robertlong13 in #3259
- TCPSerial Fixes #3307 by @Godeffroy in #3314
- ExtLibs: add new device ids to list by @andyp1per in #3315
- Remove project test to fix git action builds by @EosBandi in #3321
- added NAV_DELAY support for plane by @tridge in #3311
- mavcmd: add set-camera-source by @rmackay9 in #3313
- GCSViews: Config DroneCAN allow with no SLCAN port by @IamPete1 in #3312
- Sikradio.resx: Clairfy standard and custom fw upload button texts by @EosBandi in #3333
- Grid: max altitude increased to 99999m to allow HAPS to use the calculation by @Bruno-B2S in #3334
- ExtLibs: add SCHA63T to imu types of device ids by @tatsuy in #3337
- srtm: removed 60N limit on SRTM downloads by @tridge in #3338
- Add more relays by @magicrub in #3344
- Update Plane Config page for 4.5.x changed param names by @EosBandi in #3345
- DisplayView config bits by @Godeffroy in #3329
- GMapMarkerBase: add options for transparent MAVs by @robertlong13 in #3263
- Preflight tab - Edit: CheckListEditor.cs updated add preflight sub checklist item functionality and response time by @Matthew-Alti in #3318
- SITL: fixed arguments for SITL launch by @tridge in #3359
- Localization: update uk translation by @FrequentFlyer86 in #3361
- Actions: osx fix by @meee1 in #3364
- Implement support for translation of field names in the QV, update the uk translation by @FrequentFlyer86 in #3363
- Localization: update uk translation for service messages by @FrequentFlyer86 in #3362
- gps base: add automatic base station configuration for Septentrio by @flyingthingsintothings in #3324
- Update Zoom level by @Godeffroy in #3323
- FlighPlanner: When a WP changed to Takeoff zero out Lat,Lng by @EosBandi in #3368
- FlighPlanner: Fix map moving to 0,0 when HomeLocation clicked by @EosBandi in #3367
- Settings:Fix RemoveList to remove last item in the setting by @EosBandi in #3370
- DashWare: fix culture bug by @robertlong13 in #3373
- ConigInitialParams: Mot thrst calc changes as requested by Xfacta by @EosBandi in #3375
- CurrentState: Add ESC13-16 telemetry by @EosBandi in #3378
- FlightData.cs : Cultureinfo to ToUpper on commands by @EosBandi in #3383
- FlighData : Relay display name start from 1 by @EosBandi in #3381
- FlightData: Fix Python script hang... by @EosBandi in #3377
- CurrentState: fix rxrssi scaling and when rcin.rssi is 255 (invalid/unknown) by @EosBandi in #3372
- Refactor ADS-B input support in Mission Planner by @MUSTARDTIGERFPV in #3251
- FlightPlanner : Inject Custom Map tiles and reload map into custom by @Godeffroy in #3322
New Contributors
- @Godeffroy made their first contribution in #3314
- @Bruno-B2S made their first contribution in #3334
- @FrequentFlyer86 made their first contribution in #3361
- @flyingthingsintothings made their first contribution in #3324
Full Changelog: MissionPlanner1.3.81...MissionPlanner1.3.82
MissionPlanner1.3.81
What's Changed
- Speech: fix pronunciation of quadplane modes by @robertlong13 in #3091
- MAVFTP: use smaller read/write sizes to keep radios happier by @tridge in #3087
- Param list improvements by @robertlong13 in #3080
- ConfigRawParam: handle range and value together by @robertlong13 in #3098
- CoT/TAK: add detail takv and some cleanup by @magicrub in #3099
- mavcmd: add jump-tag commands for plane, copter, rover by @rmackay9 in #3097
- Misc bug fixes by @magicrub in #3102
- ConfigRawParams: fix typecast exception by @robertlong13 in #3094
- ConfigRawParams: clamp numeric control by @robertlong13 in #3095
- Fix getting settings default result by @magicrub in #3103
- CoT: adds send interval and saves all settings by @magicrub in #3104
- HUD: Don't override user setting to show BATT, add BATT2 option by @magicrub in #3105
- Comm Stats: reset button to clear all the fields better by @magicrub in #3106
- Revert "Settings: add GetDecimal() to Settings.Instance storage" by @magicrub in #3108
- Jump Tags - add ability to Trigger it by @magicrub in #3101
- ADSB: fix deadlock issue by @robertlong13 in #3109
- OpenDroneID2: fixed swapped UA_Type and ID_Type by @dakejahl in #3128
- mavcmd: rover command list gets LOITER_TURNS by @rmackay9 in #3127
- Update authentication redirect URL by @rupertbenbrook in #3145
- GCSViews: ConfigRawParams: bitmask takes priority over options by @IamPete1 in #3129
- FlightData: Actions: add safety switch toggle by @robertlong13 in #3143
- Update README.md by @vr4guid in #3142
- mavcmd: update do-digicam-control fields by @rmackay9 in #3139
- GeoRefImage: fix min shutter filter by @robertlong13 in #3133
- OSDConfigurator: add support for HD layouts by @robertlong13 in #3146
- GCSViews: ConfigurationView: update coloum width by @IamPete1 in #3130
- ConfigRawParams: fix search slowdown by @robertlong13 in #3149
- Flightdata, Payload Control tab fixes by @rmackay9 in #3153
- Fix as a result of rename by @rupertbenbrook in #3157
- Improvements to Altitude Angel integration by @rupertbenbrook in #3147
- ExtLibs: setMountConfigure uses mav-cmd-do-mount-configure by @rmackay9 in #3159
- CommsNTRIP: add a checkbox to select NTRIP v1.0 for older caster by @khancyr in #3172
- Fix json Mission export by @EosBandi in #3170
- Optimizations and map display bug fixes by @rupertbenbrook in #3168
- Adding Legacy, UTM Basic and UTM Ready display by @rupertbenbrook in #3166
- PreFlight tab: Resizing fix by @Matthew-Alti in #3169
- ADSB: fix AVR and Beast modes to display call sign and velocity. by @SteveBorensteinNOAA in #3110
- mavcmd: add image-start-capture command columns by @rmackay9 in #3175
- mavcmd: add image-stop-capture command by @rmackay9 in #3177
- Temp: Add sysid target to safety switch command by @stephendade in #3176
- Fix missing params in QP Extended Tuning page by @robertlong13 in #3192
- Pr bug homealt fileload by @robertlong13 in #3195
- ConfigRawParams: manual absolute column sizing by @robertlong13 in #3194
- Updated Altitude Angel branding by @rupertbenbrook in #3173
- GCSViews: ConfigRawParams: look up param type for bitmask helper by @IamPete1 in #3189
- Preflight tab - Edit: CheckListEditor.cs updated the Add button and the Removal Button by @Matthew-Alti in #3174
- FlightData - Update to the Colour Randomization Quick Tab Numbers by @Matthew-Alti in #3156
- GCSViews: ConfigurationView: Motor test: use JSON file to add more infromation by @IamPete1 in #3043
- LogSort: Add sorting by BRD_SER_NUM by @TunaLobster in #2692
- PropagationSettings: add altitude filter of terrain by @tatsuy in #3202
- WPOverlay: change the condition for rally point by @tatsuy in #3201
- DFLog: Fix messages show as System.byte[] by @EosBandi in #3210
- Quickview Color Randomization bug fix by @Autonomost in #3211
- MainV2: Fix console window hide in windows11 by @EosBandi in #3214
- maccmd.xml: add DO_SEND_SCRIPT_MESSAGE by @IamPete1 in #3215
- CurrentState: add more rangefinders by @robertlong13 in #3209
- ExtLibs: Utilities: BinaryLog: fix FW version detection used for mode names by @IamPete1 in #3220
- CurrentState: Propagate Named Float messages across components with same sysid. by @EosBandi in #3226
- WPOverlay: treat VTOL_LAND like LAND by @robertlong13 in #3236
- BinaryLog: escape characters in byte arrays by @robertlong13 in #3237
- GCSViews: Update optical flow config page by @stephendade in #3234
- LogBrowse: improve parameter handling by @robertlong13 in #3233
- WPOverlay: fix loiter circle rendering by @robertlong13 in #3232
- Fixing a performance problem in message display by @rupertbenbrook in #3228
- MissionPlanner.csproj : Fix post build command to accept space in folder names by @EosBandi in #3227
- Actions: fix android build by @meee1 in #3244
- Setup: SerialPort settings screen by @EosBandi in #3240
- Improve/Fix SBS-1 ADS-B Parsing by @MUSTARDTIGERFPV in #3218
- MapboxUser: increase MaxZoom to 24 by @robertlong13 in #3208
- GridUI: fix config load bugs by @robertlong13 in #3200
- Minor bug fix for multipolygons in map by @rupertbenbrook in #3252
New Contributors
- @dakejahl made their first contribution in #3128
- @vr4guid made their first contribution in #3142
- @Matthew-Alti made their first contribution in #3169
- @SteveBorensteinNOAA made their first contribution in #3110
- @Autonomost made their first contribution in #3211
- @MUSTARDTIGERFPV made their first contribution in #3218
Full Changelog: MissionPlanner1.3.80...MissionPlanner1.3.81
MissionPlanner1.3.80
What's Changed
- param: fixed exclusions for change of GND_ params to BARO params by @tridge in #3015
- ConfigMount: remove Control and Pan stabilize controls by @rmackay9 in #3017
- mavcmd: update CONDITION_YAW parameters by @tatsuy in #3018
- MyButton: add disabled text color by @robertlong13 in #3012
- Update generator.cs by @onurerden in #3009
- MAVFTP params: use MAV's sysid/compid in tlog by @robertlong13 in #3021
- FlightData: Add action for MAV_CMD_CONTROL_HIGH_LATENCY by @stephendade in #3026
- SRTM: migrate to terrain.ardupilot.org by @robertlong13 in #3025
- MapTool: use OpenStreetMap to zoom to locations by @robertlong13 in #3024
- Bump System.Drawing.Common from 4.5.1 to 4.7.2 in /ExtLibs/CsAssortedWidgets by @dependabot in #2994
- Parameters: added Blimp by @tridge in #3030
- RID plugin: remove UAS ID check by @BluemarkInnovations in #3034
- HUD: use nofix icon for "no fix" instead of nogps by @robertlong13 in #3041
- ExtLibs: Allow for special characters in NTRIP connection string by @stephendade in #3035
- support PAYLOAD_PLACE on planes by @tridge in #3045
- ConfigFirmware: allow offline access to certain parts by @robertlong13 in #3048
- ExtLibs: ArduPilot: Mavlink: try and pull AP firmware type from version string by @IamPete1 in #2972
- GithubActions: force Xcode 14.0.1 by @robertlong13 in #3051
- HUD prearm status by @robertlong13 in #3057
- magcal: note that heading is true, not magnetic by @tridge in #3055
- Log review: support bitmask fields from metadata by @IamPete1 in #3046
- ArduPilot: MavLink: Param fetch: fix getting stuck with missing params by @IamPete1 in #3033
- LogBrowse: use int.TryParse instead of int.Parse by @tatsuy in #3027
- MAVLink: add support for EFI fuel pressure by @robertlong13 in #3032
- temp: ForceCalibration buttons by @robertlong13 in #3060
- Xamarin: change http handler by @robertlong13 in #3067
- GMapProvider: add Empty check for RefererUrl by @tatsuy in #3064
- ConfigAdvanced: add support.ardupilot.org proxy by @robertlong13 in #3065
- mavcmd: add image start capture by @rmackay9 in #3071
- Clarify setup helper name by @Hwurzburg in #3070
- add DO_GRIPPER to Plane by @Hwurzburg in #3069
New Contributors
- @onurerden made their first contribution in #3009
- @BluemarkInnovations made their first contribution in #3034
- @Hwurzburg made their first contribution in #3070
Full Changelog: MissionPlanner1.3.79...MissionPlanner1.3.80
MissionPlanner1.3.79
Full Changelog: MissionPlanner1.3.78...MissionPlanner1.3.79
MissionPlanner1.3.78
What's Changed
- fix filter param in the extended tuning page by @tatsuy in #2819
- PLAN: Add MAV_CMD_NAV_SCRIPT_TIME to the command list by @muramura in #2825
- Fix bugs in external flash flashing by @andyp1per in #2826
- Mavlink: refactor params reading to remove excess ToArray() calls by @SergeyBokhantsev in #2824
- OSD: Support for OSD Screens 5 & 6 by @SergeyBokhantsev in #2823
- Remove confusing conditional by @arBalasquide in #2646
- ExtLibs: Draw the WP radius as a floating value by @muramura in #2637
- FlightPlanner: do not display tracker home when same as home location by @tatsuy in #2834
- Actions: add Send text button by @IamPete1 in #2841
- GCSViews: enable intial setup wizard for Quadplane by @IamPete1 in #2840
- Plugins:Make the Mission Planner neutral by @muramura in #2846
- Add speech armed only option by @IamPete1 in #2839
- ArduPilot: State fix Battery Voltage Reporting for Batts >65.5V by @hendjoshsr71 in #2847
- Add a Setting to force old style params download (no MavFtp) by @EosBandi in #2851
- Params: show quadplane param files from QuadPlanes directory by @tridge in #2854
- Plan: Add to command list by @muramura in #2855
- Update Mock.csproj by @meee1 in #2856
- support ESC 9 to 12 by @tridge in #2862
- support 32 servo display by @tridge in #2873
- Altitude Angel updates May 2022 by @rupertbenbrook in #2860
- Bump SSH.NET from 2016.1.0 to 2020.0.2 in /ExtLibs/solo by @dependabot in #2877
- mavcmd: move SCRIPT_TIME up and add ATTITUDE_TIME by @rmackay9 in #2879
- Change the indentation of DO_AUX_FUNCTION by @muramura in #2874
- ExtLibs: Change the judgment value by @muramura in #2597
- mavcmd: add DO_GIMBAL_MANAGER_PITCHYAW command by @rmackay9 in #2882
- MAVLinkInterface: scale DO_GIMBAL_MANAGER_PITCHYAW by @rmackay9 in #2899
- ConfigBatteryMonitoring: Change missing item string by @muramura in #2892
- ArduPilot: Temperature Reporting by @hendjoshsr71 in #2890
- GCSViews: Allow flight mode channels up to channel 16 by @muramura in #2883
- Bump Newtonsoft.Json from 8.0.3 to 13.0.1 in /ExtLibs/WebAPIs/Dowding/src/Dowding by @dependabot in #2893
- Bump Newtonsoft.Json from 8.0.3 to 13.0.1 in /ExtLibs/WebAPIs/Dronelogbook/src/Dronelogbook by @dependabot in #2894
- MavCmd: alphebetise and fixup rover command list by @rmackay9 in #2905
- ConfigrationView: Change Speech's checkbox display by @muramura in #2900
- Added some new sensor IDs by @tridge in #2910
- Grab param defaults and display in full list by @IamPete1 in #2907
- Improve display of Battery and GPS data on HUD by @sborenstein-ift in #2921
- Generates a plugin to test the Open Drone ID (ODID) by @sborenstein-ift in #2926
- Joystick: Change from CH to RC by @muramura in #2927
- Add empty persistent panel between HUD and tabs by @robertlong13 in #2920
- ArduPilot: Mavlink: MAVLinkInterface: retain defualt param value over… by @IamPete1 in #2917
- Param refresh: add show again check box by @IamPete1 in #2916
- ODID Plugin - Set outgoing messages to be broadcast by @sborenstein-ift in #2931
- CurrentState: remove SENSOR_OFFSETS #2924 by @meee1 in #2936
- ODID - Create plugin based map overlay for the RID status by @sborenstein-ift in #2938
- Xamarin: fix compile by @meee1 in #2942
- ConfigBatteryMonitor: Add Pixhawk 6C/Pix32 v6 by @vincentpoont2 in #2947
- gitignore: add .vscode by @hendjoshsr71 in #2950
- ExtLibs: Display units for horizontal and vertical accuracy by @muramura in #2953
- Add 10 more named floats by @hendjoshsr71 in #2952
- Link stats label fix for light themes by @robertlong13 in #2943
- Fix: Form outside of display area by @LEGIONBOSS in #2954
- Fix: Empty left panel collapse on Flight Data screen by @LEGIONBOSS in #2955
- Update DroneCAN and MAVLink by @meee1 in #2960
- GCSViews: Change the delimiter by @muramura in #2964
- ConfigurationView: Add battery voltage low timeout by @muramura in #2966
- ConfigurationView: Change the layout by @muramura in #2969
- ConnectionControl: Link status display string with UI language specification by @muramura in #2970
- Reboot: auto reconnect by @IamPete1 in #2967
- ConfigMount: Change to group and item names by @muramura in #2974
- Patch1 by @meee1 in #2975
- CursorOnTarget: added advanced button with vmf and callsign endpoint by @magicrub in #2976
- Thanks Tom! by @magicrub in #2977
- MAVLink: allow more args to SCRIPT_TIME by @tridge in #2988
- use MAV_CMD_REQUEST_MESSAGE to get AUTOPILOT_VERSION by @peterbarker in #2989
- ConfigPlanner: Ensure flight trajectory does not disappear for more than 1 hour by @muramura in #2980
- added plane-3d sitl target by @tridge in #2990
- CurrentState:init with APMFirmware config.xml by @robertlong13 in #3002
- Set the low level of SEVERITY to speak by @muramura in #2979
- GCSViews: Configuration: RadioOutput: allow upto 32 servos if enabled by @IamPete1 in #3007
- ConfigurationView: Display all item strings by @muramura in #3003
- Bump System.Drawing.Common from 4.7.0 to 4.7.2 by @dependabot in #3000
- FlightMode: Set flight mode setting to setup only by @muramura in #2971
- README: clarify build instructions by @rmackay9 in #3014
New Contributors
- @andyp1per made their first contribution in #2826
- @arBalasquide made their first contribution in #2646
- @rupertbenbrook made their first contribution in #2860
- @sborenstein-ift made their first contribution in #2921
- @vincentpoont2 made their first contribution in #2947
- @LEGIONBOSS made their first contribution in #2954
- @peterbarker made their first contribution in #2989
Full Changelog: MissionPlanner1.3.77...MissionPlanner1.3.78
MissionPlanner1.3.77
What's Changed
- Update Czech map provider for the new api format. by @EosBandi in #2755
- display DO_AUX_FUNCTION in mission editor by @tridge in #2756
- MavLinkInterface.readPacketAsync() include sequencing in Readlock by @EosBandi in #2757
- LogBrowser: fix issue #2758, changed param values now shown in ParamView by @EosBandi in #2762
- CTRL-F screen, add editor to add/delete mavlink commands to Planner grid dropdown by @EosBandi in #2761
- GCSViews: Set the home position to the seventh decimal place by @muramura in #2772
- Grid: Remove duplicated ToolstripMenu item creation. by @EosBandi in #2768
- Bump log4net from 2.0.8 to 2.0.10 in /ExtLibs/Mavlink/pymavlink/generator/CS by @dependabot in #2777
- Bump RestSharp from 106.11.7 to 106.12.0 in /ExtLibs/WebAPIs by @dependabot in #2776
- Bump RestSharp from 105.1.0 to 106.12.0 in /ExtLibs/WebAPIs/Dowding/src/Dowding by @dependabot in #2775
- Bump RestSharp from 105.1.0 to 106.12.0 in /ExtLibs/WebAPIs/Dronelogbook/src/Dronelogbook by @dependabot in #2778
- GCSViews: FlightData: persist namedfloat over re-load by @IamPete1 in #2780
- display a warning for bad airspeed health by @tridge in #2779
- added pidSRate and pidPDmod graph fields by @tridge in #2787
- GCSViews: FLOWHOLD and ZIGZAG support simple mode by @muramura in #2791
- Grid: Circular Pattern Laps & GCSViews: Offset Polygon by @aunrela in #2785
- Fix for ISSUE #2771, New Firmware available "Show me again" checkbox does not work by @jawad111 in #2793
- Fix application local data path in *nix based OS by @silentjet in #2732
- PLAN: Add MAV_CMD_DO_SPRAYER to the command list by @muramura in #2795
- Fix typo at setup->advanced by @bugrahancamlibel in #2798
- fixed "Sonar Range" units by @tridge in #2805
- suppress errors when not analog battery monitor by @tridge in #2804
New Contributors
- @aunrela made their first contribution in #2785
- @jawad111 made their first contribution in #2793
- @bugrahancamlibel made their first contribution in #2798
Full Changelog: MissionPlanner1.3.76...MissionPlanner1.3.77