Releases: PlayeRom/flightgear-addon-framework
Releases · PlayeRom/flightgear-addon-framework
v1.2.1
v1.2.0
v1.1.0
v1.0.0
First release:
- Automatic recognition and loading of add-on Nasal files into the appropriate namespaces (with an exclusion list if necessary).
- Ability to add a menu for restarting add-on Nasal files without having to change repository files.
- Ability to define keys for the multi-key command to restart add-on Nasal files without having to change repository files.
- A mechanism for checking whether there is a new version of your add-on to inform users about it.
- Base classes for Canvas windows that are created and destroyed on demand (Transient dialog), as well as created once during simulator startup (Persistent dialog).
- Ability to create Nasal unit tests and run them using multi-key command.