Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Releases: GeoFS-Extensions/autoland

Beta 3.3.2

19 Dec 16:43
2d1d3dc
Compare
Choose a tag to compare

Today, we have the pleasure of announcing GeoFS Plugins Beta 3.3.2.

This is a fix for #145. It is also the last release of GeoFS Plugins. More details are discussed in #146. This extension will no longer see updates, as we will focus on a new extension.

Happy flying!

The Plugins Team

What's Changed

Full Changelog: v3.3.1...v3.3.2

Beta 3.3.1

06 Nov 17:20
624af02
Compare
Choose a tag to compare

Today, we have the pleasure of announcing GeoFS Plugins Beta 3.3.1.

This is a hotfix for #136. After the release of Beta 3.3.0, a bug in FMC was discovered, where loading routes would result in a call to a function that didn't exist, triggering a failure of the route loading. For more details, see this comment.

If all goes well, and there are no other bugs warranting fixes, this will be the last release of the 3.3 series. We're looking forward to the 3.4 series now. If you want more details, check out this discussion.

Happy flying!

The Plugins Team

Beta 3.3.0

04 Nov 22:12
Compare
Choose a tag to compare

Today, we have the pleasure of announcing GeoFS Plugins Beta 3.3.0.

This will be the biggest update until Beta 4 is released. Most of the changes aren't user-facing though. We've streamlined development by including all the source code for all the extensions and plugins in one place.

Normally, this would just be a patch if there wasn't a big client-side change. This time around, we added a new script! Keyboard Mapping, now enabled by default, revamps GeoFS' native keybinding system to add some new features. The major task it's taken on is to enable multiple keystroke keybinds. Previously, keybinds in GeoFS were limited to one key press. This script changes that! All the other scripts support this script natively as well.

We've also switched around a few things! We've moved away from the old RequireJS optimizer in favor of using webpack to bundle the source code for our scripts into the production versions you use. As usual, we also updated navigational data. Unfortunately, we had to revert waypoint data to old data from 2017, since the data we were using was taken from a man named Kevin Whaley, who pirated the data from Navigraph.

We fixed a small bug in FMC, where if you left a airport or flight number field blank, it would take the data from old routes.

Happy flying!

The Plugins team

Beta 3.2.2

30 Oct 18:55
e82af8c
Compare
Choose a tag to compare

Fix broken spoilers arming image link #125

Key:
BUGFIX

Beta 3.2.1

29 Sep 23:20
f06f219
Compare
Choose a tag to compare

BUG: Scripts are being injected multiple times #70

Key:
BUGFIX

Beta 3.2.0

26 Sep 14:35
22d540b
Compare
Choose a tag to compare

Optimized AP++ file size by loading nav data from chrome extension. #42
Added support for GeoFS betas.
Made sure scripts were injected in the right order. #56
Made updates quieter.
Prevented scripts from injecting when there's no permission to do so.
Fixed issue where VNAV broke below 1500 feet. https://github.com/GeoFS-Extensions/fmc-requirejs/issues/11

Key:
MAJOR CHANGE
MINOR CHANGE
BUGFIX

Beta 3.1.1

10 Sep 12:19
c3e9932
Compare
Choose a tag to compare

Spoilers arming keybind not shown to user #43

Key:
MAJOR CHANGE
MINOR CHANGE
BUGFIX

Beta 3.1.0

30 Aug 20:24
ee3ff15
Compare
Choose a tag to compare

Added Spoiler Arming
Migrate to new script names
Add locally built versions of ap++ and fmc
Add node audio build script for ap++
Let aircraft manifest files overwrite the fmc's VNAV profile
Make fmc wait for ap++ to finish loading before loading itself #26
Put the storage changed script changing in a specific if statement #35
Fix JSDoc #34
Build docs on a separate branch every day
Popup prompted an update even though the extension was updated to latest version #27

Key:
MAJOR CHANGE
MINOR CHANGE
BUGFIX

Beta 3.0.2

15 Aug 17:54
Compare
Choose a tag to compare

Changelog:

  • Changes to user preferences now either reload a open GeoFS page or add new scripts to the page.
  • Swapped declaration links in the permission request.
  • Explained how to use the extension in the install page.

Beta 3.0.1

14 Aug 14:41
068a4df
Compare
Choose a tag to compare
Update to 3.0.1 (#22)

* update version number

* versioning

* removed unneeded host permission

* added PID type

* added Indicator type

* added GlassPanel type

* added audio type

* added jsdoc

* start work on exports

* try codeQL again

* fix dir name to ignore

* security is now codeql

* added docs to background.ts

* add docs for popup.ts

* grammar to the docs!

* Configure Renovate (#17)

* Add renovate.json

* added label, prettified, moved renovate.json to .github dir

* small update to codeowners

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: nicolas377 <[email protected]>

* added release CI

* swapped branch names

* fix colliding functions

* added a changelog

* make a checkPermissions() function to simplify the popup permissions check

* FIX: popup wasn't being added to docs

* removed the message listener from background.ts, nothing is sending messages to it

* get ready for 3.0.1

* compatibility change with ap++ and fmc

* redo docs

* fixed breaking change in chrome that required host permissions for geo

* fixed changelog

* removed clunky CI

Co-authored-by: Guy Adler <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>