Skip to content

Releases: larsrickert/vorlesungsplan-plus

vorlesungsplan-plus-api-v2.1.0

26 Mar 16:04
Compare
Choose a tag to compare

vorlesungsplan-plus-api-v2.1.0 (2022-03-26)

Bug Fixes

  • lectures containing "prüfung" not classified as exam (820e846)
  • self study ("Selbststudium") classified as PRESENCE (9a8b6ff)

Features

  • add lecture type "HOLIDAY" (79eb922)

vorlesungsplan-plus-v2.0.2

21 Mar 12:01
Compare
Choose a tag to compare

vorlesungsplan-plus-v2.0.2 (2022-03-21)

Bug Fixes

  • overlapping event page refresher (a17f77e)

vorlesungsplan-plus-v2.0.1

21 Mar 11:21
Compare
Choose a tag to compare

vorlesungsplan-plus-v2.0.1 (2022-03-21)

Bug Fixes

  • notification not send when setting increases (4b137bd)
  • timetable: empty page after clearing changes (f2b719f)

vorlesungsplan-plus-v2.0.0

21 Mar 10:11
Compare
Choose a tag to compare

vorlesungsplan-plus-v2.0.0 (2022-03-21)

Features

  • add apps page with installation instructions for pwa and ios widget (#6) (673ac41)
  • add support for showing lectures for multiple courses in the timetable
  • add event calendar
  • add notification setting to get a notification when any lecture starts in either 15, 30, 45 or 60 minutes
  • add colored course badges and course limit (max 5 courses can be selected) (5df090f)
  • add contact link to menu (37c2a50)
  • add changelog link to menu (0bf752a)
  • add animation to refresher (289ecf3)
  • redirect to settings on initial app launch (b597cd2)
  • add i18n support (available languages: German and English)

BREAKING CHANGES

  • using Vorlesungsplan+ API version 2.0.0, see api release for breaking changes

vorlesungsplan-plus-api-v2.0.0

21 Mar 10:13
Compare
Choose a tag to compare

vorlesungsplan-plus-api-v2.0.0 (2022-03-21)

Bug Fixes

  • swagger docs in prod are empty (de431fe)
  • ios widget is not served in prod build (b94be5c)

Features

BREAKING CHANGES

  • route /ios/widget returning json instead of string on error
  • remove deprecated route /, a 404 error message with reference to api docs is shown instead. Please use routes /courses and /lectures/{course}
  • remove deprecated route /help, use /docs instead
  • remove android APK in favour of PWA
  • adjust lecture data structure
    • rename property uid to id
    • rename property room to rooms which now contains an array of rooms instead of a single string
    • remove deprecated property lastModified
    • add property type which is either PRESENCE or ONLINE and indicates whether the lecture is online or presence
    • add property isExam which indicates whether the lecture is an exam (will be false for exam reviews (Klausureinsicht))
  • remove deprecated course name mappings for INF19A, INF19B and MGH-INF19. Use MOS-TINF19A, MOS-TINF19B and MGH-TINF19 instead
  • route /lectures/{course} returns all lectures by default instead of only upcoming ones. You can use the query parameter excludePast=true to filter out past lectures

vorlesungsplan-plus-v1.0.0

16 Mar 13:58
Compare
Choose a tag to compare

vorlesungsplan-plus-v1.0.0 (2022-03-16)

Features

  • add monorepo and semantic-release (#4) (304087f)

vorlesungsplan-plus-api-v1.0.0

16 Mar 13:59
Compare
Choose a tag to compare

vorlesungsplan-plus-api-v1.0.0 (2022-03-16)

Features

  • add monorepo and semantic-release (#4) (304087f)