Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 910 Bytes

CHANGELOG.md

File metadata and controls

47 lines (29 loc) · 910 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2021-08-02

Added

  • Inital commit with the brand new Hathor application
  • Sign TX command
  • Get XPUB command
  • Confirm address command
  • HTR + Version command

[1.0.1] - 2021-09-22

Added

  • Support for Nano X

[1.1.0] - 2022-02-4

Added

  • Sign token command
  • Reset all token signatures command
  • Verify token signature command
  • Send token command

Changed

  • Sign TX command now supports transactions with custom tokens

[1.1.1] - 2024-03-12

Added

  • CodeQL security check

Changed

  • Code improvements to prevent null pointer exception and buffer overflow.
  • Update deprecated OS calls
  • Clean dead code