Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypto-Python committed Feb 1, 2022
1 parent 3f19866 commit cbf193d
Show file tree
Hide file tree
Showing 121 changed files with 819 additions and 951 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ cardpub.pub
_build
_static
_templates
/cryptnoxcard.ini

cryptnoxcard.egg-info
cryptnoxpro.egg-info
41 changes: 31 additions & 10 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,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/>`_\ ,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

`Unreleased <https://github.com/Cryptnox-Software/cryptnoxcard/compare/v2.0.0...HEAD>`_
`Unreleased <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v2.2.0...HEAD>`_
-------------------------------------------------------------------------------------------

`2.2.0 <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v2.1.0...2.2.0>`_ - 2022-01-31
------------------------------------------------------------------------------------------------

Changed
^^^^^^^

* Combined two scripts into one
* Demo mode renamed to easy mode
* Application name changed to Cryptnox Pro

Fixed
^^^^^

* Error handling while waiting for card when timeout is exceeded
* Error handling when a user enters value for mnemonic that is invalid for BIP39
* Input for user key description to allow numbers and letters
* Crash when showing seed backup options for AWS server

`2.1.0 <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v2.0.0...2.1.0>`_ - 2022-01-04
------------------------------------------------------------------------------------------------

Added
^^^^^

Expand All @@ -21,7 +42,7 @@ Fixed

* Exception handling in multiple places.

`2.0.0 <https://github.com/Cryptnox-Software/cryptnoxcard/compare/v1.3.2...2.0.0>`_ - 2021-10-13
`2.0.0 <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v1.3.2...2.0.0>`_ - 2021-10-13
------------------------------------------------------------------------------------------------

Added
Expand All @@ -46,7 +67,7 @@ Fixed
* EOS transfer doesn't use sender but behaves as send command


`1.3.2 <https://github.com/Cryptnox-Software/cryptnoxcard/compare/v1.3.1...1.3.2>`_ - 2021-10-13
`1.3.2 <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v1.3.1...1.3.2>`_ - 2021-10-13
------------------------------------------------------------------------------------------------

Changed
Expand All @@ -61,15 +82,15 @@ Fixed
* ``exit`` keyword when input is requested from user, like PIN or PUK code
* Bitcoin sending with multiple inputs is rejected by the node

`1.3.1 <https://github.com/Cryptnox-Software/cryptnoxcard/compare/v1.3.0...1.3.1>`_ - 2021-10-07
`1.3.1 <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v1.3.0...1.3.1>`_ - 2021-10-07
------------------------------------------------------------------------------------------------

Fixed
^^^^^

* Crash when calling config under currencies

`1.3.0 <https://github.com/Cryptnox-Software/cryptnoxcard/compare/v1.2.0...1.3.0>`_ - 2021-10-06
`1.3.0 <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v1.2.0...1.3.0>`_ - 2021-10-06
------------------------------------------------------------------------------------------------

Added
Expand All @@ -88,7 +109,7 @@ Fixed
* When waiting for card after card is detected the application crashes.
* Ethereum network name conversion

`1.2.0 <https://github.com/Cryptnox-Software/cryptnoxcard/compare/v1.1.0...1.2.0>`_ - 2021-09-16
`1.2.0 <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v1.1.0...1.2.0>`_ - 2021-09-16
------------------------------------------------------------------------------------------------

Added
Expand All @@ -112,7 +133,7 @@ Fixed
* In demo mode when asked for PUK code, entering anything will go into loop asking for the code.
* There is no message when adding piv, but piv is not present

`1.1.0 <https://github.com/Cryptnox-Software/cryptnoxcard/compare/v1.0.2...1.1.0>`_ - 2021-09-16
`1.1.0 <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v1.0.2...1.1.0>`_ - 2021-09-16
------------------------------------------------------------------------------------------------

Added
Expand All @@ -121,7 +142,7 @@ Added
* Backup and restore of entropy for seed generation to KMS in HSM.


`1.0.2 <https://github.com/Cryptnox-Software/cryptnoxcard/compare/v1.0.1...1.0.2>`_ - 2021-09-09
`1.0.2 <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v1.0.1...1.0.2>`_ - 2021-09-09
------------------------------------------------------------------------------------------------

Changed
Expand All @@ -130,15 +151,15 @@ Changed
* Improve setup process.


`1.0.1 <https://github.com/Cryptnox-Software/cryptnoxcard/compare/v1.0.0...1.0.1>`_ - 2021-08-20
`1.0.1 <https://github.com/Cryptnox-Software/cryptnoxpro/compare/v1.0.0...1.0.1>`_ - 2021-08-20
------------------------------------------------------------------------------------------------

Fixed
^^^^^

* Update package on PiPI.

`1.0.0 <https://github.com/Cryptnox-Software/cryptnoxcard/releases/tag/v1.0.0>`_ - 2021-08-20
`1.0.0 <https://github.com/Cryptnox-Software/cryptnoxpro/releases/tag/v1.0.0>`_ - 2021-08-20
---------------------------------------------------------------------------------------------

Added
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include LICENSE
include CHANGELOG.rst
include README.rst
include cryptnoxcard/contract_abi/*.json
include cryptnoxcard/lib/cryptos/english.txt
include cryptnoxpro/contract_abi/*.json
include cryptnoxpro/lib/cryptos/english.txt
Loading

0 comments on commit cbf193d

Please sign in to comment.