v1.0.1: 7 improve version support (#9)
Add version information on the main page to better track the version used by users during issues
Improve the per-profile versioning feature on JTSO. Now per platform, we support these operators to find out the config to apply depending on the router’s version:
- == The router’s version must match exactly this profile version
- <= The router’s version must match exactly or be lower than this profile version
-
= The router’s version must match exactly or be higher than this profile version
- << The router’s version must be strictly lower than this profile version
-
The router’s version must be strictly higher than this profile version