File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed
Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,38 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ 1.10.4] ( https://github.com/ledgerhq/app-ethereum/compare/1.10.3...1.10.4 ) - 2023-XX-XX
8+ ## [ 1.10.4] ( https://github.com/ledgerhq/app-ethereum/compare/1.10.3...1.10.4 ) - 2023-02-16
9+
10+ ### Added
11+
12+ - Addresses in EIP-712 messages can now be displayed as a token ticker or a trusted domain name if a match is found
13+ - Stax app now has icons of the other supported EVM chains
14+ - (network) Bitcichain
15+ - (network) Core
16+ - (network) Bitrock Mainnet
17+ - (network) Numbers Protocol
18+ - (network) Linea
19+ - (network) Holesky
20+
21+ ### Removed
22+
23+ - Starkware support
24+ - (clone) kUSD
25+ - (clone) Tobalaba
26+
27+ ### Changed
28+
29+ - Can now clear-sign NFT operations on other EVM chains without a clone app
30+ - Can now swap on other EVM chains without a clone app
31+ - Improved RAM usage
32+ - Now shows an explicit ??? ticker when it is unknown instead of falling back to the native chain ticker
33+
34+ ### Fixed
35+
36+ - Refusal of transactions with very large chain IDs even within specs
37+ - Refusal of 10 character-long token tickers
38+ - (network) Wanchain chain ID
39+ - (network) Sepolia chain ID
940
1041## [ 1.10.3] ( https://github.com/ledgerhq/app-ethereum/compare/1.10.2...1.10.3 ) - 2023-07-27
1142
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ APP_LOAD_PARAMS += --path "1517992542'/1101353413'"
3535APPVERSION_M = 1
3636APPVERSION_N = 10
3737APPVERSION_P = 4
38- APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) -dev
38+ APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P )
3939APP_LOAD_FLAGS = --appFlags 0xa40 --dep Ethereum:$(APPVERSION )
4040
4141# ##########################
You can’t perform that action at this time.
0 commit comments