Skip to content

Releases: filips123/GimVicUrnik

GimVičUrnik 0.4.6

19 Mar 17:06
c1d4bed

Choose a tag to compare

GimVičUrnik 0.4.6 Pre-release
Pre-release

Changed

  • Enable update on load by default.
  • Don't update existing snackbars.

Fixed

  • Fix parsing of empty notes for lunch schedules.
  • Fix handling empty/unknown teachers and classrooms.
  • Handling substitutions with teachers with multiple surnames will now use correct surname.

GimVičUrnik 0.4.5

12 Mar 11:16
edd7d53

Choose a tag to compare

GimVičUrnik 0.4.5 Pre-release
Pre-release

Fixed

  • New lunch menus are provided in XLSX format so original parsing won't work. This adds support for parsing XLSX menus and storing them.

GimVičUrnik 0.4.4

11 Mar 16:38
3f84e39

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

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

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

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

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

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

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

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.