Skip to content

Releases: EdupageAPI/edupage-api

0.9.72 | Lunch fixes

23 Jun 10:56
Compare
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
Compare
Choose a tag to compare

@BelKed

0.9.7 | WIP Notification support

20 Jun 19:29
Compare
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
Compare
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
Compare
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
Compare
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

0.9.3 | New features

18 Mar 20:34
Compare
Choose a tag to compare
0.9.3 | New features Pre-release
Pre-release

Changes

  • 2021-03-15 ❯ Add exception handling to the corrrect place
  • 2021-03-18 ❯ Add a way to send messages

@BelKed

0.9.2 | Small update

15 Mar 09:44
Compare
Choose a tag to compare
0.9.2 | Small update Pre-release
Pre-release

Changes

@BelKed

0.9.1 | New way of logging

14 Mar 21:01
Compare
Choose a tag to compare
Pre-release

Changes

  • 2021-03-08 ❯ Update readme to reflect recent discoveries (#7)
  • 2021-03-14 ❯ Add a new, universal way of logging in that works for every school
  • 2021-03-14 ❯ Update documentation to reflect the changes in logging in
  • 2021-03-14 ❯ Remove exception handling from some examples
  • 2021-03-14 ❯ Remove false assumed information from a comment

@BelKed

0.9 | Small update

08 Mar 14:24
7912f2c
Compare
Choose a tag to compare
0.9 | Small update Pre-release
Pre-release

Changes

  • 2021-02-24 ❯ Add a GitHub Action for publishing to PyPi
  • 2021-02-24 ❯ Remove packages that are in the standard library
  • 2021-03-07 ❯ Rename EduDate.now to EduDate.today
  • 2021-03-07 ❯ Add some new code that will help when adding message sending support

@BelKed