bump versions to 1.7.0 (firmware) and 1.6.0 (bootloader)

pull/25/head
Pavol Rusnak 6 years ago
parent 23f03cb6d3
commit dbc129d290
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,3 +1,6 @@
Version 1.6.0 [unreleased]
* Switch from HID to WebUSB
Version 1.5.1
* Improve MPU configuration

@ -21,15 +21,15 @@
#define __BOOTLOADER_H__
#define VERSION_MAJOR 1
#define VERSION_MINOR 5
#define VERSION_PATCH 1
#define VERSION_MINOR 6
#define VERSION_PATCH 0
#define STR(X) #X
#define VERSTR(X) STR(X)
#define VERSION_MAJOR_CHAR "\x01"
#define VERSION_MINOR_CHAR "\x05"
#define VERSION_PATCH_CHAR "\x01"
#define VERSION_MINOR_CHAR "\x06"
#define VERSION_PATCH_CHAR "\x00"
#include <stdbool.h>
#include "memory.h"

@ -1,9 +1,16 @@
Version 1.7.0 [unreleased]
* Stable release, optional update
* Switch from HID to WebUSB
* Add support for Stellar
* Included bootloader 1.6.0
Version 1.6.3
* Stable release, required update
* Implement RSKIP-60 Ethereum checksum encoding
* Add support for new Ethereum networks (ESN, AKA, ETHO, MUSI, PIRL, ATH, GO)
* Add support for new 80 Ethereum tokens
* Improve MPU configuration
* Included bootloader 1.5.1
Version 1.6.2
* Stable release, optional update
@ -15,12 +22,14 @@ Version 1.6.2
* Support for new Ethereum networks:
- EOS Classic, Ethereum Social, Ellaism, Callisto, EtherGem, Wanchain
* Support for 500+ new Ethereum tokens
* Included bootloader 1.5.0
Version 1.6.1
* Stable release, required update
* Use fixed-width font for addresses
* Lots of under-the-hood improvements
* Fixed issue with write-protection settings
* Included bootloader 1.4.0
Version 1.6.0
* Stable release, optional update

@ -23,8 +23,8 @@
#include <stdint.h>
#define VERSION_MAJOR 1
#define VERSION_MINOR 6
#define VERSION_PATCH 3
#define VERSION_MINOR 7
#define VERSION_PATCH 0
#define STR(X) #X
#define VERSTR(X) STR(X)

Loading…
Cancel
Save