Skip to content

Releases: moztw/moztw-space-bot

1.1.4-SNAPSHOT-220824a

24 Aug 02:15
build-220824a
34f84b3
Compare
Choose a tag to compare
  • Upgrade Kotlin Version 1.7.0 → 1.7.10
  • New dependencies:
    • io.prometheus:simpleclient 0.16.0
    • io.prometheus:simpleclient_hotspot 0.16.0
    • io.prometheus:simpleclient_httpserver 0.16.0
    • org.slf4j:slf4j-api 2.0.0
    • org.slf4j:slf4j-simple 2.0.0
  • New features:
    • Support Prometheus Exporter

1.1.3-SNAPSHOT-220702a

01 Jul 17:07
build-220702a
bfefd48
Compare
Choose a tag to compare
  • Upgrade Kotlin Version 1.6.21 → 1.7.0
  • Upgrade dependencies:
    • org.telegram:telegrambots 6.0.1 → 6.1.0
    • com.squareup.okhttp3:okhttp 4.9.3 → 4.10.0

1.1.2-SNAPSHOT-220604a

04 Jun 10:01
build-220604a
3277ad4
Compare
Choose a tag to compare
  • 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 minmax

1.1.1-SNAPSHOT-211213a

13 Dec 06:33
Compare
Choose a tag to compare
  • Upgrade Kotlin Version to 1.3.50 → 1.6.0
  • Upgrade dependencies:
    • commons-cli:commons-cli 1.4 → 1.5.0
    • org.telegram:telegrambots 3.6 → 5.5.0
    • com.squareup.okhttp3:okhttp 4.2.1 → 4.9.3
    • com.beust:klaxon 5.0.13 → 5.5
    • org.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 and maxBy by minByOrNull and maxByOrNull

1.1.0-SNAPSHOT-191004a

04 Oct 12:43
b6579ca
Compare
Choose a tag to compare
  • 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

02 Mar 16:44
2c87c83
Compare
Choose a tag to compare

bugfix: the links in the messages are not parsed
reason: setParseMode("Markdown") is missing

1.0.2-SNAPSHOT-180302a

02 Mar 05:22
43c6f20
Compare
Choose a tag to compare

TODO: Write Unit Test Cases