4 Commits
0.2.3 ... 0.3.0

Author SHA1 Message Date
0ce202a5f6 fill changelog 2023-08-20 15:59:05 +06:00
077f8c30a6 update dependencies 2023-08-20 15:57:10 +06:00
1e9559a2c9 Update config.json 2023-08-13 00:11:04 +06:00
feef8efee1 Merge pull request #16 from InsanusMokrassar/0.2.3
0.2.3
2023-08-13 00:04:27 +06:00
4 changed files with 14 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
# PlaguPoster
## 0.3.0
* `Versions`:
* `tgbotapi`: `9.1.0`
* `plagubot`: `7.1.0`
* `plagubot-plugins`: `0.14.0`
## 0.2.3
* Add opportunity to use several target chat ids

View File

@@ -10,4 +10,4 @@ android.enableJetifier=true
# Project data
group=dev.inmo
version=0.2.3
version=0.3.0

View File

@@ -3,12 +3,12 @@
kotlin = "1.8.22"
kotlin-serialization = "1.5.1"
plagubot = "7.0.0"
tgbotapi = "9.0.0"
plagubot = "7.1.0"
tgbotapi = "9.1.0"
microutils = "0.19.9"
kslog = "1.1.2"
krontab = "2.1.2"
plagubot-plugins = "0.13.0"
plagubot-plugins = "0.14.0"
dokka = "1.8.20"

View File

@@ -26,7 +26,9 @@
"chats": {
"targetChat": 12345678,
"cacheChat": 12345678,
"sourceChat": 12345678
"sourceChat": 12345678,
"targetChats": [12345678],
"_note": "You must set targetChat or targetChats with at least one object"
}
},
"ratingsPolls": {