Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a .json file in the repo so that it is clear which which versions of firmwares are released for which devices #4173

Open
Hannsek opened this issue Sep 12, 2024 · 1 comment · May be fixed by #4246
Assignees
Labels
core Trezor Core firmware. Runs on Trezor Model T and T2B1.

Comments

@Hannsek
Copy link
Contributor

Hannsek commented Sep 12, 2024

idea of the structure of the .json file:

{
  "firmware_released_versions": {
    "2.8.2": {
      "T2T1": 1,
      "T2B1": 1,
      "T3B1": 0,
      "T3T1": 1,
      "T3W1": 0
    },
    "2.8.3": {
      "T2T1": 1,
      "T2B1": 0,
      "T3B1": 1,
      "T3T1": 1,
      "T3W1": 1
    }
  }
}

@vdovhanych feel free to suggest any other form

@Hannsek Hannsek added the core Trezor Core firmware. Runs on Trezor Model T and T2B1. label Sep 12, 2024
@vdovhanych
Copy link
Member

this should be enough thnx

@Hannsek Hannsek assigned mmilata and obrusvit and unassigned obrusvit Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Trezor Core firmware. Runs on Trezor Model T and T2B1.
Projects
Status: 🏃‍♀️ In progress
Development

Successfully merging a pull request may close this issue.

4 participants