Skip to content

Commit

Permalink
ChangeLog: Updating ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbenemann committed Jan 22, 2014
1 parent 1f17414 commit dbe012a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
## Droidplanner v2.0.1
* Cleaning minor bugs (#581)
* Fixed typo errors(#589)
* Improved Radio setup (#593,#596)
* Removing unused assets (#594,#601)
* Small mavlink library fix (#585)
* Improved Guided mode (#595)
* Rescrict disctribution to tablets only (#597)
* Dialog for BlueTooth device selection(#598)
* Fixed typos on source-code (#605)

## Droidplanner v2.0.0
* Renamed package to org.droidplanner
* Redesing of the mission handling code
* Completely redesigned graphical user interface
* Easy to use Home, Land, and Loiter buttons
* New Artificial Horizon
* Added telemetry to the ActionBar
* Mode detail fragment
* New guided mode with changeable altitude
* New planning screen for quick mission generation
* Easy and powerful mission editing tools
* New mission listing fragment
* Drone Setup screen with multiple tabs like:Radio,Checklist,Parameters
* Improved BlueTooth Connection

## Droidplanner v1.2.0
* Planning: renamed column header - #348
Expand Down
2 changes: 1 addition & 1 deletion DroidPlanner/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.droidplanner"
android:versionCode="56"
android:versionCode="57"
android:versionName="please run version.sh to get the version name">

<uses-sdk
Expand Down

0 comments on commit dbe012a

Please sign in to comment.