Skip to content

Commit

Permalink
Update Autopilot++ to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Qantas94Heavy committed Nov 16, 2017
1 parent 53c344f commit b3df6f3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 deletions source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ input field or press Enter.
Installation Instructions
-------------------------

> Please note that Internet Explorer and Microsoft Edge are *not* supported.
> Please note that Internet Explorer is *not* supported.
### Firefox (recommended):

Expand All @@ -55,7 +55,14 @@ Installation Instructions
5. Open a new tab, then drag and drop "{1}.user.js" into the window.
6. Click "Install" in the window that appears.

### Google Chrome (other) and Chromium:
### Microsoft Edge (14.14393+):

1. Install Tampermonkey, if you have not already done so.
2. Extract this ZIP file into an empty folder.
5. Open Microsoft Edge, then drag and drop "{1}.user.js" into the window.
6. Click "Install" in the window that appears.

### Google Chrome and Chromium:

**Note: users of Google Chrome on Windows _must_ use the method above to
install Autopilot++, not this method.**
Expand All @@ -67,7 +74,7 @@ install Autopilot++, not this method.**
5. Drag and drop "{2}.crx" into the Extensions page.
6. Click "Accept" when it asks for permissions.

### Opera 15+:
### Opera (15+):

1. Extract this ZIP file into an empty folder.
2. Open Opera, then click on the Opera menu button and click Extensions.
Expand Down Expand Up @@ -103,11 +110,20 @@ For the source code of this program, see [GitHub][2].
Release Notes
-------------

### Changes in this version
### Changes in v0.11.0 (current version)

- Fix playback of autopilot disconnect sound
- Fix autopilot not levelling off or descending for some aircraft
- Fix display of V/S changes
- Fix UI toggle buttons
- Update to newer version of waypoint data
- Internal code fixes and improvements

### Changes in v0.10.6 (last version)

- Update Autopilot++ loading code to work with changes to GeoFS

### Changes in v0.10.5 (last version)
### Changes in v0.10.5

- Fix error in code that prevented autopilot from running

Expand Down
2 changes: 1 addition & 1 deletion source/userscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
// @match http://www.geo-fs.com/geofs.php*
// @match http://geo-fs.com/geofs.php*
// @run-at document-end
// @version 0.10.6
// @version 0.11.0
// @grant none
// ==/UserScript==

0 comments on commit b3df6f3

Please sign in to comment.