diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e2a9ccb..b9511e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v2.5.0 + +## Whats new? + - Support Flex device + - UI/UX standardisation + +# v2.4.8 + +## Whats new? + - Addition of a customised, low-cost screen saver when signing the baking operations + - IO standardisation + - Crypto standardisation + - Code documentation + # v2.4.7 ## Whats new? diff --git a/Makefile b/Makefile index 5b8aa666..970d2eb5 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ PATH_APP_LOAD_PARAMS = "44'/1729'" # VERSION APPVERSION_M=2 -APPVERSION_N=4 -APPVERSION_P=7 +APPVERSION_N=5 +APPVERSION_P=0 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # COMMIT diff --git a/test/snapshots/flex/test_review_home/app_context_2.png b/test/snapshots/flex/test_review_home/app_context_2.png index 4f5a33db..dc99b537 100644 Binary files a/test/snapshots/flex/test_review_home/app_context_2.png and b/test/snapshots/flex/test_review_home/app_context_2.png differ diff --git a/test/snapshots/nanos/version.png b/test/snapshots/nanos/version.png index b86e6137..bd35e645 100644 Binary files a/test/snapshots/nanos/version.png and b/test/snapshots/nanos/version.png differ diff --git a/test/snapshots/nanosp/version.png b/test/snapshots/nanosp/version.png index 8d0662af..6d2d86ca 100644 Binary files a/test/snapshots/nanosp/version.png and b/test/snapshots/nanosp/version.png differ diff --git a/test/snapshots/nanox/version.png b/test/snapshots/nanox/version.png index 8d0662af..6d2d86ca 100644 Binary files a/test/snapshots/nanox/version.png and b/test/snapshots/nanox/version.png differ diff --git a/test/snapshots/stax/description.png b/test/snapshots/stax/description.png index b84a3901..e1b35f8a 100644 Binary files a/test/snapshots/stax/description.png and b/test/snapshots/stax/description.png differ diff --git a/test/test_instructions.py b/test/test_instructions.py index 487e85b7..26ec3967 100644 --- a/test/test_instructions.py +++ b/test/test_instructions.py @@ -428,7 +428,7 @@ def test_automatic_low_cost_screensaver_exited_by_display( def test_version(client: TezosClient) -> None: """Test the VERSION instruction.""" - expected_version = Version(Version.AppKind.BAKING, 2, 4, 7) + expected_version = Version(Version.AppKind.BAKING, 2, 5, 0) version = client.version()