Skip to content

Commit

Permalink
Merge branch 'release/24.09'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Sep 16, 2024
2 parents 19e3c4d + 7f373ae commit 24a15c3
Show file tree
Hide file tree
Showing 26 changed files with 1,105 additions and 29 deletions.
2 changes: 1 addition & 1 deletion common/defs/ethereum/released-definitions-timestamp.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-07-09T10:03:06+00:00
2024-08-26T14:28:10+00:00
1 change: 0 additions & 1 deletion core/.changelog.d/3797.fixed

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/3858.fixed

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/3859.fixed

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/3990.fixed

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/4054.added

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/4093.changed

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/4093.fixed

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/4099.added

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/4119.removed

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/4142.fixed

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/4151.changed

This file was deleted.

1 change: 0 additions & 1 deletion core/.changelog.d/noissue.fixed

This file was deleted.

27 changes: 27 additions & 0 deletions core/CHANGELOG.T2B1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ 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.3] (unreleased)

### Added
- 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
- 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] (unreleased)

### Added
Expand Down Expand Up @@ -917,7 +934,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 +954,17 @@ 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
[#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
25 changes: 25 additions & 0 deletions core/CHANGELOG.T2T1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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.3] (unreleased)

### Added
- 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
- Fix persistent word when going to previous word during recovery process. [#3859]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]

## [2.8.1] (21st August 2024)

### Added
Expand Down Expand Up @@ -911,7 +927,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 +953,11 @@ 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
[#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
Loading

0 comments on commit 24a15c3

Please sign in to comment.