File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,24 @@ 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.14.0] ( https://github.com/ledgerhq/app-ethereum/compare/1.13.0...1.14.0 ) - 202x-xx-xx
8
+ ## [ 1.14.0] ( https://github.com/ledgerhq/app-ethereum/compare/1.13.0...1.14.0 ) - 2024-12-19
9
+
10
+ ### Added
11
+
12
+ - (network) Zero
13
+ - Generic clear-signing support
14
+
15
+ ### Changed
16
+
17
+ - Renamed "Address" field in ERC-20 approval flow to "Approve to"
18
+ - Blind-signing flow now shows transaction hash (keccak-256 of the RLP without v/r/s)
19
+ - Blind-signing flow now hides the amount if it is 0
20
+
21
+ ### Fixed
22
+
23
+ - Version comparison in trusted name feature
24
+ - Key ID & public key used for trusted names coming from CAL
25
+ - PKI key usage in trusted name feature
9
26
10
27
## [ 1.13.0] ( https://github.com/ledgerhq/app-ethereum/compare/1.12.2...1.13.0 ) - 2024-11-26
11
28
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 = 14
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