Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbenemann committed Aug 12, 2014
1 parent 60c0988 commit 932327e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.droidplanner"
android:versionCode="86"
android:versionCode="87"
android:versionName="please run version.sh to get the version name">

<uses-sdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public void onDroneEvent(DroneEventsType event, Drone drone) {
super.onDroneEvent(event, drone);
switch (event) {
case FAILSAFE:
//failsafeTextView.setVisibility(View.VISIBLE); // TODO re-enable after #677 is fixed
onFailsafeChanged(drone);
break;

default:
Expand Down
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Releases Notes
These notes document what was removed from a Release Candidate (RC), which is build from a corresponding version of the program. These are not comulative between program versions (they can be between RCs), and express the diff from the master branch.

## Droidplanner v2.6.1 RC1
* On the DroneSetup pane removed the Tuning and Calibration Fragments
* Removed unfinished/untested missionItems (Only Waypoint, Takeoff, ROI, RTL, Circle and Land are allowed)
* Removed distance/time view at the editor screen
* Removed un-finished buttons on the Circle mode fragment

## Droidplanner v2.6.0 RC2
* Fix small layout issue

Expand Down

0 comments on commit 932327e

Please sign in to comment.