This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
Releases: jtsimoes/paco-ua-extension
Releases · jtsimoes/paco-ua-extension
v0.42
- 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 invalidDate
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.
- Updated base URL of Google Calendar API and removed outdated link parameters.
v0.41
- 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 |
---|---|
- Reverted back to Manifest V2 temporarily until V3 is no longer postponed by Google.
Full Changelog: 0.39...0.41
v0.39
- 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