Skip to content

Releases: bain3/pronotepy

v1.1.5

26 Aug 13:06
Compare
Choose a tag to compare

Changelog

  • Fixed bug where lessons we're not from the correct timespan.

v1.1.4

06 Jul 21:53
Compare
Choose a tag to compare

Mostly fixes.

Changelog

  • Update for a pronote api change
  • Fixed ent refreshing
  • Added type hints for linters

v1.1.3

14 May 18:55
Compare
Choose a tag to compare

With this update pronotepy will be able to connect to any pronote that is compressing or encrypting its requests.

Changelog

  • Added support for compression of requests
  • Added support for encryption of requests
  • Added the Reunion ENT.

v1.1.2

11 May 14:56
Compare
Choose a tag to compare

Changelog

  • Added the AC Reims ENT
    pronotepy.ent.ac_reims
  • Security improvements
  • Bug fix

v1.1.1

01 May 17:47
Compare
Choose a tag to compare

Changelog

  • Added Client.session_check()
  • Added quickstart to docs
  • Refactor

v1.1

30 Apr 13:20
ff27a02
Compare
Choose a tag to compare

This release is mainly just to push the automatic relogin to pypi.

Changelog

  • Some bug fixes
  • Added automatic relogin on session expiration

Full Release

17 Mar 09:58
Compare
Choose a tag to compare

actually 1.0 but i fucked up
After 9 Years of development, hopefully it would have been worth the weight. Thanks and have fun. :octocat:

Changelog

  • Docs very pretty
  • Added ENT specific snippets for easier use of pronotepy

v0.7

15 Mar 13:32
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release

Changelog

  • Added Messaging with teachers
  • Fixed Authentication when password or username uppercase

v0.6

21 Feb 22:56
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release

Changelog

  • Added file downloading
  • New classes: LessonContent, File, Average
  • Period.averages now returns List[Average]

v0.5

18 Feb 18:58
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release

Changelog

  • ClientStudent and ClientTeacher now no longer exist
  • Client has now support for ENT
  • Homework error with bad precision fixed
  • Client now checks if the operation is permitted before sending any requests