Releases: EdupageAPI/edupage-api
Releases · EdupageAPI/edupage-api
0.9.92 | More TimelineEvent types & bug fix
2022-02-04
❯ Add more badges toREADME.md
2022-02-04
❯ RewordREADME.md
2022-02-04
❯ Format everything usingautopep8
2022-02-04
❯ Sort imports2022-02-04
❯ Small refactorings2022-02-05
❯ Add a python version warning to the README2022-02-05
❯ Add python version check to setup.py2022-02-05
❯ Fix and simplify login data parsing2022-02-05
❯ Add someEventType
s2022-02-05
❯ Fix handling ofrecipient_name
2022-02-05
❯ FixTypeError
exception in homework example2022-02-05
❯ Sort imports in examples2022-02-05
❯ Regenerate documentation2022-02-05
❯ Fix downloads badge, use shields.io for the stats2022-02-05
❯ Regenerate documentation in the publish workflow2022-02-05
❯ Add more timeline types2022-02-05
❯ Bump version in setup.cfg2022-02-06
❯ Fix workflow & add workflow dispatch for Build and Publish2022-02-06
❯ Fix syntax mixup in Build and Publish workflow2022-02-06
❯ Add an empty space for better readability
0.9.91 | More notification types, small bug fixes....
2022-01-30
Add hosted version of the docs to the readme2022-01-30
Add first example, add more timeline event types2022-01-30
Add lunch example, fix Lunch type annotation2022-01-30
Change exact date in lunch example to today
0.9.9 | Rewrite.... :D
2022-01-30
A rewrite of the code, proper documentation (#31)2022-01-30
Fix merge conflicts
0.9.88 | Grades with subject_id
2022-01-02
❯ Add proper credit to the README2022-01-02
❯ Rephrase the credits2022-01-29
❯ Add subject_id toEduGrade
0.9.87 | The default LogLevel is now NONE
2021-11-22
❯ Change the default log level, add documentation for lunches
0.9.86 | Minor improvements and fixes
2021-09-23
❯ Enable iterations forEduTimetable
2021-09-23
❯ Format README and rewrite timetable examples2021-09-23
❯ Updateget_students()
andget_teachers()
example2021-09-23
❯ Fix "Upload file" example2021-09-23
❯ Removename
parameter fromEduNotification
2021-09-23
❯ Remove unusedduration
parameter fromEduNotification
2021-09-23
❯ Add notifications example2021-10-02
❯ Fixparse_login_data
(#33)2021-10-25
❯ Fix invalidid
handling
0.9.85 | Debug logging
2021-09-23
❯ Added requests[security] to requirements.txt, added debug logging
0.9.84 | Customizable request timeouts
2021-09-19
❯ Add an optionaltimeout
parameter toEdupage.__init__
0.9.83 | Add keepalive packets, bugfixes
2021-09-12
❯ Fixtext
for "homework notifications"2021-09-18
❯ Add a method for sending keepalive packets, increase timeout
0.9.82 | Fix messageContent
2021-06-29
❯ UsemessageContent
for "Important messages"2021-07-25
❯ Replace==
and!=
checks against None withis
andis not