File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,30 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ 1.13.0] ( https://github.com/ledgerhq/app-ethereum/compare/1.12.2...1.13.0 ) - 2024-XX-XX
8
+ ## [ 1.13.0] ( https://github.com/ledgerhq/app-ethereum/compare/1.12.2...1.13.0 ) - 2024-11-26
9
+
10
+ ### Added
11
+
12
+ - (clone) IoTeX
13
+ - (network) Defi Oracle Meta
14
+ - (network) IoTeX
15
+ - (network) IoTeX Testnet
16
+ - (network) Neo X Mainnet
17
+ - (network) Neo X Testnet
18
+ - (network) Bitlayer
19
+ - (network) Bitlayer Testnet
20
+ - Dynamic network handling, can get new networks at runtime from the CAL instead of from the hardcoded list
21
+ - Support for Ethermint's non-standard EIP-712 verifyingContract
22
+
23
+ ### Changed
24
+
25
+ - Improved error handling in swap mode
26
+ - Provide NFT info APDU does not require a loaded NFT (721/1155) internal plugin anymore
27
+
28
+ ### Fixed
29
+
30
+ - Potential overflow on the UI buffer used for amounts
31
+ - RLP parsing issue with legacy transactions
9
32
10
33
## [ 1.12.2] ( https://github.com/ledgerhq/app-ethereum/compare/1.12.1...1.12.2 ) - 2024-10-24
11
34
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
38
38
APPVERSION_M = 1
39
39
APPVERSION_N = 13
40
40
APPVERSION_P = 0
41
- APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) -dev
41
+ APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P )
42
42
43
43
# Application source files
44
44
APP_SOURCE_PATH += src src_features src_plugins
You can’t perform that action at this time.
0 commit comments