Skip to content

Releases: filips123/GimVicUrnik

GimVičUrnik 0.4.4

11 Mar 16:38
3f84e39
Compare
Choose a tag to compare
GimVičUrnik 0.4.4 Pre-release
Pre-release

Fixed

  • Some document types (currently substitutions) may not have contents key, so getting fileurl will not work. Updater will now skip such documents and instead get them through mod_url_get_urls_by_courses function.
  • Fixes for substitutions parsing for better empty teacher/classroom handling.

GimVičUrnik 0.4.3

10 Mar 10:20
557c5a0
Compare
Choose a tag to compare
GimVičUrnik 0.4.3 Pre-release
Pre-release

Fixed

  • Another fix for lunch schedule date format again. Now it should be more reliable.

GimVičUrnik 0.4.2

08 Mar 08:12
716373e
Compare
Choose a tag to compare
GimVičUrnik 0.4.2 Pre-release
Pre-release

Fixed

  • Date format for lunch schedule has changed again. This fixes regex to parse it correctly.

GimVičUrnik 0.4.1

05 Mar 09:18
3934845
Compare
Choose a tag to compare
GimVičUrnik 0.4.1 Pre-release
Pre-release

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

03 Mar 10:19
b49c036
Compare
Choose a tag to compare
GimVičUrnik 0.4.0 Pre-release
Pre-release

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

17 Feb 12:05
f3fdda4
Compare
Choose a tag to compare
GimVičUrnik 0.3.3 Pre-release
Pre-release

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

15 Feb 11:13
08af6fc
Compare
Choose a tag to compare
GimVičUrnik 0.3.2 Pre-release
Pre-release

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

12 Feb 20:11
6cd00ed
Compare
Choose a tag to compare
GimVičUrnik 0.3.1 Pre-release
Pre-release

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

05 Feb 20:07
518e984
Compare
Choose a tag to compare
GimVičUrnik 0.3.0 Pre-release
Pre-release

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

21 Jan 10:20
0b49d92
Compare
Choose a tag to compare
GimVičUrnik 0.2.1 Pre-release
Pre-release

Fixed

  • Date format in menu URLs has changed again. This release fixes regex to make it work correctly.