diff --git a/GUT.Schedule/GUTSchedule/Parser.cs b/GUT.Schedule/GUTSchedule/Parser.cs index c05d6f0..f4fe6b2 100644 --- a/GUT.Schedule/GUTSchedule/Parser.cs +++ b/GUT.Schedule/GUTSchedule/Parser.cs @@ -70,7 +70,7 @@ namespace GUTSchedule } else if (exportParameters is DefaultExportParameters args) { - DateTime startDate = new DateTime(2021, 8, 30); + DateTime startDate = new DateTime(2022, 8, 29); IHtmlDocument[] rawSchedule = await GetRawSchedule(args.FacultyId, args.Course, args.GroupId); if(rawSchedule[0] != null) schedule.AddRange(ParseRegularSchedule(startDate, rawSchedule[0])); diff --git a/changelogs/android/en-IN/changelogs/android-changelog.txt b/changelogs/android/en-IN/changelogs/android-changelog.txt index 4c708b8..935dd04 100644 --- a/changelogs/android/en-IN/changelogs/android-changelog.txt +++ b/changelogs/android/en-IN/changelogs/android-changelog.txt @@ -1 +1,5 @@ -- Security patch (CWE-755) \ No newline at end of file +- Updated first week of the first semester start date for anonymous timetable export + +Since anonymous schedule on SPbSUT website is based on week numbers, it is crucial to manually set the date of first week's monday to get correct dates for the timetable + +You can sign in with your SPbSUT profile to have access to correct timetable anytime \ No newline at end of file diff --git a/changelogs/android/ru-RU/changelogs/android-changelog.txt b/changelogs/android/ru-RU/changelogs/android-changelog.txt index cd5816e..e77ddad 100644 --- a/changelogs/android/ru-RU/changelogs/android-changelog.txt +++ b/changelogs/android/ru-RU/changelogs/android-changelog.txt @@ -1 +1,5 @@ -- Исправление безопасности (CWE-755) \ No newline at end of file +- Обновлена дата начала первой недели семестра для анонимного экспорта расписания + +Так как анонимное расписание на сайте СПбГУТ представлено по номерам недели, перед началом каждого семестра необходимо вручную обновлять дату понедельника первой недели для корректного указания даты в расписании + +Чтобы всегда иметь возможность узнать правильное расписание, пользуйтесь авторизацией через Личный кабинет \ No newline at end of file diff --git a/changelogs/github.md b/changelogs/github.md index 2640e75..fc5177c 100644 --- a/changelogs/github.md +++ b/changelogs/github.md @@ -1,2 +1,2 @@ -## Android -- Bump Newtonsoft.Json from 12.0.3 to 13.0.1 (Security patch for CWE-755) \ No newline at end of file +## Core +- Updated first week of the first semester start date for anonymous timetable export \ No newline at end of file diff --git a/changelogs/windows/en/baseListing/releaseNotes.txt b/changelogs/windows/en/baseListing/releaseNotes.txt index 7f5d1c7..935dd04 100644 --- a/changelogs/windows/en/baseListing/releaseNotes.txt +++ b/changelogs/windows/en/baseListing/releaseNotes.txt @@ -1 +1,5 @@ -- Fixed semester determination for anonymous schedule \ No newline at end of file +- Updated first week of the first semester start date for anonymous timetable export + +Since anonymous schedule on SPbSUT website is based on week numbers, it is crucial to manually set the date of first week's monday to get correct dates for the timetable + +You can sign in with your SPbSUT profile to have access to correct timetable anytime \ No newline at end of file diff --git a/changelogs/windows/ru/baseListing/releaseNotes.txt b/changelogs/windows/ru/baseListing/releaseNotes.txt index c4c181f..c07ba2a 100644 --- a/changelogs/windows/ru/baseListing/releaseNotes.txt +++ b/changelogs/windows/ru/baseListing/releaseNotes.txt @@ -1 +1,3 @@ -- Исправлено определение текущего семестра для анонимного расписания \ No newline at end of file +- Обновлена дата начала первой недели семестра для анонимного экспорта расписания + +Так как анонимное расписание на сайте СПбГУТ представлено по номерам недели, перед началом каждого семестра необходимо вручную обновлять дату понедельника первой недели для корректного указания даты в расписании \ No newline at end of file