Skip to content

Commit 6b05a0c

Browse files
Merge pull request #540 from LedgerHQ/rel/apa/1.10.4
1.10.4 changelog & version number
2 parents e143582 + 37989bd commit 6b05a0c

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,38 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ APP_LOAD_PARAMS += --path "1517992542'/1101353413'"
3535
APPVERSION_M = 1
3636
APPVERSION_N = 10
3737
APPVERSION_P = 4
38-
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
38+
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
3939
APP_LOAD_FLAGS = --appFlags 0xa40 --dep Ethereum:$(APPVERSION)
4040

4141
###########################

0 commit comments

Comments
 (0)