core+legacy: expand month names in changelogs

pull/1173/head
Pavol Rusnak 4 years ago
parent fa39948683
commit fd2ddbfb03
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -52,7 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix QR code overlapping in Monero address. monero-gui#2960, [#1074] - Fix QR code overlapping in Monero address. monero-gui#2960, [#1074]
- Re-introduce ability to spend pre-Overwinter UTXO on Zcash-like coins. [#1030] - Re-introduce ability to spend pre-Overwinter UTXO on Zcash-like coins. [#1030]
## 2.3.1 [Jun 2020] ## 2.3.1 [June 2020]
### Changed ### Changed
- Refactor Bitcoin signing - Refactor Bitcoin signing
@ -61,7 +61,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security ### Security
- Stream previous tx also for Segwit inputs - Stream previous tx also for Segwit inputs
## 2.3.0 [Apr 2020] ## 2.3.0 [April 2020]
### Added ### Added
- Cache up to 10 sessions (passphrases) - Cache up to 10 sessions (passphrases)
@ -78,7 +78,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Properly limit passphrase to 50 bytes and not 50 characters - Properly limit passphrase to 50 bytes and not 50 characters
- Monero: add confirmation dialog for unlock_time - Monero: add confirmation dialog for unlock_time
## 2.2.0 [Jan 2020] ## 2.2.0 [January 2020]
### Added ### Added
- Add feature to retrieve the next U2F counter. - Add feature to retrieve the next U2F counter.
@ -96,7 +96,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Remove unused ButtonRequest.data field. - Remove unused ButtonRequest.data field.
- Disallow changing of settings via dry-run recovery. - Disallow changing of settings via dry-run recovery.
## 2.1.8 [Nov 2019] ## 2.1.8 [November 2019]
### Added ### Added
- Support Tezos 005-BABYLON hardfork. - Support Tezos 005-BABYLON hardfork.
@ -105,12 +105,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security ### Security
- Security improvements. - Security improvements.
## 2.1.7 [Oct 2019] ## 2.1.7 [October 2019]
### Fixed ### Fixed
- Fix low memory issue. - Fix low memory issue.
## 2.1.6 [Oct 2019] ## 2.1.6 [October 2019]
### Added ### Added
- Super Shamir. - Super Shamir.
@ -124,7 +124,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- Fix storage keys module visibility bug (6ad329) introduced in 2.1.3 (46e4c0) which was breaking upgrades. - Fix storage keys module visibility bug (6ad329) introduced in 2.1.3 (46e4c0) which was breaking upgrades.
## 2.1.5 [Sep 2019] ## 2.1.5 [September 2019]
### Added ### Added
- Binance Coin support. - Binance Coin support.
@ -135,12 +135,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix UI for Shamir with 33 words. - Fix UI for Shamir with 33 words.
- Fix Wanchain signing. - Fix Wanchain signing.
## 2.1.4 [Aug 2019 hotfix] ## 2.1.4 [August 2019 hotfix]
### Fixed ### Fixed
- Shamir Backup reset device hotfix. - Shamir Backup reset device hotfix.
## 2.1.3 [Aug 2019] ## 2.1.3 [August 2019]
### Added ### Added
- Shamir Backup with Recovery persistence. - Shamir Backup with Recovery persistence.
@ -154,7 +154,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added ### Added
- Shamir Backup feature preview. - Shamir Backup feature preview.
## 2.1.1 [Jun 2019] ## 2.1.1 [June 2019]
### Added ### Added
- EOS support. - EOS support.
@ -170,7 +170,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Monero UI fixes. - Monero UI fixes.
- Speed and memory optimizations. - Speed and memory optimizations.
## 2.1.0 [Mar 2019] ## 2.1.0 [March 2019]
### Added ### Added
- New coins: ATS, AXE, FLO, GIN, KMD, NIX, PIVX, REOSC, XPM, XSN, ZCL. - New coins: ATS, AXE, FLO, GIN, KMD, NIX, PIVX, REOSC, XPM, XSN, ZCL.
@ -186,7 +186,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Security improvements. - Security improvements.
- Upgraded to new storage format. - Upgraded to new storage format.
## 2.0.10 [Dec 2018] ## 2.0.10 [December 2018]
### Added ### Added
- Add support for OMNI layer: OMNI/MAID/USDT. - Add support for OMNI layer: OMNI/MAID/USDT.
@ -200,12 +200,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix Monero payment ID computation. - Fix Monero payment ID computation.
- Fix issue with touch screen and flickering. - Fix issue with touch screen and flickering.
## 2.0.9 [Nov 2018] ## 2.0.9 [November 2018]
### Fixed ### Fixed
- Small Monero and Segwit bugfixes. - Small Monero and Segwit bugfixes.
## 2.0.8 [Oct 2018] ## 2.0.8 [October 2018]
### Added ### Added
- Monero support. - Monero support.
@ -219,7 +219,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Zcash sapling hardfork support. - Zcash sapling hardfork support.
- Implemented seedless setup. - Implemented seedless setup.
## 2.0.7 [Jun 2018] ## 2.0.7 [June 2018]
### Added ### Added
- Bitcoin Cash cashaddr support. - Bitcoin Cash cashaddr support.
@ -231,7 +231,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Support for new Ethereum networks (EOSC, ETHS, ELLA, CTL, EGEM, WAN). - Support for new Ethereum networks (EOSC, ETHS, ELLA, CTL, EGEM, WAN).
- Support for 500+ new Ethereum tokens. - Support for 500+ new Ethereum tokens.
## 2.0.6 [Mar 2018] ## 2.0.6 [March 2018]
### Added ### Added
- Add special characters to passphrase keyboard. - Add special characters to passphrase keyboard.
@ -240,7 +240,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix layout for Ethereum transactions. - Fix layout for Ethereum transactions.
- Fix public key generation for SSH and GPG. - Fix public key generation for SSH and GPG.
## 2.0.5 [Mar 2018] ## 2.0.5 [March 2018]
### Added ### Added
- First public release. - First public release.

@ -19,22 +19,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security ### Security
## 1.8.0 [Feb 2019] ## 1.8.0 [February 2019]
### Changed ### Changed
- Make the update process more similar to Model T process. - Make the update process more similar to Model T process.
## 1.6.1 [Dec 2018] ## 1.6.1 [December 2018]
### Fixed ### Fixed
- Fix USB issue on some Windows 10 installations. - Fix USB issue on some Windows 10 installations.
## 1.6.0 [Sep 2018] ## 1.6.0 [September 2018]
### Changed ### Changed
- Switch from HID to WebUSB. - Switch from HID to WebUSB.
## 1.5.1 [Aug 2018] ## 1.5.1 [August 2018]
### Fixed ### Fixed
- Improve MPU configuration. - Improve MPU configuration.
@ -44,7 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- Make unofficial firmwares work again. - Make unofficial firmwares work again.
## 1.4.0 [Mar 2018] ## 1.4.0 [March 2018]
### Added ### Added
- More flash-write tests. - More flash-write tests.
@ -54,7 +54,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Don't restore storage from unofficial firmware. - Don't restore storage from unofficial firmware.
- Activate MPU and don't switch VTOR table for unofficial firmware. - Activate MPU and don't switch VTOR table for unofficial firmware.
## 1.3.3 [Aug 2017] ## 1.3.3 [August 2017]
### Added ### Added
- Add self-test. - Add self-test.
@ -63,7 +63,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Erase metadata backup after usage. - Erase metadata backup after usage.
- Erase SRAM on application start. - Erase SRAM on application start.
## 1.3.2 [Jul 2017] ## 1.3.2 [July 2017]
### Added ### Added
- Add self-test. - Add self-test.
@ -77,12 +77,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix usage of RNG before setup. - Fix usage of RNG before setup.
- Fix stack protector fault. - Fix stack protector fault.
## 1.3.1 [Feb 2017] ## 1.3.1 [February 2017]
### Fixed ### Fixed
- Fix button testing so it does not break USB communication. - Fix button testing so it does not break USB communication.
## 1.3.0 [Oct 2016] ## 1.3.0 [October 2016]
### Added ### Added
- Add test for buttons. - Add test for buttons.
@ -92,7 +92,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Return firmware_present in Features response. - Return firmware_present in Features response.
- Don't halt on broken firware, stay in bootloader. - Don't halt on broken firware, stay in bootloader.
## 1.2.8 [Sep 2016] ## 1.2.8 [September 2016]
### Fixed ### Fixed
- Don't halt on broken firmware. - Don't halt on broken firmware.
@ -102,7 +102,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed ### Changed
- Optimize speed of firmware update. - Optimize speed of firmware update.
## 1.2.6 [Feb 2016] ## 1.2.6 [February 2016]
### Changed ### Changed
- Show hash of unofficial firmware. - Show hash of unofficial firmware.
@ -111,7 +111,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- Use stack protector. - Use stack protector.
## 1.2.5 [Oct 2014] ## 1.2.5 [October 2014]
### Added ### Added
- Initial import of code. - Initial import of code.

@ -35,12 +35,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security ### Security
- Adds a security check to prevent potential issues with paths used in altcoin transactions. - Adds a security check to prevent potential issues with paths used in altcoin transactions.
## 1.9.1 [Jun 2020] ## 1.9.1 [June 2020]
### Security ### Security
- Stream previous tx also for Segwit inputs. - Stream previous tx also for Segwit inputs.
## 1.9.0 [Apr 2020] ## 1.9.0 [April 2020]
### Added ### Added
- Wipe code. - Wipe code.
@ -56,12 +56,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Disallow changing of settings via dry-run recovery. - Disallow changing of settings via dry-run recovery.
- Show xpubs with multisig get_address. - Show xpubs with multisig get_address.
## 1.8.3 [Sep 2019] ## 1.8.3 [September 2019]
### Fixed ### Fixed
- Small code improvements. - Small code improvements.
## 1.8.2 [Aug 2019] ## 1.8.2 [August 2019]
### Fixed ### Fixed
- OLED display security improvements. - OLED display security improvements.
@ -73,7 +73,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix fault when using the device with no PIN. - Fix fault when using the device with no PIN.
- Fix OMNI transactions parsing. - Fix OMNI transactions parsing.
## 1.8.0 [Feb 2019] ## 1.8.0 [February 2019]
### Added ### Added
- New coins: ATS, KMD, XPM, XSN, ZCL. - New coins: ATS, KMD, XPM, XSN, ZCL.
@ -89,12 +89,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Security improvements. - Security improvements.
- Upgraded to new storage format. - Upgraded to new storage format.
## 1.7.3 [Dec 2018] ## 1.7.3 [December 2018]
### Fixed ### Fixed
- Fix USB issue on some Windows 10 installations. - Fix USB issue on some Windows 10 installations.
## 1.7.2 [Dec 2018] ## 1.7.2 [December 2018]
### Added ### Added
- Add support for OMNI layer: OMNI/MAID/USDT. - Add support for OMNI layer: OMNI/MAID/USDT.
@ -106,14 +106,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- U2F fixes. - U2F fixes.
- Don't ask for PIN if it has been just set. - Don't ask for PIN if it has been just set.
## 1.7.1 [Oct 2018] ## 1.7.1 [October 2018]
### Added ### Added
- Add support for Lisk. - Add support for Lisk.
- Add support for Zcash Sapling hardfork. - Add support for Zcash Sapling hardfork.
- Implement seedless setup. - Implement seedless setup.
## 1.7.0 [Sep 2018] ## 1.7.0 [September 2018]
### Added ### Added
- Add support for Stellar. - Add support for Stellar.
@ -122,7 +122,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Switch from HID to WebUSB. - Switch from HID to WebUSB.
- Included bootloader 1.6.0. - Included bootloader 1.6.0.
## 1.6.3 [Aug 2018] ## 1.6.3 [August 2018]
### Added ### Added
- Implement RSKIP-60 Ethereum checksum encoding. - Implement RSKIP-60 Ethereum checksum encoding.
@ -135,7 +135,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security ### Security
- Improve MPU configuration. - Improve MPU configuration.
## 1.6.2 [Jun 2018] ## 1.6.2 [June 2018]
### Added ### Added
- Add possibility to set custom auto-lock delay. - Add possibility to set custom auto-lock delay.
@ -148,7 +148,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed ### Changed
- Included bootloader 1.5.0. - Included bootloader 1.5.0.
## 1.6.1 [Mar 2018] ## 1.6.1 [March 2018]
### Changed ### Changed
- Use fixed-width font for addresses. - Use fixed-width font for addresses.
@ -158,7 +158,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- Fixed issue with write-protection settings. - Fixed issue with write-protection settings.
## 1.6.0 [Nov 2017] ## 1.6.0 [November 2017]
### Added ### Added
- Native SegWit (Bech32) address support. - Native SegWit (Bech32) address support.
@ -168,13 +168,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Support or new coins (BTG, DGB, MONA). - Support or new coins (BTG, DGB, MONA).
- Ed25519 collective signatures (CoSi) support. - Ed25519 collective signatures (CoSi) support.
## 1.5.2 [Aug 2017] ## 1.5.2 [August 2017]
### Security ### Security
- Clean memory on start. - Clean memory on start.
- Fix storage import from older versions. - Fix storage import from older versions.
## 1.5.1 [Jul 2017] ## 1.5.1 [July 2017]
### Added ### Added
- Enable Segwit for Bitcoin. - Enable Segwit for Bitcoin.
@ -197,7 +197,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Enable Segwit for Testnet and Litecoin. - Enable Segwit for Testnet and Litecoin.
- Enable ERC-20 tokens for Ethereum chains. - Enable ERC-20 tokens for Ethereum chains.
## 1.4.2 [Jan 2017] ## 1.4.2 [January 2017]
### Added ### Added
- New Matrix-based recovery method. - New Matrix-based recovery method.
@ -206,7 +206,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Minor Ethereum fixes (including EIP-155 replay protection). - Minor Ethereum fixes (including EIP-155 replay protection).
- Minor USB, U2F and GPG fixes. - Minor USB, U2F and GPG fixes.
## 1.4.1 [Oct 2016] ## 1.4.1 [October 2016]
### Added ### Added
- Support for Zcash JoinSplit transactions. - Support for Zcash JoinSplit transactions.
@ -214,7 +214,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Enable device lock by pressing left button for 2 seconds. - Enable device lock by pressing left button for 2 seconds.
- Confirm dialog for U2F counter change. - Confirm dialog for U2F counter change.
## 1.4.0 [Aug 2016] ## 1.4.0 [August 2016]
### Added ### Added
- U2F support. - U2F support.
@ -222,7 +222,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- GPG decryption support. - GPG decryption support.
- Zcash support. - Zcash support.
## 1.3.6 [Jun 2016] ## 1.3.6 [June 2016]
### Added ### Added
- Enable advanced transactions such as ones with REPLACE-BY-FEE and CHECKLOCKTIMEVERIFY. - Enable advanced transactions such as ones with REPLACE-BY-FEE and CHECKLOCKTIMEVERIFY.
@ -235,7 +235,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- Fix message signing for altcoins. - Fix message signing for altcoins.
## 1.3.5 [Feb 2016] ## 1.3.5 [February 2016]
### Changed ### Changed
- Double size font for recovery words during the device setup. - Double size font for recovery words during the device setup.
@ -243,7 +243,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- Optimizations for simultaneous access when more applications try communicate with the device. - Optimizations for simultaneous access when more applications try communicate with the device.
## 1.3.4 [Aug 2015] ## 1.3.4 [August 2015]
### Added ### Added
- Screensaver active on ClearSession message. - Screensaver active on ClearSession message.
@ -254,7 +254,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Updated SignIdentity to v2 format. - Updated SignIdentity to v2 format.
- Updated maxfee per kb for coins. - Updated maxfee per kb for coins.
## 1.3.3 [Apr 2015] ## 1.3.3 [April 2015]
### Added ### Added
- Ask for PIN on GetAddress and GetPublicKey. - Ask for PIN on GetAddress and GetPublicKey.
@ -262,7 +262,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- Signing speed improved. - Signing speed improved.
## 1.3.2 [Mar 2015] ## 1.3.2 [March 2015]
### Added ### Added
- Login feature via SignIdentity message. - Login feature via SignIdentity message.
@ -274,7 +274,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security ### Security
- PIN checking in constant time. - PIN checking in constant time.
## 1.3.1 [Feb 2015] ## 1.3.1 [February 2015]
### Added ### Added
- Enabled OP_RETURN. - Enabled OP_RETURN.
@ -287,20 +287,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- Made PIN delay increase immune against hardware hacking. - Made PIN delay increase immune against hardware hacking.
## 1.3.0 [Dec 2014] ## 1.3.0 [December 2014]
### Added ### Added
- Added multisig support. - Added multisig support.
- Added visual validation of receiving address. - Added visual validation of receiving address.
- Added ECIES encryption capabilities. - Added ECIES encryption capabilities.
## 1.2.1 [Jul 2014] ## 1.2.1 [July 2014]
### Added ### Added
- Added stack overflow protection. - Added stack overflow protection.
- Added compatibility with Trezor Bridge. - Added compatibility with Trezor Bridge.
## 1.2.0 [Jul 2014] ## 1.2.0 [July 2014]
### Changed ### Changed
- Better UI for signing/verifying messages. - Better UI for signing/verifying messages.
@ -309,7 +309,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- Fix false positives for fee warning. - Fix false positives for fee warning.
## 1.1.0 [Jun 2014] ## 1.1.0 [June 2014]
### Added ### Added
- Added AES support. - Added AES support.
@ -318,7 +318,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Minor UI fixes. - Minor UI fixes.
- Better handling of unexpected messages. - Better handling of unexpected messages.
## 1.0.0 [Apr 2014] ## 1.0.0 [April 2014]
### Added ### Added
- Added support for streaming of transactions into the device. - Added support for streaming of transactions into the device.

Loading…
Cancel
Save