File tree Expand file tree Collapse file tree 2 files changed +43
-2
lines changed Expand file tree Collapse file tree 2 files changed +43
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,48 @@ 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.11.0] ( https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0 ) - 2023-XX-XX
8
+ ## [ 1.11.0] ( https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0 ) - 2023-07-24
9
+
10
+ ### Added
11
+
12
+ - (network) Base Sepolia
13
+ - (network) Blast
14
+ - (network) Blast Sepolia
15
+ - (network) Mantle
16
+ - (network) Mantle Sepolia
17
+ - (network) Arbitrum Sepolia
18
+ - (network) Linea Sepolia
19
+ - (network) OP Sepolia
20
+ - (network) Etherlink Mainnet
21
+ - (network) ZetaChain
22
+ - (network) Astar zkEVM
23
+ - (network) Lisk
24
+ - (network) Lisk Sepolia
25
+ - (network) ZKsync
26
+ - (network) BOB
27
+ - (network) Electroneum
28
+ - New EIP-712 filtering modes (datetime, amount-join)
29
+ - New blind-signing warning flow before every blind-signed transaction flow
30
+ - Ledger Flex support
31
+
32
+ ### Removed
33
+ - (clone) Flare
34
+ - (clone) Flare Coston
35
+ - (clone) Eth Goerli
36
+ - (clone) Eth Ropsten
37
+ - Wallet ID support
38
+ - U2F support
39
+ - Blind-signing setting
40
+
41
+ ### Changed
42
+
43
+ - Renamed Optimism to OP Mainnet
44
+ - Can now store up to 5 assets information (instead of 2)
45
+ - Can now buffer & show multiple EIP-712 fields on one page for NBGL devices
46
+
47
+ ### Fixed
48
+
49
+ - Handling of EIP-712 empty arrays within nested structs
9
50
10
51
## [ 1.10.4] ( https://github.com/ledgerhq/app-ethereum/compare/1.10.3...1.10.4 ) - 2023-03-08
11
52
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
40
40
APPVERSION_M = 1
41
41
APPVERSION_N = 11
42
42
APPVERSION_P = 0
43
- APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) -rc1
43
+ APPVERSION = $(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P )
44
44
45
45
# Application source files
46
46
APP_SOURCE_PATH += src src_features src_plugins
You can’t perform that action at this time.
0 commit comments