This file will list all version log for modified, added or removed functions of dutwrapper (Python language).
- Added
fetch_account_training_status()
function inAccounts
. - Adjust and resolved issues in all functions in
Accounts
. - Removed
GetCurrentWeek()
function inUtils
. This will be back soon. - Sync all key in json with
dutwrapper-java
anddutwrapper-dotnet
. - Improved unittest.
- Fixed a issue prevent logging in to sv.dut.udn.vn.
- Improved unittest.
- Renamed package to dutwrapper.
- Added school year start for known dut school years.
- (No additional comments here)
- Fixed known issues and improvements performance.
- Added in Account Information: Student ID.
- Reformat in AccountColumnInfo.py
- Added Account Information when you logged in (remember: this will get data from page, not for edit them).
- Remove unnecessary key "gmt" (due to key "date" has already included).
- Add key "position" in GetNews(): Easier get link in key "contenttext".
- DateExamInString in subject schedule will be splitted to 2 items (managed by
__string2ExamSchedule__()
):DateExam
: isoformatRoomExam
: string
- Add Region GMT. This is useful when you host a server which its GMT is different from your computer/region.
(managed by
GetRegionGMT()
) - All date in json will be returned to isoformat instead of string, so you can use them directly with functions that can be initialized with isoformat string
(note: date in
GetNews()['newslist']
function won't be affected).
- New function: Get current week (data from dut.udn.vn).
- Move 'GetNews' function to Utils.py (this will also remove file 'GetNews.py'.
- Functions in class 'Session.py' will be work independently (no more class 'Session').
[.NET]
- Optimize code line.
[.NET]
- Merge
GetNewsGeneral()
andGetNewsSubject()
together.- To
GetNews()
.
- To
- Inital commit for Java.
- Inital commit for Python.
- Delete unneed files for .NET.
- Optimize code :)
- Added feature: Get all subjects fee list.
- Change file and function name:
GetScheduleSubjectto GetSubjectsSchedule. - Add CHANGELOG.md for all old logs.
- Optimize code.
- Added feature: Get schedule about subjects and examimation.
Inital commit with features:
- Get news general (Nhận thông báo chung).
- Get news subjects (Nhận thông báo lớp học phần).
- Sesion (Phiên, dùng để đăng nhập/đăng xuất/lấy thông tin tài khoản).