Skip to content

Releases: lmgarret/py-pcbu

0.5.0

19 Nov 14:40
3701bed
Compare
Choose a tag to compare

Added

  • Desktop OS information stored in PCPairing model

Fixed

  • Windows changing username case when cold booting

0.4.1

09 Oct 12:59
d87b059
Compare
Choose a tag to compare

Added

  • Links to project in pyproject.toml

0.4.0

09 Oct 12:46
f20382e
Compare
Choose a tag to compare

Added

  • Command to emulate an Unlock Client

Fixed

  • Log message when an unlock request is not authenticated should now display the ip and port

0.3.0

23 Sep 08:13
Compare
Choose a tag to compare

Added

  • Async support for all components
  • CLI commands and
  • CLI commands pair-client and unlock-server

Fixed

  • Improper unbinding in TCPUnlockServerBase, causing port to be unusable when restarting

0.2.0

18 Sep 13:11
332dbe0
Compare
Choose a tag to compare

Added

  • Command to emulate a Pairing Server

Changed

  • Bump cryptography dependency

Fixed

  • Protocol error with newer app versions

0.1.7

12 Sep 14:53
16028e2
Compare
Choose a tag to compare

Added

  • Allow async listen for TCP unlock server

0.1.6

12 Sep 13:16
172c0da
Compare
Choose a tag to compare

Added

  • Allow tweaking pairing timeout

0.1.5

06 Sep 12:31
76a65e5
Compare
Choose a tag to compare

Changed

  • Release using different gh action

release: 0.1.4

06 Sep 12:17
40ffc0f
Compare
Choose a tag to compare

Added

  • Publish to PyPI

0.1.3

06 Sep 11:58
bda0523
Compare
Choose a tag to compare

Changed

  • Fixed release CI