fsactl documentation¶
fsactl is a python program to download and manage your FlightSimulator addons.
Branching Model¶
This repository uses the git-flow branching model by Vincent Driessen. It has two branches with infinite lifetime:
The master branch gets updated on every release. The develop branch is the merging branch.
Semantic Versioning¶
After release “1.0.0” this repository will use SemVer for its release cycle.
Note
Before release “1.0.0” it uses “0.y.z” as recommanded by SemVer. This means that breaking changes result in a version change at “y” position (e.g. “0.1.0” -> “0.2.0”). Non breaking changes result in a “z” change (e.g. “0.1.1” -> “0.1.2”).
Indices and tables¶
License¶
Copyright © 2020 Michael Sasser <Info@MichaelSasser.org>. Released under the GPLv3 license.