Skip to content

Releases: PlayeRom/flightgear-addon-framework

v1.2.1

25 Nov 12:39

Choose a tag to compare

Changes:

  • Fix loading of Dev files, which are now loaded only when needed.

v1.2.0

21 Nov 12:32

Choose a tag to compare

Changes:

  • Add possibility to change delay for loading Canvas GUI.

v1.1.0

14 Nov 11:02

Choose a tag to compare

Changes:

  • Add remove method to Listeners class.

v1.0.0

05 Nov 22:46

Choose a tag to compare

First release:

  1. Automatic recognition and loading of add-on Nasal files into the appropriate namespaces (with an exclusion list if necessary).
  2. Ability to add a menu for restarting add-on Nasal files without having to change repository files.
  3. Ability to define keys for the multi-key command to restart add-on Nasal files without having to change repository files.
  4. A mechanism for checking whether there is a new version of your add-on to inform users about it.
  5. Base classes for Canvas windows that are created and destroyed on demand (Transient dialog), as well as created once during simulator startup (Persistent dialog).
  6. Ability to create Nasal unit tests and run them using multi-key command.