Skip to content

v1.0.1: 7 improve version support (#9)

Compare
Choose a tag to compare
@door7302 door7302 released this 12 Apr 17:07
· 11 commits to main since this release
946b77e

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