Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Releases: jtsimoes/paco-ua-extension

v0.42

14 Sep 10:28
Compare
Choose a tag to compare
  • Fixed critical bug when dealing with exams that take place throughout all day;
    Assessments that last all day (and therefore do not contain valid hours in the "Hora" column, just a string saying "TODO O DIA") were forming an invalid Date object when parsing the exam time, crashing the entire script from then on. These exams are now properly parsed and will be added to Google Calendar as all-day events.

error

  • Updated base URL of Google Calendar API and removed outdated link parameters.

v0.41

20 May 01:02
Compare
Choose a tag to compare
  • Fixed the incorrect sorting by date on student's exam calendar page;
    The sorting of exams on that page is no longer done by digits as it used to be, but by date, as it should have been from the very beginning.
    No further exams from the appeal season (RE) will appear before the "regular" season (FN) exams.
Before After
Ordenação dos exames antes Ordenação dos exames depois
  • Reverted back to Manifest V2 temporarily until V3 is no longer postponed by Google.

Full Changelog: 0.39...0.41

v0.39

12 Jul 15:50
Compare
Choose a tag to compare
  • Migrated to the new Manifest V3;
  • Added feature to skip pedagogical survey pop-up;
  • Fixed urgent bug on mediacalc.js feature;
  • Added centered page layout feature;
  • Highlighted weighted average value;
  • Resized and updated Google Calendar icon to the new one;
  • Fixed some typos.

Full Changelog: 0.35...0.39