Skip to content

system: Guard versions behind firmware version #52

Description

@bombsimon

Currently we need to be backwards compatible with our app versions since a user can update an app without updating the OS.

One way to allow us to make new features and breaking changes and also "force" users to update the OS would be to guard a version behind an OS version.

I think we can simply add a new field to the version file blocking this, e.g. in a v0.99 file:

{
  "icon": "💀",
  "description": "example",
  "min_os_version": "v0.985",
  "v0.97": ["Tiny fix"],
  "v0.98": ["Major fix"]
}

This would make it so you can't update the app if you're not on at least OS version v0.985. It doesn't matter if we later add v0.99 and require OS v0.986, we would just update min_os_version and it would keep blocking users from updating.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions