Skip to content

Releases: EdupageAPI/edupage-api

0.9.84 | Customizable request timeouts

19 Sep 10:02

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

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

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

0.9.81 | Reaction support, notification fixes

27 Jun 10:24

Choose a tag to compare

  • 2021-06-26 ❯ Fix a bug in get_grades and make get_notifications blazing fast
  • 2021-06-27 ❯ Fix EduNotification.id, add reactions support

0.9.72 | Lunch fixes

23 Jun 10:56

Choose a tag to compare

0.9.72 | Lunch fixes Pre-release
Pre-release

@BelKed

0.9.71 | Better notifications, lunches and ratings

22 Jun 22:06

Choose a tag to compare

@BelKed

0.9.7 | WIP Notification support

20 Jun 19:29

Choose a tag to compare

Pre-release

Changes

  • 2021-04-12 ❯ Add issue templates
  • 2021-04-12 ❯ Add periods for EduLesson
  • 2021-04-14 ❯ Fix is_before and is_after
  • 2021-05-27 ❯ Add a disclaimer to readme
  • 2021-06-20 ❯ Add support for reactions on homework, Add EduNotification data class (#23)
  • 2021-06-20 ❯ Add data class EduGrade (#22)
  • 2021-06-20 ❯ Add support for done reaction on homework, Add functions for getting grades and notifications (#21)
  • 2021-06-20 ❯ Refactor the get_grades function
  • 2021-06-20 ❯ Refactor EduNotification and function get_notifications

git log --format='- [`%ad`](https://github.com/ivanhrabcak/edupage-api/commit/%H)  %s' --date="short" --reverse 0.9.6..0.9.7

@BelKed

0.9.6 | Bug fixes

12 Apr 08:25
67ce880

Choose a tag to compare

0.9.6 | Bug fixes Pre-release
Pre-release

Changes

@BelKed

0.9.5 | Bug fixes

10 Apr 07:39
547e104

Choose a tag to compare

0.9.5 | Bug fixes Pre-release
Pre-release

Changes

@BelKed

0.9.4 | New functions + Bug fixes

25 Mar 11:32
7b7d5f3

Choose a tag to compare

Pre-release

Changes

  • 2021-03-19 ❯ Add non-functional attachments
  • 2021-03-19 ❯ Use user's subdomain instead of my school's subdomain
  • 2021-03-19 ❯ Add supports for sending messages to more teachers/students at once
  • 2021-03-19 ❯ Add cloud upload support
  • 2021-03-19 ❯ Fix a bug in uploading
  • 2021-03-22 ❯ Add support for signing onto online lesson
  • 2021-03-23 ❯ Fix date functions, add a way to get the next online lesson

Documentation

  • 2021-03-19 ❯ Update documentation to include sending messages
  • 2021-03-22 ❯ Add teachers to the documentation
  • 2021-03-22 ❯ Add more information to a comment in README
  • 2021-03-22 ❯ Add online lesson presence documentation to README
  • 2021-03-23 ❯ Add file limitation info to README (#10)

@BelKed