Skip to content

Commit dbe012a

Browse files
ChangeLog: Updating ChangeLog
1 parent 1f17414 commit dbe012a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

ChangeLog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1+
## Droidplanner v2.0.1
2+
* Cleaning minor bugs (#581)
3+
* Fixed typo errors(#589)
4+
* Improved Radio setup (#593,#596)
5+
* Removing unused assets (#594,#601)
6+
* Small mavlink library fix (#585)
7+
* Improved Guided mode (#595)
8+
* Rescrict disctribution to tablets only (#597)
9+
* Dialog for BlueTooth device selection(#598)
10+
* Fixed typos on source-code (#605)
11+
112
## Droidplanner v2.0.0
13+
* Renamed package to org.droidplanner
14+
* Redesing of the mission handling code
15+
* Completely redesigned graphical user interface
16+
* Easy to use Home, Land, and Loiter buttons
17+
* New Artificial Horizon
18+
* Added telemetry to the ActionBar
19+
* Mode detail fragment
20+
* New guided mode with changeable altitude
21+
* New planning screen for quick mission generation
22+
* Easy and powerful mission editing tools
23+
* New mission listing fragment
24+
* Drone Setup screen with multiple tabs like:Radio,Checklist,Parameters
25+
* Improved BlueTooth Connection
226

327
## Droidplanner v1.2.0
428
* Planning: renamed column header - #348

DroidPlanner/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.droidplanner"
4-
android:versionCode="56"
4+
android:versionCode="57"
55
android:versionName="please run version.sh to get the version name">
66

77
<uses-sdk

0 commit comments

Comments
 (0)