From 34de1da96c0b40d28e474c6a3ef4350584dafc72 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Mon, 25 Nov 2024 15:45:13 +0100 Subject: [PATCH 1/2] Removed version number -dev suffix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f2e8fcd0..12d3243bc 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ include ./makefile_conf/chain/$(CHAIN).mk APPVERSION_M = 1 APPVERSION_N = 13 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 From bb1e01e0976df75b2cbc742c0a60b64e6aaf78fd Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Mon, 25 Nov 2024 17:34:52 +0100 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d9ee9cd..dfd5448ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,30 @@ 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.13.0](https://github.com/ledgerhq/app-ethereum/compare/1.12.2...1.13.0) - 2024-XX-XX +## [1.13.0](https://github.com/ledgerhq/app-ethereum/compare/1.12.2...1.13.0) - 2024-11-26 + +### Added + +- (clone) IoTeX +- (network) Defi Oracle Meta +- (network) IoTeX +- (network) IoTeX Testnet +- (network) Neo X Mainnet +- (network) Neo X Testnet +- (network) Bitlayer +- (network) Bitlayer Testnet +- Dynamic network handling, can get new networks at runtime from the CAL instead of from the hardcoded list +- Support for Ethermint's non-standard EIP-712 verifyingContract + +### Changed + +- Improved error handling in swap mode +- Provide NFT info APDU does not require a loaded NFT (721/1155) internal plugin anymore + +### Fixed + +- Potential overflow on the UI buffer used for amounts +- RLP parsing issue with legacy transactions ## [1.12.2](https://github.com/ledgerhq/app-ethereum/compare/1.12.1...1.12.2) - 2024-10-24