Releases: filips123/GimVicUrnik
Releases · filips123/GimVicUrnik
GimVičUrnik 0.4.4
Fixed
- Some document types (currently substitutions) may not have
contents
key, so gettingfileurl
will not work. Updater will now skip such documents and instead get them throughmod_url_get_urls_by_courses
function. - Fixes for substitutions parsing for better empty teacher/classroom handling.
GimVičUrnik 0.4.3
Fixed
- Another fix for lunch schedule date format again. Now it should be more reliable.
GimVičUrnik 0.4.2
Fixed
- Date format for lunch schedule has changed again. This fixes regex to parse it correctly.
GimVičUrnik 0.4.1
Fixed
- Date format for menus has changed again. This fixes regex to parse it correctly.
- There was also wrong variable used when trying to return snack details, causing an error. This fixes variable name to be correct.
GimVičUrnik 0.4.0
Added
- Support for dark mode and detection based on system preference.
- More configuration for Sentry data collection.
Fixed
- Support lessons with unspecified classrooms.
GimVičUrnik 0.3.3
Fixed
- Lunch schedule can be updated in the e-classroom. In this case, its URL will become different which causes regex to not match it. This fixes the handling of updated URLs and makes PDF parsing more reliable.
GimVičUrnik 0.3.2
Fixed
- Lunch schedule files now use different format that lists all schedules for week in one file. This adds support for the new format and fixes crashes that occurred because of format change.
GimVičUrnik 0.3.1
Changed
- Update dependencies.
Fixed
- Date format in menu URLs has changed again. This fixes regex to make it work correctly. It also fixes incorrectly determined the first day of the week.
- This improves choosing an entity from the list on the first run on slow connections. Instead of just throwing an error, it will now update lists when requests are finished.
GimVičUrnik 0.3.0
Added
- Support for viewing documents.
- Support for viewing hours of lessons.
Changed
- Token for e-classroom is no longer exposed in documents list. This can be changed in settings.
Breaking Changes
- Configuration file for the API has been changed.
- Documents in
documents
table now have different URLs. You will need to manually remove them from the table, otherwise there will be duplicated documents.
GimVičUrnik 0.2.1
Fixed
- Date format in menu URLs has changed again. This release fixes regex to make it work correctly.