Skip to content

Releases: EdupageAPI/edupage-api

0.9.92 | More TimelineEvent types & bug fix

05 Feb 23:16
Compare
Choose a tag to compare

0.9.91 | More notification types, small bug fixes....

30 Jan 21:30
c9c486b
Compare
Choose a tag to compare
  • 2022-01-30 Add hosted version of the docs to the readme
  • 2022-01-30 Add first example, add more timeline event types
  • 2022-01-30 Add lunch example, fix Lunch type annotation
  • 2022-01-30 Change exact date in lunch example to today

0.9.9 | Rewrite.... :D

30 Jan 13:32
Compare
Choose a tag to compare
Pre-release

0.9.88 | Grades with subject_id

29 Jan 14:14
Compare
Choose a tag to compare
Pre-release

0.9.87 | The default LogLevel is now NONE

22 Nov 15:48
2c5e280
Compare
Choose a tag to compare
  • 2021-11-22 ❯ Change the default log level, add documentation for lunches

0.9.86 | Minor improvements and fixes

25 Oct 16:54
Compare
Choose a tag to compare
Pre-release
  • 2021-09-23 ❯ Enable iterations for EduTimetable
  • 2021-09-23 ❯ Format README and rewrite timetable examples
  • 2021-09-23 ❯ Update get_students() and get_teachers() example
  • 2021-09-23 ❯ Fix "Upload file" example
  • 2021-09-23 ❯ Remove name parameter from EduNotification
  • 2021-09-23 ❯ Remove unused duration parameter from EduNotification
  • 2021-09-23 ❯ Add notifications example
  • 2021-10-02 ❯ Fix parse_login_data (#33)
  • 2021-10-25 ❯ Fix invalid id handling

0.9.85 | Debug logging

22 Sep 20:08
Compare
Choose a tag to compare
Pre-release
  • 2021-09-23 ❯ Added requests[security] to requirements.txt, added debug logging

0.9.84 | Customizable request timeouts

19 Sep 10:02
Compare
Choose a tag to compare
Pre-release
  • 2021-09-19 ❯ Add an optional timeout parameter to Edupage.__init__

0.9.83 | Add keepalive packets, bugfixes

18 Sep 18:07
892409f
Compare
Choose a tag to compare
  • 2021-09-12 ❯ Fix text for "homework notifications"
  • 2021-09-18 ❯ Add a method for sending keepalive packets, increase timeout

0.9.82 | Fix messageContent

09 Sep 18:26
Compare
Choose a tag to compare
Pre-release
  • 2021-06-29 ❯ Use messageContent for "Important messages"
  • 2021-07-25 ❯ Replace == and != checks against None with is and is not