Skip to content

Commit 2b699cc

Browse files
committed
Mission Planner 1.3.77
1 parent 3d75fd6 commit 2b699cc

File tree

2 files changed

+98
-2
lines changed

2 files changed

+98
-2
lines changed

ChangeLog.txt

Lines changed: 97 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,100 @@
1-
*Mission Planner 1.3.76 - 25-12-2021
1+
*Mission Planner 1.3.77 - 16-03-2022
2+
LowBrowse: sort instance numbers #2817
3+
UdpSerialConnect: 30 second multicast join
4+
UdpSerialConnect: add debug for multicast
5+
SerialOutputCoT: add ATAK MC
6+
Compression: copy to output
7+
MAVFtp: param get more verbose
8+
MAVLinkInspector: add comp description
9+
MainV2: dedup comports
10+
Mavlink: fix crc extra
11+
mono: update
12+
Drawing: handle bad Bitmap size
13+
px4uploader: better filter fw file contents
14+
Xamarin: update sdk version
15+
Installer: update paths
16+
Project: compression fix
17+
MAVLinkInterface: allow unknown packets to pass to ProcessMirrorStream
18+
Project: add System.IO.Compression
19+
MAVLinkInterface: cleanup STX
20+
Mavlink: update for CAN_FRAME and python 3.10
21+
UsbSerialForAndroid: api 30
22+
Xamarin: fix speech android 11
23+
Actions: exclude apk from cache
24+
Android: release apk
25+
suppress errors when not analog battery monitor
26+
fixed "Sonar Range" units
27+
Actions: sign apk with common key
28+
Fix typo at setup->advanced
29+
InputBox: handle bad autocomplete
30+
MAVLinkInterface: fix spelling
31+
PointLatLngAlt: add GetGreatCirclePathPoint
32+
Uploader: fix for ardupilot flaw in bootloader version #2800
33+
px4firmware: update for extf #2800
34+
PLAN: Add MAV_CMD_DO_SPRAYER to the command list
35+
Fix application local data path in *nix based OS
36+
Updater: improve performance
37+
Plugins: update herelink baud
38+
Updater: update ts server
39+
Speech: festival working under wsl
40+
TerrainFollow: less verbose
41+
ConfigParamLoading: add retry button
42+
adsb: add extra callsign types
43+
Show me Again Firmware Checkbox now working
44+
adsb: fix HAE alt
45+
SerialOutputNMEA: add \r
46+
ImageViz: update for 2022
47+
Xamarin: cleanup old projectref
48+
net 472
49+
nuget: update Microsoft.NETFramework.ReferenceAssemblies
50+
Google: remove key and elevation usage
51+
SITL: fix multi sitl
52+
Readme: update with .vsconfig
53+
FlightData: add multiline option
54+
ZedGraphControl: fix zoom box on screenscaled display
55+
FlightData: make action dropdown wider, script stop/restart working
56+
MAVFtp: dont override size on requests #2784
57+
FlightData: add right axis in tuning #2788
58+
MainV2: save config on more than just exit
59+
CurrentState: fix altasl unit display #2790
60+
Offset Polygon Menu Item
61+
Grid circular pattern exposed number of laps to UI
62+
GCSViews: FLOWHOLD and ZIGZAG support simple mode
63+
MAVLinkInterface: getHeartBeatAsync accepts HIGH_LATENCY2
64+
MAVLinkInterface: treat highlatency as a hb
65+
added pidSRate and pidPDmod graph fields
66+
MavFTP: make multi select download folder based
67+
Actions: beta
68+
ConfigHWID: update devids
69+
FlightPlanner: prevent exception
70+
Plugins: add LED example
71+
Actions: continue on google play error
72+
display a warning for bad airspeed health
73+
GCSViews: FlightData: persist namedfloat over re-load
74+
Actions: beta build
75+
app.config: move from appveyor to github for beta release
76+
Grid: Remove duplicated ToolstripMenu item creation.
77+
GCSViews: Set the home position to the seventh decimal place
78+
CTRL-F screen, add editor to add/delete mavlink commands to Planner grid dropdown
79+
Fix route drawing on Log MAP when waypoints changed during logging
80+
LogBrowser: Fix X scale name after load a loag (time vs. line)
81+
Display the latest param value from log
82+
Xamarin: move to SKDrawable
83+
Drawing: ResetTransform doesnt reset clip
84+
Utilities: gstreamer multi platform
85+
GStreamer: fix for net48
86+
Xamarin: gles 3.0 min
87+
SkiaTest: Update
88+
Xamarin: log opengl version
89+
Drawing: use bitmap
90+
MavLinkInterface.readPackeyAsync() include sequencing in readlock
91+
Controls: invalidate check
92+
Drawing: null checks
93+
Xamarin: usbdevice null check
94+
display DO_AUX_FUNCTION in mission editor
95+
Update Czech map provider for the new api format.
96+
97+
*Mission Planner 1.3.76 - 25-12-2021
298
Vario: move to async
399
FlightPlanner: clear mavmarkers every 10 seconds
4100
wasm: update nugets

Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// Revision
3030
//
3131
[assembly: AssemblyVersion("1.3.*")]
32-
[assembly: AssemblyFileVersion("1.3.76")]
32+
[assembly: AssemblyFileVersion("1.3.77")]

0 commit comments

Comments
 (0)