Skip to content

Commit

Permalink
Merge branch 'release/24.06'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Jun 15, 2024
2 parents 61fe990 + da75d8f commit 88ae406
Show file tree
Hide file tree
Showing 22 changed files with 1,025 additions and 34 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-01-03T12:26:50+00:00
2024-05-27T12:16:37+00:00
4 changes: 2 additions & 2 deletions common/protob/messages-bitcoin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ message SignTx {
required uint32 fee_rate = 1; // coordination fee rate in units of 10^-6 percent
required uint64 no_fee_threshold = 2; // PlebsDontPayThreshold in Wasabi, the input amount above which the fee rate applies
required uint64 min_registrable_amount = 3; // minimum registrable output amount
required bytes mask_public_key = 4; // ephemeral secp256k1 public key used for masking coinjoin_flags, 33 bytes in compressed form
required bytes signature = 5; // the trusted party's signature of the CoinJoin request digest
optional bytes mask_public_key = 4; // ephemeral secp256k1 public key used for masking coinjoin_flags, 33 bytes in compressed form
optional bytes signature = 5; // the trusted party's signature of the CoinJoin request digest
}
}

Expand Down
1 change: 0 additions & 1 deletion core/.changelog.d/+slip39.added

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

36 changes: 36 additions & 0 deletions core/CHANGELOG.T2B1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ 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.7.2] (14th June 2024)

### Fixed
- Fixed device freeze after setup. [#3925]
- Translation fixes. [#3916]


## [2.7.1] (internal release)

### Added
- Added basic support for STM32U5. [#3370]
- Cardano: Added support for tagged sets in CBOR (tag 258). [#3496]
- Cardano: Added support for Conway certificates. [#3496]
- Added ability to request Shamir backups with any number of groups/shares. [#3636]
- Added support for repeated backups. [#3640]
- Support extendable backup flag in SLIP-39.

### Changed
- Cardano: Increased max URL length to 128 bytes. [#3496]

### Fixed
- Translate also texts for PIN progress loaders. [#3520]


## [2.7.0] (20th March 2024)

### Added
Expand Down Expand Up @@ -838,6 +862,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
[#3206]: https://github.com/trezor/trezor-firmware/pull/3206
[#3208]: https://github.com/trezor/trezor-firmware/pull/3208
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
[#3218]: https://github.com/trezor/trezor-firmware/pull/3218
[#3237]: https://github.com/trezor/trezor-firmware/pull/3237
Expand All @@ -849,6 +874,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3296]: https://github.com/trezor/trezor-firmware/pull/3296
[#3311]: https://github.com/trezor/trezor-firmware/pull/3311
[#3359]: https://github.com/trezor/trezor-firmware/pull/3359
[#3370]: https://github.com/trezor/trezor-firmware/pull/3370
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
[#3411]: https://github.com/trezor/trezor-firmware/pull/3411
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
Expand All @@ -858,5 +884,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
[#3477]: https://github.com/trezor/trezor-firmware/pull/3477
[#3496]: https://github.com/trezor/trezor-firmware/pull/3496
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517
[#3520]: https://github.com/trezor/trezor-firmware/pull/3520
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940
37 changes: 37 additions & 0 deletions core/CHANGELOG.T2T1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ 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.7.2] (14th June 2024)

### Fixed
- Translation fixes. [#3916]


## [2.7.1] (internal release)

### Added
- Added user adjustable brightness setting. [#3208]
- Added basic support for STM32U5. [#3370]
- Cardano: Added support for tagged sets in CBOR (tag 258). [#3496]
- Cardano: Added support for Conway certificates. [#3496]
- Added ability to request Shamir backups with any number of groups/shares. [#3636]
- Added support for repeated backups. [#3640]
- Allow SD card hotswap based on production date. [#3940]
- Support extendable backup flag in SLIP-39.

### Changed
- Cardano: Increased max URL length to 128 bytes. [#3496]

### Fixed
- Translate also texts for PIN progress loaders. [#3520]


## [2.7.0] (20th March 2024)

### Added
Expand Down Expand Up @@ -836,6 +861,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
[#3206]: https://github.com/trezor/trezor-firmware/pull/3206
[#3208]: https://github.com/trezor/trezor-firmware/pull/3208
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
[#3218]: https://github.com/trezor/trezor-firmware/pull/3218
[#3237]: https://github.com/trezor/trezor-firmware/pull/3237
Expand All @@ -847,6 +873,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3296]: https://github.com/trezor/trezor-firmware/pull/3296
[#3311]: https://github.com/trezor/trezor-firmware/pull/3311
[#3359]: https://github.com/trezor/trezor-firmware/pull/3359
[#3370]: https://github.com/trezor/trezor-firmware/pull/3370
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
[#3411]: https://github.com/trezor/trezor-firmware/pull/3411
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
Expand All @@ -856,5 +883,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
[#3477]: https://github.com/trezor/trezor-firmware/pull/3477
[#3496]: https://github.com/trezor/trezor-firmware/pull/3496
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517
[#3520]: https://github.com/trezor/trezor-firmware/pull/3520
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940
Loading

0 comments on commit 88ae406

Please sign in to comment.