diff --git a/app/Makefile b/app/Makefile index a4bf23d..5c9ae79 100755 --- a/app/Makefile +++ b/app/Makefile @@ -97,6 +97,10 @@ endif APP_LOAD_PARAMS = --curve ed25519 --delete $(COMMON_LOAD_PARAMS) --path $(APPPATH) +# Ledger: add the "Pending security review" disclaimer +APP_LOAD_PARAMS += --tlvraw 9F:01 +DEFINES += HAVE_PENDING_REVIEW_SCREEN + ifeq ($(TARGET_NAME),TARGET_NANOS) APP_LOAD_PARAMS += --appFlags 0x000 APP_STACK_SIZE:=3216 diff --git a/app/Makefile.version b/app/Makefile.version index 5843b67..053b1b2 100644 --- a/app/Makefile.version +++ b/app/Makefile.version @@ -3,4 +3,4 @@ APPVERSION_M=3 # This is the `spec_version` field of `Runtime` APPVERSION_N=55 # This is the patch version of this release -APPVERSION_P=2 +APPVERSION_P=3 diff --git a/app/glyphs/icon_warning.gif b/app/glyphs/icon_warning.gif index f3037a7..08bd4a7 100644 Binary files a/app/glyphs/icon_warning.gif and b/app/glyphs/icon_warning.gif differ diff --git a/app/nanos_icon.gif b/app/nanos_icon.gif index 6f3f774..31b4ac1 100644 Binary files a/app/nanos_icon.gif and b/app/nanos_icon.gif differ diff --git a/app/nanox_icon.gif b/app/nanox_icon.gif index e71f287..5aacf85 100644 Binary files a/app/nanox_icon.gif and b/app/nanox_icon.gif differ diff --git a/tests_zemu/snapshots/s-mainmenu/00004.png b/tests_zemu/snapshots/s-mainmenu/00004.png index f847b1f..8d39f57 100644 Binary files a/tests_zemu/snapshots/s-mainmenu/00004.png and b/tests_zemu/snapshots/s-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/s-mainmenu/00010.png b/tests_zemu/snapshots/s-mainmenu/00010.png index f847b1f..8d39f57 100644 Binary files a/tests_zemu/snapshots/s-mainmenu/00010.png and b/tests_zemu/snapshots/s-mainmenu/00010.png differ diff --git a/tests_zemu/snapshots/sp-mainmenu/00004.png b/tests_zemu/snapshots/sp-mainmenu/00004.png index 38a88fa..601534c 100644 Binary files a/tests_zemu/snapshots/sp-mainmenu/00004.png and b/tests_zemu/snapshots/sp-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/sp-mainmenu/00010.png b/tests_zemu/snapshots/sp-mainmenu/00010.png index 38a88fa..601534c 100644 Binary files a/tests_zemu/snapshots/sp-mainmenu/00010.png and b/tests_zemu/snapshots/sp-mainmenu/00010.png differ diff --git a/tests_zemu/snapshots/x-mainmenu/00004.png b/tests_zemu/snapshots/x-mainmenu/00004.png index 38a88fa..601534c 100644 Binary files a/tests_zemu/snapshots/x-mainmenu/00004.png and b/tests_zemu/snapshots/x-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/x-mainmenu/00010.png b/tests_zemu/snapshots/x-mainmenu/00010.png index 38a88fa..601534c 100644 Binary files a/tests_zemu/snapshots/x-mainmenu/00010.png and b/tests_zemu/snapshots/x-mainmenu/00010.png differ