From eaa85ddd6e4c27b5083edafad3193e8eb3794e0d Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 7 Aug 2019 15:38:00 +0200 Subject: [PATCH] core+legacy: add new changelog entries --- core/ChangeLog | 11 +++++++++++ legacy/bootloader/ChangeLog | 3 +++ legacy/firmware/ChangeLog | 7 +++++++ legacy/firmware/version.h | 2 +- 4 files changed, 22 insertions(+), 1 deletion(-) diff --git a/core/ChangeLog b/core/ChangeLog index 38e74f1546..6685272953 100644 --- a/core/ChangeLog +++ b/core/ChangeLog @@ -1,3 +1,14 @@ +Version 2.x.x [not yet released] +* nothing yet + +Version 2.1.3 [Aug 2019] +* Shamir Backup with Recovery persistence +* Touchscreen freeze fix +* Fix display of non-divisible OMNI amounts + +Version 2.1.2 [unreleased] +* Shamir Backup feature preview + Version 2.1.1 [Jun 2019] * Hotfix for touchscreen freeze * Don't rotate the screen via swipe gesture diff --git a/legacy/bootloader/ChangeLog b/legacy/bootloader/ChangeLog index 2c27f6ab70..d3f3d056d1 100644 --- a/legacy/bootloader/ChangeLog +++ b/legacy/bootloader/ChangeLog @@ -1,3 +1,6 @@ +Version 1.x.x [not yet released] +* Use Trezor instead of TREZOR + Version 1.8.0 [Feb 2019] * Make the update process more similar to Model T process diff --git a/legacy/firmware/ChangeLog b/legacy/firmware/ChangeLog index 3bf873f796..8d15a97988 100644 --- a/legacy/firmware/ChangeLog +++ b/legacy/firmware/ChangeLog @@ -1,3 +1,10 @@ +Version 1.x.x [not yet released] +* nothing yet + +Version 1.8.2 [Aug 2019] +* OLED display security improvements +* Fix display of non-divisible OMNI amounts + Version 1.8.1 [May 2019] * Fix fault when using the device with no PIN * Fix OMNI transactions parsing diff --git a/legacy/firmware/version.h b/legacy/firmware/version.h index 4e50165267..5150c33285 100644 --- a/legacy/firmware/version.h +++ b/legacy/firmware/version.h @@ -1,6 +1,6 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 8 -#define VERSION_PATCH 2 +#define VERSION_PATCH 3 #define FIX_VERSION_MAJOR 1 #define FIX_VERSION_MINOR 8