From c5c7c28815112796adb83238e89f1d5ceff1ebb3 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Wed, 25 Sep 2024 11:45:01 +0200 Subject: [PATCH] Updated changelog & removed -dev version suffix --- CHANGELOG.md | 48 +++++++++++++++++++++++++++++++++++++++++++++++- Makefile | 2 +- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ebf3b22..c77ccc8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,57 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [1.12.0](https://github.com/ledgerhq/app-ethereum/compare/1.11.0...1.11.1) - 2024-??-?? +## [1.12.0](https://github.com/ledgerhq/app-ethereum/compare/1.11.3...1.12.0) - 2024-09-26 ### Added +- Ledger PKI support - Added support for swap with calldata (Thorswap / LiFi / ...) +- (network) PulseChain Testnet +- The app now provides the derivation path to its plugins +- Support for Trusted Name V2 payloads +- EIP-712 filtering on trusted names + +### Removed + +- (clone) ApothemNetwork +- (clone) Binance Smart Chain +- (clone) BTTC +- (clone) Conflux eSpace +- (clone) Cube +- (clone) KardiaChain +- (clone) Meter +- (clone) MultiVAC +- (clone) OKXChain +- (clone) POA +- (clone) Polygon +- (clone) Shyft + +### Fixed + +- (network) Apothemnetwork ticker +- Missing error handling on EIP-712, which could lead to a crash of the app +- EIP-712 filtering on fields within an empty array (requires client support with a new APDU) +- EIP-712 amount-join filtering with missing token information +- EIP-712 UI-code overflow on Stax which could lead to a crash of the app + +### Changed + +- (clone) Astar Polkadot EVM, removed Ethereum derivation path +- (clone) EnergyWebChain, removed Ethereum derivation path +- (clone) Ethereum Classic, removed Ethereum derivation path +- (clone) Moonbeam, removed Ethereum derivation path +- (clone) Moonriver, removed Ethereum derivation path +- (clone) Oasys, removed Ethereum derivation path +- (clone) Shiden EVM, removed Ethereum derivation path +- (clone) Songbird, removed Ethereum derivation path +- (clone) TecraCoin, removed Ethereum derivation path +- (clone) TecraTestnet, removed Ethereum derivation path +- (clone) Volta, removed Ethereum derivation path +- (clone) XDC Network, removed Ethereum derivation path +- Now the app sends back its response immediately instead of after the Transaction/Message signed/rejected screen on Stax & Flex +- Added blind-signing friction to EIP-712 v0 & unfiltered flows +- EIP-712 unfiltered flow now defaults to raw/verbose mode on Stax & Flex, but adds a skip button ## [1.11.3](https://github.com/ledgerhq/app-ethereum/compare/1.11.2...1.11.3) - 2024-09-04 diff --git a/Makefile b/Makefile index 09e9718d4..9c99d7877 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ include ./makefile_conf/chain/$(CHAIN).mk APPVERSION_M = 1 APPVERSION_N = 12 APPVERSION_P = 0 -APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev +APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) # Application source files APP_SOURCE_PATH += src src_features src_plugins