• 1.3.0 f49e600613

    1.3.0 Stable

    Seil0 released this 2021-10-31 22:13:59 +01:00 | 29 commits to master since this release

    • API version: 1.3.0 (change from 1.2.x series)
    • Only one request is made to get the timetable HTML document for parsing the timetable and the weekNumberYear
    • On timeouts or other errors, the cached data won't be overwritten
    • The scheduled updates will now also update the weekNumberYear
    • Dependency updates, replaces JCenter with Maven Central
    • Limit sending timetable requests (to hso) in parallel to 3
    Downloads
  • 1.2.8 6394a7c880

    1.2.8 Stable

    Seil0 released this 2021-10-16 15:49:32 +02:00 | 44 commits to master since this release

    • updated mensa URL to fix /mensamenu
    Downloads
  • 1.2.7 1d614a06c4

    1.2.7 Stable

    Seil0 released this 2020-08-16 20:14:58 +02:00 | 55 commits to master since this release

    • fix courseList sorting, the courses are now sorted alphabetically
    Downloads
  • 1.2.6 9de1e295dd

    1.2.6 Stable

    Seil0 released this 2020-08-06 17:29:44 +02:00 | 57 commits to master since this release

    • update spring-boot 2.3.0 -> 2.3.2
    Downloads
  • 1.2.5 7dfa0fc6c4

    1.2.5 Stable

    Seil0 released this 2020-06-26 10:41:01 +02:00 | 59 commits to master since this release

    • API version: 1.2.0 (no change since 1.2.3)
    • code clean up
    • add docker file to build a docker image
    • publish docker image on docker hub
    Downloads
  • 1.2.3 ec7a0a7a64

    1.2.3 Stable

    Seil0 released this 2020-06-05 18:23:15 +02:00 | 69 commits to master since this release

    • API version: 1.2.0
    • rename params:
      • courseName -> course
      • lessonSubject -> subject
    • /lessonSubjectList -> /subjectList
    • update jsoup 1.12.2 -> 1.13.1
    • update spring-boot 2.2.5 -> 2.3.0
    • update Kotlin 1.3.70 -> 1.3.72
    Downloads
  • 1.2.2 678a97f140

    1.2.2 Stable

    Seil0 released this 2020-03-03 19:31:12 +01:00 | 74 commits to master since this release

    • API version: 1.1.4 (no change since 1.2.1)
    • made the MensaParser more reliable
    • minor clean up
    • update jsoup 1.12.1 -> 1.12.2
    • update spring-boot 2.1.11 -> 2.2.5
    • update Kotlin 1.3.61 -> 1.3.70
    Downloads
  • 1.2.1 a13203c477

    1.2.1 Stable

    Seil0 released this 2020-01-15 13:42:40 +01:00 | 83 commits to master since this release

    • API version: 1.1.4 (no change since 1.2.0)
    • use the current directory to store the config.xml and cached timetables (instead of ~/.tcor)
    • requires java 11 or later
    • update spring-boot 2.1.10 -> 2.1.11
    • update Kotlin 1.3.60 -> 1.3.61
    Downloads
  • 1.2.0 9dd875fcb3

    1.2.0 Stable

    Seil0 released this 2019-11-21 14:49:22 +01:00 | 89 commits to master since this release

    • API version: 1.1.4 (no change since 1.1.6)
    • use a FixedThreadPool to execute the timetable updates
    • added a configuration via config.xml file
    • update spring-boot 2.1.9 -> 2.1.10
    • update kotlin 1.3.50 -> 1.3.60
    Downloads
  • 1.1.6 db57059727

    1.1.6 Stable

    Seil0 released this 2019-10-21 18:46:21 +02:00 | 94 commits to master since this release

    • API version: 1.1.4
    • moved status code to a separate class
    • added status.mosad.xyz reporting
    Downloads