Releases: EdupageAPI/edupage-api
Releases · EdupageAPI/edupage-api
0.9.84 | Customizable request timeouts
2021-09-19❯ Add an optionaltimeoutparameter toEdupage.__init__
0.9.83 | Add keepalive packets, bugfixes
2021-09-12❯ Fixtextfor "homework notifications"2021-09-18❯ Add a method for sending keepalive packets, increase timeout
0.9.82 | Fix messageContent
2021-06-29❯ UsemessageContentfor "Important messages"2021-07-25❯ Replace==and!=checks against None withisandis not
0.9.81 | Reaction support, notification fixes
2021-06-26❯ Fix a bug in get_grades and make get_notifications blazing fast2021-06-27❯ FixEduNotification.id, add reactions support
0.9.72 | Lunch fixes
2021-06-23❯ Fix ratings, add option to sign off2021-06-23❯ Remove unused variable2021-06-23❯ Remove another unused variable
— @BelKed
0.9.71 | Better notifications, lunches and ratings
2021-06-21❯ Fixget_notifications, rename some fields in EduNotification2021-06-21❯ Tick completed features in the upcoming features list2021-06-21❯ Fixget_news()example (#24)2021-06-22❯ Fix get_teachers (#25)2021-06-22❯ Fixget_teachers()example2021-06-22❯ Add__str__toEduTeacherandEduUser2021-06-22❯ Don't remove lessons with blanksubject_id2021-06-22❯ Format documents and remove unneeded imports2021-06-22❯ Setuppylint2021-06-22❯ Use .pylintrc2021-06-22❯ Add more attributes toEduStudentandEduTeacher(#26)2021-06-22❯ Add support for lunches, refactor date code2021-06-23❯ Tick a finished feature in the upcoming features
— @BelKed
0.9.7 | WIP Notification support
Changes
- 2021-04-12 ❯ Add issue templates
- 2021-04-12 ❯ Add periods for
EduLesson - 2021-04-14 ❯ Fix
is_beforeandis_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
EduNotificationand functionget_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
Changes
- 2021-04-10 ❯ Fix title, description and class name of homework
- 2021-04-10 ❯ Fix leading zeros in date and time
- 2021-04-10 ❯ Fix "Get timetable" in README.md
- 2021-04-11 ❯ Fix
is_before_or_equalsandis_after_or_equals - 2021-04-11 ❯ Fix
tomorrow_this_time - 2021-04-11 ❯ Fix
get_teachers - 2021-04-12 ❯ Fix
get_timetable
— @BelKed
0.9.5 | Bug fixes
Changes
- 2021-03-25 ❯ Fix code in README
- 2021-03-29 ❯ Update README
- 2021-04-10 ❯ Fix date (#15)
- 2021-04-10 ❯ Typo fixes (#16)
— @BelKed
0.9.4 | New functions + Bug fixes
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