What's Changed
Fixes 🔧
- fix(exams): sort exams by date in the TeachingScreen.tsx, Ref #504 by @FabrizioCostaMedich in #505
- fix(login): enable login even when fcm is not enabled, but display warning by @QcFe in #515
- fix(exams): fix exam booked count and available count by @FabrizioCostaMedich in #511
- fix(courses): make search case-insensitive by @FabrizioCostaMedich in #535
- fix(courses): prioritize sorting by date, if they are the same sort by name in increasing order by @FabrizioCostaMedich in #536
- fix(tickets): properly format the text in the tickets and make the links usable by @emacoricciati in #533
- fix(courses): switch courses with no id to a previous edition, if available by @emacoricciati in #532
- fix(courses): Allow user to choose default files view (by folders/by date) by @FabrizioCostaMedich in #531
- fix(login): generate clientID & persist across sessions by @emacoricciati in #526
- fix: add pip videos on iphone, fix navbar on android by @FabrizioCostaMedich in #565
- fix(places): fix cross navigation for exams by @FabrizioCostaMedich in #568
- fix(exams): fix on time exams point by @FabrizioCostaMedich in #569
- fix(login): remove packages and fix getClientId by @miky41195 in #567
- fix(notifications): remove courses notifications by @miky41195 in #571
Build system 🏗️
CI/Pipeline 🛁
- ci: upgrade actions/upload-artifact to v4 in gh build action by @QcFe in #564
- ci: fastlane update + optional sentry by @QcFe in #570
Other Changes
- Avoid blocking the exam if the CPD for another period is not completed by @FabrizioCostaMedich in #555
- Restrict the visibility of available rooms to a limited number of days in the future by @FabrizioCostaMedich in #554
- Allow dual-career students to request an exam rescheduling by @FabrizioCostaMedich in #560
- Fix fcm token update onto patchClient by @FabrizioCostaMedich in #558
- On-time exams by @FabrizioCostaMedich in #562
- Feature/booking and tickets accessibility by @Bri74 in #551
New Contributors
- @miky41195 made their first contribution in #567
Full Changelog: v1.6.6...v1.6.7