Releases: moztw/moztw-space-bot
Releases · moztw/moztw-space-bot
1.1.4-SNAPSHOT-220824a
- Upgrade Kotlin Version 1.7.0 → 1.7.10
- New dependencies:
io.prometheus:simpleclient
0.16.0io.prometheus:simpleclient_hotspot
0.16.0io.prometheus:simpleclient_httpserver
0.16.0org.slf4j:slf4j-api
2.0.0org.slf4j:slf4j-simple
2.0.0
- New features:
- Support Prometheus Exporter
1.1.3-SNAPSHOT-220702a
- Upgrade Kotlin Version 1.6.21 → 1.7.0
- Upgrade dependencies:
org.telegram:telegrambots
6.0.1 → 6.1.0com.squareup.okhttp3:okhttp
4.9.3 → 4.10.0
1.1.2-SNAPSHOT-220604a
- Upgrade Gradle Version 7.3.1 → 7.4.2
- Upgrade Kotlin Version 1.6.0 → 1.6.21
- Upgrade dependencies:
org.telegram:telegrambots
5.5.0 → 6.0.1
- Bugfix: typo
min
→max
1.1.1-SNAPSHOT-211213a
- Upgrade Kotlin Version to 1.3.50 → 1.6.0
- Upgrade dependencies:
commons-cli:commons-cli
1.4 → 1.5.0org.telegram:telegrambots
3.6 → 5.5.0com.squareup.okhttp3:okhttp
4.2.1 → 4.9.3com.beust:klaxon
5.0.13 → 5.5org.junit.jupiter:junit-jupiter-api
5.1.0 → 5.8.2
- Update Telegram Bots API imports (add
meta
in the package name for some imports) - Update Kotlin Array API replace
minBy
andmaxBy
byminByOrNull
andmaxByOrNull
1.1.0-SNAPSHOT-191004a
- add feature: co2
- changes: add two buttons to the check list keyboard
- migrate from Gradle 4.0 to 5.4.1
- migrate from Kotlin 1.2.30 to 1.3.50
- refactor
1.0.2-SNAPSHOT-180303a
bugfix: the links in the messages are not parsed
reason: setParseMode("Markdown") is missing
1.0.2-SNAPSHOT-180302a
TODO: Write Unit Test Cases