Merge pull request #610 from LedgerHQ/rel/apa/1.11.0
1.11.0 changelog & version number
This commit is contained in:
43
CHANGELOG.md
43
CHANGELOG.md
@@ -5,7 +5,48 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [1.11.0](https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0) - 2023-XX-XX
|
## [1.11.0](https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0) - 2023-07-24
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- (network) Base Sepolia
|
||||||
|
- (network) Blast
|
||||||
|
- (network) Blast Sepolia
|
||||||
|
- (network) Mantle
|
||||||
|
- (network) Mantle Sepolia
|
||||||
|
- (network) Arbitrum Sepolia
|
||||||
|
- (network) Linea Sepolia
|
||||||
|
- (network) OP Sepolia
|
||||||
|
- (network) Etherlink Mainnet
|
||||||
|
- (network) ZetaChain
|
||||||
|
- (network) Astar zkEVM
|
||||||
|
- (network) Lisk
|
||||||
|
- (network) Lisk Sepolia
|
||||||
|
- (network) ZKsync
|
||||||
|
- (network) BOB
|
||||||
|
- (network) Electroneum
|
||||||
|
- New EIP-712 filtering modes (datetime, amount-join)
|
||||||
|
- New blind-signing warning flow before every blind-signed transaction flow
|
||||||
|
- Ledger Flex support
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- (clone) Flare
|
||||||
|
- (clone) Flare Coston
|
||||||
|
- (clone) Eth Goerli
|
||||||
|
- (clone) Eth Ropsten
|
||||||
|
- Wallet ID support
|
||||||
|
- U2F support
|
||||||
|
- Blind-signing setting
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Renamed Optimism to OP Mainnet
|
||||||
|
- Can now store up to 5 assets information (instead of 2)
|
||||||
|
- Can now buffer & show multiple EIP-712 fields on one page for NBGL devices
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Handling of EIP-712 empty arrays within nested structs
|
||||||
|
|
||||||
## [1.10.4](https://github.com/ledgerhq/app-ethereum/compare/1.10.3...1.10.4) - 2023-03-08
|
## [1.10.4](https://github.com/ledgerhq/app-ethereum/compare/1.10.3...1.10.4) - 2023-03-08
|
||||||
|
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -40,7 +40,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
|
|||||||
APPVERSION_M = 1
|
APPVERSION_M = 1
|
||||||
APPVERSION_N = 11
|
APPVERSION_N = 11
|
||||||
APPVERSION_P = 0
|
APPVERSION_P = 0
|
||||||
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-rc1
|
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
|
||||||
|
|
||||||
# Application source files
|
# Application source files
|
||||||
APP_SOURCE_PATH += src src_features src_plugins
|
APP_SOURCE_PATH += src src_features src_plugins
|
||||||
|
|||||||
Reference in New Issue
Block a user