Releases Tags
-
1.3.0
released this 1 year ago | 15 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
released this 1 year ago | 30 commits to master since this release
- updated mensa URL to fix
/mensamenu
Downloads
- updated mensa URL to fix
-
1.2.7
released this 3 years ago | 41 commits to master since this release
- fix courseList sorting, the courses are now sorted alphabetically
Downloads
-
1.2.6
released this 3 years ago | 43 commits to master since this release
- update spring-boot 2.3.0 -> 2.3.2
Downloads
-
1.2.5
released this 3 years ago | 45 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
released this 3 years ago | 55 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
released this 3 years ago | 60 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
released this 3 years ago | 69 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
released this 3 years ago | 75 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
released this 3 years ago | 80 commits to master since this release
- API version: 1.1.4
- moved status code to a separate class
- added status.mosad.xyz reporting
Downloads