Skip to content

Releases: packt-cli/Packt-Publishing-Free-Learning

Improve project structure for the sake of packaging

23 Sep 17:02
Compare
Choose a tag to compare

What's being changed:

  • no functionality is added or removed.

Handle case when there is more/less than one Packt Free Learning offer

08 Jun 17:35
Compare
Choose a tag to compare

What's being changed:

  • handle case when there is more/less than one Packt Free Learning offer,
  • create list of unique user's Packt products.

Add oauth2client to requirements

28 Apr 18:57
Compare
Choose a tag to compare

What's being changed:

  • missing oauth2client is added requirements,
  • other dependencies are upgraded,
  • GitHub Actions are used instead of Travis.

Whitelist +, #, ., - and – special characters

18 Mar 19:12
Compare
Choose a tag to compare

What's being changed:

  • +, #, ., - and – special characters were excluded from downloaded file name - it should no longer happen.

Pass ReCAPTCHA solution to login request

21 Nov 20:28
Compare
Choose a tag to compare

What's being changed:

  • ReCAPTCHA solution is being passed to login request due to changes in Packt API.

Update packt dependencies to support Python 3.8

12 Nov 17:00
Compare
Choose a tag to compare

Wait until download URLs are available after claiming Packt product

07 Sep 20:31
Compare
Choose a tag to compare

Fix sending emails on Python 3.7

28 Aug 16:18
Compare
Choose a tag to compare
v1.4.1

Release 1.4.1

Read configuration file granularly

05 Jul 14:40
Compare
Choose a tag to compare

What's being changed:

  • download configuration is not required when claiming products without downloading,
  • AntiCaptcha key is not required to download Packt products.

Recover precheck logic to prevent reclaim

30 Apr 21:44
Compare
Choose a tag to compare

What's being changed:

  • recover precheck logic to prevent reclaim,
  • clean up files from unsuccessful downloads,
  • drop support for Python 3.4.x.