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]
- Re-introduce ability to spend pre-Overwinter UTXO on Zcash-like coins. [#1030]
## 2.3.1 [Jun 2020]
## 2.3.1 [June 2020]
### Changed
- Refactor Bitcoin signing
@ -61,7 +61,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security
- Stream previous tx also for Segwit inputs
## 2.3.0 [Apr 2020]
## 2.3.0 [April 2020]
### Added
- 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
- Monero: add confirmation dialog for unlock_time
## 2.2.0 [Jan 2020]
## 2.2.0 [January 2020]
### Added
- 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.
- Disallow changing of settings via dry-run recovery.
## 2.1.8 [Nov 2019]
## 2.1.8 [November 2019]
### Added
- 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 improvements.
## 2.1.7 [Oct 2019]
## 2.1.7 [October 2019]
### Fixed
- Fix low memory issue.
## 2.1.6 [Oct 2019]
## 2.1.6 [October 2019]
### Added
- Super Shamir.
@ -124,7 +124,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- 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
- 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 Wanchain signing.
## 2.1.4 [Aug 2019 hotfix]
## 2.1.4 [August 2019 hotfix]
### Fixed
- Shamir Backup reset device hotfix.
## 2.1.3 [Aug 2019]
## 2.1.3 [August 2019]
### Added
- 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
- Shamir Backup feature preview.
## 2.1.1 [Jun 2019]
## 2.1.1 [June 2019]
### Added
- EOS support.
@ -170,7 +170,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Monero UI fixes.
- Speed and memory optimizations.
## 2.1.0 [Mar 2019]
## 2.1.0 [March 2019]
### Added
- 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.
- Upgraded to new storage format.
## 2.0.10 [Dec 2018]
## 2.0.10 [December 2018]
### Added
- 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 issue with touch screen and flickering.
## 2.0.9 [Nov 2018]
## 2.0.9 [November 2018]
### Fixed
- Small Monero and Segwit bugfixes.
## 2.0.8 [Oct 2018]
## 2.0.8 [October 2018]
### Added
- 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.
- Implemented seedless setup.
## 2.0.7 [Jun 2018]
## 2.0.7 [June 2018]
### Added
- 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 500+ new Ethereum tokens.
## 2.0.6 [Mar 2018]
## 2.0.6 [March 2018]
### Added
- 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 public key generation for SSH and GPG.
## 2.0.5 [Mar 2018]
## 2.0.5 [March 2018]
### Added
- First public release.

@ -19,22 +19,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security
## 1.8.0 [Feb 2019]
## 1.8.0 [February 2019]
### Changed
- Make the update process more similar to Model T process.
## 1.6.1 [Dec 2018]
## 1.6.1 [December 2018]
### Fixed
- Fix USB issue on some Windows 10 installations.
## 1.6.0 [Sep 2018]
## 1.6.0 [September 2018]
### Changed
- Switch from HID to WebUSB.
## 1.5.1 [Aug 2018]
## 1.5.1 [August 2018]
### Fixed
- Improve MPU configuration.
@ -44,7 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Make unofficial firmwares work again.
## 1.4.0 [Mar 2018]
## 1.4.0 [March 2018]
### Added
- 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.
- Activate MPU and don't switch VTOR table for unofficial firmware.
## 1.3.3 [Aug 2017]
## 1.3.3 [August 2017]
### Added
- 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 SRAM on application start.
## 1.3.2 [Jul 2017]
## 1.3.2 [July 2017]
### Added
- 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 stack protector fault.
## 1.3.1 [Feb 2017]
## 1.3.1 [February 2017]
### Fixed
- Fix button testing so it does not break USB communication.
## 1.3.0 [Oct 2016]
## 1.3.0 [October 2016]
### Added
- 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.
- Don't halt on broken firware, stay in bootloader.
## 1.2.8 [Sep 2016]
## 1.2.8 [September 2016]
### Fixed
- 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
- Optimize speed of firmware update.
## 1.2.6 [Feb 2016]
## 1.2.6 [February 2016]
### Changed
- 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
- Use stack protector.
## 1.2.5 [Oct 2014]
## 1.2.5 [October 2014]
### Added
- Initial import of code.

@ -35,12 +35,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security
- 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
- Stream previous tx also for Segwit inputs.
## 1.9.0 [Apr 2020]
## 1.9.0 [April 2020]
### Added
- 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.
- Show xpubs with multisig get_address.
## 1.8.3 [Sep 2019]
## 1.8.3 [September 2019]
### Fixed
- Small code improvements.
## 1.8.2 [Aug 2019]
## 1.8.2 [August 2019]
### Fixed
- 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 OMNI transactions parsing.
## 1.8.0 [Feb 2019]
## 1.8.0 [February 2019]
### Added
- 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.
- Upgraded to new storage format.
## 1.7.3 [Dec 2018]
## 1.7.3 [December 2018]
### Fixed
- Fix USB issue on some Windows 10 installations.
## 1.7.2 [Dec 2018]
## 1.7.2 [December 2018]
### Added
- 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.
- Don't ask for PIN if it has been just set.
## 1.7.1 [Oct 2018]
## 1.7.1 [October 2018]
### Added
- Add support for Lisk.
- Add support for Zcash Sapling hardfork.
- Implement seedless setup.
## 1.7.0 [Sep 2018]
## 1.7.0 [September 2018]
### Added
- 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.
- Included bootloader 1.6.0.
## 1.6.3 [Aug 2018]
## 1.6.3 [August 2018]
### Added
- 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
- Improve MPU configuration.
## 1.6.2 [Jun 2018]
## 1.6.2 [June 2018]
### Added
- 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
- Included bootloader 1.5.0.
## 1.6.1 [Mar 2018]
## 1.6.1 [March 2018]
### Changed
- 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 issue with write-protection settings.
## 1.6.0 [Nov 2017]
## 1.6.0 [November 2017]
### Added
- 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).
- Ed25519 collective signatures (CoSi) support.
## 1.5.2 [Aug 2017]
## 1.5.2 [August 2017]
### Security
- Clean memory on start.
- Fix storage import from older versions.
## 1.5.1 [Jul 2017]
## 1.5.1 [July 2017]
### Added
- 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 ERC-20 tokens for Ethereum chains.
## 1.4.2 [Jan 2017]
## 1.4.2 [January 2017]
### Added
- 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 USB, U2F and GPG fixes.
## 1.4.1 [Oct 2016]
## 1.4.1 [October 2016]
### Added
- 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.
- Confirm dialog for U2F counter change.
## 1.4.0 [Aug 2016]
## 1.4.0 [August 2016]
### Added
- U2F support.
@ -222,7 +222,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- GPG decryption support.
- Zcash support.
## 1.3.6 [Jun 2016]
## 1.3.6 [June 2016]
### Added
- 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
- Fix message signing for altcoins.
## 1.3.5 [Feb 2016]
## 1.3.5 [February 2016]
### Changed
- 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
- Optimizations for simultaneous access when more applications try communicate with the device.
## 1.3.4 [Aug 2015]
## 1.3.4 [August 2015]
### Added
- 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 maxfee per kb for coins.
## 1.3.3 [Apr 2015]
## 1.3.3 [April 2015]
### Added
- 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
- Signing speed improved.
## 1.3.2 [Mar 2015]
## 1.3.2 [March 2015]
### Added
- 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
- PIN checking in constant time.
## 1.3.1 [Feb 2015]
## 1.3.1 [February 2015]
### Added
- Enabled OP_RETURN.
@ -287,20 +287,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Made PIN delay increase immune against hardware hacking.
## 1.3.0 [Dec 2014]
## 1.3.0 [December 2014]
### Added
- Added multisig support.
- Added visual validation of receiving address.
- Added ECIES encryption capabilities.
## 1.2.1 [Jul 2014]
## 1.2.1 [July 2014]
### Added
- Added stack overflow protection.
- Added compatibility with Trezor Bridge.
## 1.2.0 [Jul 2014]
## 1.2.0 [July 2014]
### Changed
- 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
- Fix false positives for fee warning.
## 1.1.0 [Jun 2014]
## 1.1.0 [June 2014]
### Added
- 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.
- Better handling of unexpected messages.
## 1.0.0 [Apr 2014]
## 1.0.0 [April 2014]
### Added
- Added support for streaming of transactions into the device.

Loading…
Cancel
Save