Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Created with komac v2.16.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json

PackageIdentifier: ArduPilot.MissionPlanner
PackageVersion: 1.3.83
InstallerLocale: en-US
InstallerType: wix
Scope: user
InstallModes:
- interactive
UpgradeBehavior: uninstallPrevious
ProductCode: '{61CB34BE-E247-4439-A356-615ACEAC3C64}'
ReleaseDate: 2025-09-10
AppsAndFeaturesEntries:
- Publisher: Michael Oborne
ProductCode: '{61CB34BE-E247-4439-A356-615ACEAC3C64}'
UpgradeCode: '{625389D7-EB3C-4D77-A5F6-A285CF99437D}'
InstallationMetadata:
DefaultInstallLocation: Mission Planner
Installers:
- Architecture: x86
InstallerUrl: https://github.com/ArduPilot/MissionPlanner/releases/download/MissionPlanner1.3.83/MissionPlanner-1.3.83.msi
InstallerSha256: B3AC2F65196629514B2059344DA37C1E9CCD3FE85A46C3FF88BA67A55B65E4D5
ManifestType: installer
ManifestVersion: 1.12.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
# Created with komac v2.16.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json

PackageIdentifier: ArduPilot.MissionPlanner
PackageVersion: 1.3.83
PackageLocale: en-US
Publisher: ArduPilot
PublisherUrl: https://github.com/ArduPilot
PublisherSupportUrl: https://github.com/ArduPilot/MissionPlanner/issues
Author: ArduPilot and Mission Planner contributors
PackageName: Mission Planner
PackageUrl: https://github.com/ArduPilot/MissionPlanner
License: GPL-3.0
LicenseUrl: https://github.com/ArduPilot/MissionPlanner?tab=GPL-3.0-1-ov-file
ShortDescription: Mission Planner Ground Control Station for ArduPilot (c# .net)
Description: Mission Planner is a full-featured ground station application for the ArduPilot open source autopilot project.
Tags:
- ardupilot
- autonomous
- autopilot
- c-sharp
- control
- cube
- gcs
- ground
- mission
- missionplanner
- open-source
- pixhawk
- planner
- ros
- station
- uav
ReleaseNotes: |-
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
- @lbullard-c2 made their first contribution in #3555
- @ES-Alexander made their first contribution in #3556
- @LachlanConn made their first contribution in #3560
- @QuantuMAtharva made their first contribution in #3540
Full Changelog: MissionPlanner1.3.82...MissionPlanner1.3.83
ReleaseNotesUrl: https://github.com/ArduPilot/MissionPlanner/releases/tag/MissionPlanner1.3.83
ManifestType: defaultLocale
ManifestVersion: 1.12.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with komac v2.16.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json

PackageIdentifier: ArduPilot.MissionPlanner
PackageVersion: 1.3.83
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.12.0