Skip to content

Commit 1a373e6

Browse files
Merge pull request #675 from LedgerHQ/changelog_update
1.13.0 changelog update & non-dev version number
2 parents 2c574a0 + bb1e01e commit 1a373e6

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,30 @@ 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.13.0](https://github.com/ledgerhq/app-ethereum/compare/1.12.2...1.13.0) - 2024-XX-XX
8+
## [1.13.0](https://github.com/ledgerhq/app-ethereum/compare/1.12.2...1.13.0) - 2024-11-26
9+
10+
### Added
11+
12+
- (clone) IoTeX
13+
- (network) Defi Oracle Meta
14+
- (network) IoTeX
15+
- (network) IoTeX Testnet
16+
- (network) Neo X Mainnet
17+
- (network) Neo X Testnet
18+
- (network) Bitlayer
19+
- (network) Bitlayer Testnet
20+
- Dynamic network handling, can get new networks at runtime from the CAL instead of from the hardcoded list
21+
- Support for Ethermint's non-standard EIP-712 verifyingContract
22+
23+
### Changed
24+
25+
- Improved error handling in swap mode
26+
- Provide NFT info APDU does not require a loaded NFT (721/1155) internal plugin anymore
27+
28+
### Fixed
29+
30+
- Potential overflow on the UI buffer used for amounts
31+
- RLP parsing issue with legacy transactions
932

1033
## [1.12.2](https://github.com/ledgerhq/app-ethereum/compare/1.12.1...1.12.2) - 2024-10-24
1134

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ include ./makefile_conf/chain/$(CHAIN).mk
3838
APPVERSION_M = 1
3939
APPVERSION_N = 13
4040
APPVERSION_P = 0
41-
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
41+
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
4242

4343
# Application source files
4444
APP_SOURCE_PATH += src src_features src_plugins

0 commit comments

Comments
 (0)