Releases: EdupageAPI/edupage-api
Releases · EdupageAPI/edupage-api
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__
toEduTeacher
andEduUser
2021-06-22
❯ Don't remove lessons with blanksubject_id
2021-06-22
❯ Format documents and remove unneeded imports2021-06-22
❯ Setuppylint
2021-06-22
❯ Use .pylintrc2021-06-22
❯ Add more attributes toEduStudent
andEduTeacher
(#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_before
andis_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 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_equals
andis_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
0.9.3 | New features
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
Changes
- 2021-03-14 ❯ Comment out unfinished method
- 2021-03-15 ❯ Add a file I've forgotten to add
— @BelKed
0.9.1 | New way of logging
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
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