Skip to content

Commit

Permalink
add changelog for pipeline Mintlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
OBorce committed Sep 15, 2024
1 parent 2a0e5ec commit 4e26426
Show file tree
Hide file tree
Showing 9 changed files with 482 additions and 4 deletions.
1 change: 1 addition & 0 deletions core/.changelog.d/noissue.fixed.2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added new messages and handles for Mintlayer coin
94 changes: 92 additions & 2 deletions core/CHANGELOG.T2B1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,92 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [2.8.1] (unreleased)
## [2.8.1] (16th September 2024)

### Added
- Initial support for Italian and Portugese translations. [#4047]
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]

### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Renamed MATIC to POL, following a network upgrade. [#4151]

### Removed
- Removed display_random feature. [#4119]

### Fixed
- Added new messages and handles for Mintlayer coin [#noissue]
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fix display orientation "south" [#3990]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]

## [2.8.1] (16th September 2024)

### Added
- Initial support for Italian and Portugese translations. [#4047]
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]

### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Renamed MATIC to POL, following a network upgrade. [#4151]

### Removed
- Removed display_random feature. [#4119]

### Fixed
- Added new messages and handles for Mintlayer coin [#noissue]
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fix display orientation "south" [#3990]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]

## [2.8.4] (16th September 2024)

### Added
- Initial support for Italian and Portugese translations. [#4047]
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]

### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Renamed MATIC to POL, following a network upgrade. [#4151]

### Removed
- Removed display_random feature. [#4119]

### Fixed
- Added new messages and handles for Mintlayer coin [#noissue]
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fix display orientation "south" [#3990]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]

## [2.8.4] (16th September 2024)

### Added
- Initial support for Italian and Portugese translations. [#4047]
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]

### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Renamed MATIC to POL, following a network upgrade. [#4151]

### Removed
- Removed display_random feature. [#4119]

### Fixed
- Added new messages and handles for Mintlayer coin [#noissue]
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fix display orientation "south" [#3990]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]

## [2.8.1] (21st August 2024)

### Added
- Improve precision of PIN timeout countdown. [#4000]

### Changed

### Fixed
- Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976]


## [2.8.0] (9th July 2024)

### Added
Expand Down Expand Up @@ -917,7 +994,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
[#3797]: https://github.com/trezor/trezor-firmware/pull/3797
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
[#3858]: https://github.com/trezor/trezor-firmware/pull/3858
[#3859]: https://github.com/trezor/trezor-firmware/pull/3859
[#3885]: https://github.com/trezor/trezor-firmware/pull/3885
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
[#3896]: https://github.com/trezor/trezor-firmware/pull/3896
Expand All @@ -934,10 +1014,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3972]: https://github.com/trezor/trezor-firmware/pull/3972
[#3976]: https://github.com/trezor/trezor-firmware/pull/3976
[#3987]: https://github.com/trezor/trezor-firmware/pull/3987
[#3990]: https://github.com/trezor/trezor-firmware/pull/3990
[#3992]: https://github.com/trezor/trezor-firmware/pull/3992
[#4000]: https://github.com/trezor/trezor-firmware/pull/4000
[#4006]: https://github.com/trezor/trezor-firmware/pull/4006
[#4023]: https://github.com/trezor/trezor-firmware/pull/4023
[#4030]: https://github.com/trezor/trezor-firmware/pull/4030
[#4047]: https://github.com/trezor/trezor-firmware/pull/4047
[#4054]: https://github.com/trezor/trezor-firmware/pull/4054
[#4060]: https://github.com/trezor/trezor-firmware/pull/4060
[#4063]: https://github.com/trezor/trezor-firmware/pull/4063
[#4093]: https://github.com/trezor/trezor-firmware/pull/4093
[#4099]: https://github.com/trezor/trezor-firmware/pull/4099
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
95 changes: 94 additions & 1 deletion core/CHANGELOG.T2T1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,105 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [2.8.1] (16th September 2024)

### Added
- Initial support for Italian and Portugese translations. [#4047]
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]

### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Renamed MATIC to POL, following a network upgrade. [#4151]

### Removed
- Removed display_random feature. [#4119]

### Fixed
- Added new messages and handles for Mintlayer coin [#noissue]
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]
- Fix spending decred stake outputs. [#4161]

## [2.8.1] (16th September 2024)

### Added
- Initial support for Italian and Portugese translations. [#4047]
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]

### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Renamed MATIC to POL, following a network upgrade. [#4151]

### Removed
- Removed display_random feature. [#4119]

### Fixed
- Added new messages and handles for Mintlayer coin [#noissue]
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]
- Fix spending decred stake outputs. [#4161]

## [2.8.4] (16th September 2024)

### Added
- Initial support for Italian and Portugese translations. [#4047]
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]

### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Renamed MATIC to POL, following a network upgrade. [#4151]

### Removed
- Removed display_random feature. [#4119]

### Fixed
- Added new messages and handles for Mintlayer coin [#noissue]
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]
- Fix spending decred stake outputs. [#4161]

## [2.8.4] (16th September 2024)

### Added
- Initial support for Italian and Portugese translations. [#4047]
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]

### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Renamed MATIC to POL, following a network upgrade. [#4151]

### Removed
- Removed display_random feature. [#4119]

### Fixed
- Added new messages and handles for Mintlayer coin [#noissue]
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]
- Fix spending decred stake outputs. [#4161]

## [2.8.1] (21st August 2024)

### Added
- Improve precision of PIN timeout countdown. [#4000]

### Changed

### Fixed
- Added a progress indicator for the formatting operation. [#3035]
- Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976]


## [2.8.0] (9th July 2024)

### Added

### Changed
- Reworked PIN processing.

### Removed
- CoSi functionality. [#3442]

### Fixed


## [2.7.2] (14th June 2024)

Expand Down Expand Up @@ -911,7 +992,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
[#3797]: https://github.com/trezor/trezor-firmware/pull/3797
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
[#3858]: https://github.com/trezor/trezor-firmware/pull/3858
[#3859]: https://github.com/trezor/trezor-firmware/pull/3859
[#3885]: https://github.com/trezor/trezor-firmware/pull/3885
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
[#3896]: https://github.com/trezor/trezor-firmware/pull/3896
Expand All @@ -934,5 +1018,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4006]: https://github.com/trezor/trezor-firmware/pull/4006
[#4023]: https://github.com/trezor/trezor-firmware/pull/4023
[#4030]: https://github.com/trezor/trezor-firmware/pull/4030
[#4047]: https://github.com/trezor/trezor-firmware/pull/4047
[#4054]: https://github.com/trezor/trezor-firmware/pull/4054
[#4060]: https://github.com/trezor/trezor-firmware/pull/4060
[#4063]: https://github.com/trezor/trezor-firmware/pull/4063
[#4093]: https://github.com/trezor/trezor-firmware/pull/4093
[#4099]: https://github.com/trezor/trezor-firmware/pull/4099
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
109 changes: 108 additions & 1 deletion core/CHANGELOG.T3T1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,102 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [2.8.1] (16th September 2024)

### Added
- Initial support for Italian and Portugese translations. [#4047]
- Added reassuring screen when entering empty passphrase [#4054]
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]

### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Renamed MATIC to POL, following a network upgrade. [#4151]

### Removed
- Removed display_random feature. [#4119]

### Fixed
- Improved ETH staking flow. [#noissue]
- Added new messages and handles for Mintlayer coin [#noissue]
- Redesigned FIDO2 UI. [#3797]
- Improved ETH send flow. [#3858]
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]
- Added missing info about remaining shares in super-shamir recovery. [#4142]
- Fix swipe in ETH stake flow menu and address confirmation. [#4167]

## [2.8.1] (16th September 2024)

### Added
- Initial support for Italian and Portugese translations. [#4047]
- Added reassuring screen when entering empty passphrase [#4054]
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]

### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Renamed MATIC to POL, following a network upgrade. [#4151]

### Removed
- Removed display_random feature. [#4119]

### Fixed
- Improved ETH staking flow. [#noissue]
- Added new messages and handles for Mintlayer coin [#noissue]
- Redesigned FIDO2 UI. [#3797]
- Improved ETH send flow. [#3858]
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]
- Added missing info about remaining shares in super-shamir recovery. [#4142]
- Fix swipe in ETH stake flow menu and address confirmation. [#4167]

## [2.8.4] (16th September 2024)

### Added
- Initial support for Italian and Portugese translations. [#4047]
- Added reassuring screen when entering empty passphrase [#4054]
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]

### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Renamed MATIC to POL, following a network upgrade. [#4151]

### Removed
- Removed display_random feature. [#4119]

### Fixed
- Improved ETH staking flow. [#noissue]
- Added new messages and handles for Mintlayer coin [#noissue]
- Redesigned FIDO2 UI. [#3797]
- Improved ETH send flow. [#3858]
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]
- Added missing info about remaining shares in super-shamir recovery. [#4142]
- Fix swipe in ETH stake flow menu and address confirmation. [#4167]

## [2.8.4] (16th September 2024)

### Added
- Initial support for Italian and Portugese translations. [#4047]
- Added reassuring screen when entering empty passphrase [#4054]
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]

### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Renamed MATIC to POL, following a network upgrade. [#4151]

### Removed
- Removed display_random feature. [#4119]

### Fixed
- Improved ETH staking flow. [#noissue]
- Added new messages and handles for Mintlayer coin [#noissue]
- Redesigned FIDO2 UI. [#3797]
- Improved ETH send flow. [#3858]
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]
- Added missing info about remaining shares in super-shamir recovery. [#4142]
- Fix swipe in ETH stake flow menu and address confirmation. [#4167]

## [2.8.1] (21st August 2024)

### Added
Expand All @@ -27,7 +123,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Adjusted detection of swipes: vertical swipes are preferred over horizontal swipes. [#4060]
- Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976]


## [2.8.0] (9th July 2024)

### Added
Expand Down Expand Up @@ -933,7 +1028,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
[#3797]: https://github.com/trezor/trezor-firmware/pull/3797
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
[#3858]: https://github.com/trezor/trezor-firmware/pull/3858
[#3859]: https://github.com/trezor/trezor-firmware/pull/3859
[#3885]: https://github.com/trezor/trezor-firmware/pull/3885
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
[#3896]: https://github.com/trezor/trezor-firmware/pull/3896
Expand All @@ -956,5 +1054,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4006]: https://github.com/trezor/trezor-firmware/pull/4006
[#4023]: https://github.com/trezor/trezor-firmware/pull/4023
[#4030]: https://github.com/trezor/trezor-firmware/pull/4030
[#4047]: https://github.com/trezor/trezor-firmware/pull/4047
[#4054]: https://github.com/trezor/trezor-firmware/pull/4054
[#4060]: https://github.com/trezor/trezor-firmware/pull/4060
[#4063]: https://github.com/trezor/trezor-firmware/pull/4063
[#4093]: https://github.com/trezor/trezor-firmware/pull/4093
[#4099]: https://github.com/trezor/trezor-firmware/pull/4099
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
Loading

0 comments on commit 4e26426

Please sign in to comment.