What changed, and why it matters
This commit is a routine version bump from 2.10.0 to 2.10.1 in the Trezor firmware repository. It only changes version numbers in a header file and translation metadata, plus updates the signed translation package timestamp and fingerprint. There are no code behavior changes and no security relevance.
No security action needed. Treat as normal release bookkeeping.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates VERSION_PATCH in core/embed/projects/firmware/version.h and the ‘version’ field in several translation JSON files from 2.10.0 to 2.10.1. It also refreshes the translations signatures.json current entry with a new merkle_root, datetime, and commit hash. No functional code, cryptographic logic, or security boundary is modified.
Changed components
core/embed/projects/firmware/version.hcore/translations/cs.jsoncore/translations/de.jsoncore/translations/en.jsoncore/translations/es.jsoncore/translations/fr.jsoncore/translations/pt.jsoncore/translations/signatures.jsonInspect captured patch +10 / −10
diff --git a/core/embed/projects/firmware/version.h b/core/embed/projects/firmware/version.h
index 289051c0..a281c19c 100644
--- a/core/embed/projects/firmware/version.h
+++ b/core/embed/projects/firmware/version.h
@@ -4,7 +4,7 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 10
-#define VERSION_PATCH 0
+#define VERSION_PATCH 1
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 2
diff --git a/core/translations/cs.json b/core/translations/cs.json
index 136f0a18..6f1e1242 100644
--- a/core/translations/cs.json
+++ b/core/translations/cs.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "cs-CZ",
- "version": "2.10.0"
+ "version": "2.10.1"
},
"translations": {
"addr_mismatch__contact_support_at": {
diff --git a/core/translations/de.json b/core/translations/de.json
index a73a9336..42e33847 100644
--- a/core/translations/de.json
+++ b/core/translations/de.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "de-DE",
- "version": "2.10.0"
+ "version": "2.10.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Kontaktiere den Trezor Support unter",
diff --git a/core/translations/en.json b/core/translations/en.json
index f85b4ab8..e945a499 100644
--- a/core/translations/en.json
+++ b/core/translations/en.json
@@ -1,7 +1,7 @@
{
"header": {
"language": "en-US",
- "version": "2.10.0"
+ "version": "2.10.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Please contact Trezor support at",
diff --git a/core/translations/es.json b/core/translations/es.json
index 70eecf40..b2676c44 100644
--- a/core/translations/es.json
+++ b/core/translations/es.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "es-ES",
- "version": "2.10.0"
+ "version": "2.10.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Contacta con atención al cliente de Trezor en",
diff --git a/core/translations/fr.json b/core/translations/fr.json
index 99ad7996..03b296f8 100644
--- a/core/translations/fr.json
+++ b/core/translations/fr.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "fr-FR",
- "version": "2.10.0"
+ "version": "2.10.1"
},
"translations": {
"addr_mismatch__contact_support_at": {
diff --git a/core/translations/pt.json b/core/translations/pt.json
index e20b9fed..9b421a14 100644
--- a/core/translations/pt.json
+++ b/core/translations/pt.json
@@ -33,7 +33,7 @@
},
"header": {
"language": "pt-BR",
- "version": "2.10.0"
+ "version": "2.10.1"
},
"translations": {
"addr_mismatch__contact_support_at": "Entre em contato com o suporte Trezor em",
diff --git a/core/translations/signatures.json b/core/translations/signatures.json
index 52c0bb94..4339078e 100644
--- a/core/translations/signatures.json
+++ b/core/translations/signatures.json
@@ -1,8 +1,8 @@
{
"current": {
- "merkle_root": "8bfff298381f25e1a7bbd577c04ba3f28df808f42419fea8d61a75be17f24828",
- "datetime": "2026-01-05T15:08:41.779965+00:00",
- "commit": "03ef48ee069221df0c6b1aa3667cddcaeb3508be"
+ "merkle_root": "2cdefc083b575b3cfd4723135a04663f84de36a6940f6a16a78ec1c05fc85e1a",
+ "datetime": "2026-01-26T11:58:20.863153+00:00",
+ "commit": "07f17547fab7ea37105b67706d8239788f73e323"
},
"history": [
{
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.