Skip to content

Commit

Permalink
Mission Planner CX - 1.3.83.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 committed Feb 21, 2025
1 parent f1c509d commit ebe7de4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
*Mission Planner CX 1.3.81.4 - 31-12-2024
*Mission Planner CX 1.3.83.1 - 12-02-2025
- Updated Mission Planner to latest as of Jan 16
- This has been *internally* designated as 1.3.83, but 1.3.83 has not been released. It has
been long enough though that it is closer to call it 1.3.83 than 1.3.82.
- Mostly bug fixes
- Removed support for comms over BLE. SimpleBLE was causing random crashes, and we do not need or
want this feature.
- Added richer customization for Quickviews. This enables us to set a view up for fuel remaining
based on what was added vs consumed.
- Popup warns pilots about flying development firmware (beta/dev etc)
- Camera icons and plane path (spaghetti) can be cleared by right clicking the map.
- QLand available on the Emergency tab (removed Manual)
- Renamed "Engine Failure" warning to "Engine Stopped"
- Added fuel pressure to Takeoff tab (removed fuel consumed)

*Mission Planner CX 1.3.81.4 - 31-12-2024
- Added check to prevent arming if the the records tab is not completed
- Added engine control to takeoff/landing tab
- Added preflight reboot button to the takeoff/landing tab
Expand Down
2 changes: 1 addition & 1 deletion plugins/Carbonix/Carbonix_Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Carbonix
public class CarbonixPlugin : Plugin
{
public override string Name { get; } = "Carbonix Addons";
public override string Version { get; } = "1.2";
public override string Version { get; } = "2.0";
public override string Author { get; } = "Carbonix";

private static readonly ILog log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace RedundantLinkManager
public class RedundantLinkManager_Plugin : Plugin
{
public override string Name { get; } = "Redundant Link Manager";
public override string Version { get; } = "0.1";
public override string Version { get; } = "1.0";
public override string Author { get; } = "Bob Long";

private readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
Expand Down

0 comments on commit ebe7de4

Please sign in to comment.