-
1.3.0 Stable
released this
2021-10-31 22:13:59 +01:00 | 36 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 Stable
released this
2021-10-16 15:49:32 +02:00 | 51 commits to master since this release- updated mensa URL to fix
/mensamenu
Downloads
- updated mensa URL to fix
-
1.2.7 Stable
released this
2020-08-16 20:14:58 +02:00 | 62 commits to master since this release- fix courseList sorting, the courses are now sorted alphabetically
Downloads
-
1.2.6 Stable
released this
2020-08-06 17:29:44 +02:00 | 64 commits to master since this release- update spring-boot 2.3.0 -> 2.3.2
Downloads
-
1.2.5 Stable
released this
2020-06-26 10:41:01 +02:00 | 66 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 Stable
released this
2020-06-05 18:23:15 +02:00 | 76 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 Stable
released this
2020-03-03 19:31:12 +01:00 | 81 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 Stable
released this
2020-01-15 13:42:40 +01:00 | 90 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 Stable
released this
2019-11-21 14:49:22 +01:00 | 96 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 Stable
released this
2019-10-21 18:46:21 +02:00 | 101 commits to master since this release- API version: 1.1.4
- moved status code to a separate class
- added status.mosad.xyz reporting
Downloads