Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Releases: EnAccess/OpenPAYGO-Token

v.2.4.0

12 Oct 12:02
d0e3f65
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.2.3.1...v.2.4.0

v.2.3.1

12 Oct 10:40
83687e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v.2.3.1

v2.3.0

22 Feb 15:30
6f4bb5c
Compare
Choose a tag to compare

What's Changed

  • Update .gitignore by @dmohns in #21
  • Fix ModuleNotFoundError when importing openpaygo-token by @dmohns in #24

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

22 Feb 13:49
e30b705
Compare
Choose a tag to compare

What's Changed

  • Removed empty lines in the generated csv file on Windows by @DaniNedo in #20
  • Add packaging of OpenPAYGO as PIP module + small fixes by @benmod in #18

New Contributors

Full Changelog: Full Changelog: v2.2.0...v2.2.1

v2.2.0

01 Mar 09:20
035d3fc
Compare
Choose a tag to compare

What's Changed

  • Packaged into a PIP package (thanks to the work of @wan5xp)
  • Folder structure cleanup
  • Tests improvements

Full Changelog: v2.1.5...v2.2.0

v2.1.5

01 Mar 09:16
b19a924
Compare
Choose a tag to compare

What's Changed

  • Added padding of tokens with 0s by @benmod in #13
  • Modified tests to work with recommended settings for unordered token entry

Full Changelog: v2.1.4...v2.1.5

v2.1.4

01 Mar 09:14
e2fb814
Compare
Choose a tag to compare

What's Changed

  • Added tool to automatically generate spreadsheets with tokens for the test procedure
  • Clarify ambiguity about the re-enabling of PAYG
  • Ensured the example implementations used the recommended values
  • Added full test procedure for the device simulator
  • Clarified UI to differentiate between invalid and already used
  • Clarifications and Test Sheet generator by @benmod in #11

Full Changelog: v2.1.1...v2.1.4

v2.1.1

01 Mar 09:12
9d1c6a6
Compare
Choose a tag to compare

What's Changed

  • Added tool to generate CSV files with device data; the data can then be used for factory setup and software setup
  • Added a tool to flash device data onto devices in factory (from the CSV file); it is compatible with the Arduino examples of the hardware repository
  • 2020-10-23: v2.1.1 release by @benmod in #9

Full Changelog: v2.1.0...v2.1.1

v2.1.0

22 Feb 16:02
b361c5e
Compare
Choose a tag to compare

What's Changed

Note: This version is fully retro-compatible with the v2.0, the tokens themselves do not change. Changes can be implemented on devices that wish to support unordered token entry but are not required. No change is required on servers.

Full Changelog: v2.0.0...v2.1.0

v2.0.0

22 Feb 15:59
Compare
Choose a tag to compare

What's Changed

2019-10-10: v2.0 release

  • Improved the test suite
  • Added an extra example in the implementation documentation
  • Bugfix in the example server implementation leading to count not always being updated correctly
  • Bugfix in the update of count in the python device simulator

2019-09-27:

  • Added signed independent security audit
  • Added documentation as PDF

2019-09-06: v2.0 rc1

  • Added extended token example implementation

2019-08-28: v2.0 beta

  • Fully functional version with all v2.0 features

2019-07-19: v2.0 alpha

  • First functional pre-release version

Full Changelog: https://github.com/EnAccess/OpenPAYGO-Token/commits/v2.0.0