Coeur-Morny-Cono/gradle.properties

33 lines
556 B
Properties
Raw Normal View History

## Core
MORNY_ARCHIVE_NAME = morny-coeur
MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono
MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s
[[release 1.3.0*guanggu]] ## 📇 Function & Mechanisms - add daily event statistics, which collects event processed counts and average consumed time - can be found using `/info event` or newly added Morny Daily Report - will reset every 00:00 of report-zone - add `/info tasks` to monitor current coeur task manager status - cha Question Mark Reply support `⸘` - cha bot output supported codeblock language tag (for event_hack output and exception report) - for inline twittet tweet share - add FixTweet output format - removed c.vxtwitter output format (because the upstream default is changed to combined) - support x.com and fixvx.com and fixupx.com for input - add some methods that can get social media status' content - currently support tweeter tweet, and weibo status - weibo with videos is not supported yet - add command `/get <status-url>` can get from a url - add private message listener that can automaticly search supported url from recieved private message and output the status content - add inline query can output status content by using `<supported-url> get` (or `get <supported-url> is also supported`) - weibo with pics and twitter with videos is not supported yet ## 🧯 Bug Fix - fix Telegram User DC matching failure due to cdn domain changed to */cdn-telegram.org - fix InputCommand throws OutOfBounds when input is empty (aka. only `/` in message text) - fix wrong time parsing in OnCallMe-last_dinner ## 🔌 for Trusted/Admin - add Morny Daily Report, will report at 00:00 of report-zone - now will report daily event statistics ## 🔩 for self-hosted/developer - add --report-zone startup param to control which time-zone the Daily Report time should aligned to - default is system default zone - add err handler for MornyCoeur#eventManager(UpdateListener), now error will not output to stderr but Morny's logger. - add util.scheduler and MornyCoeur#tasks for task managering - add MornyCoeur#watchDog - add EventEnv#timeStartup - add atEventPost and executeFilter in EventListener - cha EventEnv#status - add SttpPublic#mornyBasicRequest and make every Morny's HTTP request using it (eveny request now will take Morny UA)
2023-12-06 21:51:29 +08:00
VERSION = 1.3.0
2023-10-06 21:42:50 +08:00
USE_DELTA = false
VERSION_DELTA =
CODENAME = guanggu
# dependencies
lib_spotbugs_v = 4.7.3
2023-09-16 23:12:44 +08:00
lib_scalamodule_xml_v = 2.2.0
lib_messiva_v = 0.2.0
lib_resourcetools_v = 0.2.2
lib_slf4j_v = 2.0.9
lib_javatelegramapi_v = 6.2.0
2023-10-19 21:43:29 +08:00
lib_sttp_v = 3.9.0
lib_okhttp_v = 4.11.0
lib_gson_v = 2.10.1
lib_circe_v = 0.14.6
lib_cron_utils_v = 9.2.0
2023-09-16 23:12:44 +08:00
lib_scalatest_v = 3.2.17