Releases: aldan/scheduler
Releases · aldan/scheduler
Scheduler v0.4.0
Changelog for v0.4.0
Refactor
- Refactored cron job to follow upgraded dependencies.
Fixes
- Fixed semester not updating properly.
Other changes
- Dropped support for python 3.6 & 3.7
- Bumped Python to v.3.8.13
- Bumped Django to v.3.2.14
- Bumped nuregi to v.0.2.0.dev1
Scheduler v0.3.1
Changelog for v0.3.1
Features
- Added option to export schedule to Google Calendar
Fixes
- Fixed an issue when only the first instance of a section with multiple instances was shown
Other changes
- Added Google API Client Library for JavaScript (required for export)
Scheduler v0.3.0
Changelog for v0.3.0
Features
- Added sync info to the header
Fixes
- Fixed an issue when some online courses were displayed incorrectly
Other changes
- New requirements:
nuregi
(requires Java 8+) - Handle data transfer with registrar.nu.edu.kz using
nuregi
- Replaced data source from public course catalog to course schedule by schools (pdf)
- Removed obsolete functions from
index.js
and refactored code to follow new data format - Reformat
semester_data
on server-side instead of client-side
Scheduler v0.2.1
Changelog for v0.2.1
Features
- Added an option to print schedule
Fixes
- Fixed an issue where schedule data for the previous semester would be used after semester is changed
- Fixed
<QuerySet>.update()
throwing an exception when Semester object with samesemester_code
already existed in a database
Other changes
- Added a command to Procfile to automatically run cronjobs on release stage
- Replaced a try-update-else-create block with a built-in
update_or_create()
method
Scheduler v0.2
Changelog for v0.2
Features
- Added a separate list for online courses
- Added support for making multiple schedules
Fixes
- Fixed events not rendering properly (wrong length)
- Fixed an issue where user could choose a section that conflicted with other time slots
- Fixed scroll in course list
Other changes
- Switched UI layout
- Added header to layout
- Switched layout to relative units
- Moved color palette closer to the selector
- Disabled redundant start page
Scheduler v0.1
Initial Release