mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 19:24:53 +08:00
Eyre_S
49bbc03ec0
## 📇 Function & Mechanisms - new /info command - root /info command with new introduction page design - /start command with new design like new /info - /version and /runtime merged to /info - old command still available though been hidden - new "/x?" in random tools - new function: reply ? for a ? ## 🔌 for Trusted/Admin - new MornyReport report exceptions or startup/exit events to telegram chat - cha *msg supported body-less send check ## 🔩 for self-hosted/developer - Project port to Scala - add Dockerfile & docker-compose.yml - add param for Medication Timer - param: --medication-notify-chat / -medc - param:--medication-notify-timezone / -medtz - param: --medication-notify-times / -medt - cha unset default params (--master ect. is -1 as default) - add ID_501 as Morny function return while not supported by provided master ## 🧯 Bug Fix - fix unclosed quote will cause exceptions while parsing command. - fix some hidden command cannot execute due to no support to non-ascii command name. (also changed its behavor while I won't tell too much here) - fix error while converting millisecond to nanosecond in Medication Timer - inline query ShareBilibiliVideo now will not receive illegal av/BV id which can cause exceptions. - /nbnhhsh will now send 404 when there's no input text. - fix --trusted-chat -1 will caused MornyTrusted throws exception, now it will judge(ignore) the value as design. - fixed --report-to -1 not process normally - added missing --dinner-chat startup param. - Some minor fixes while porting coeur to scala is not listed.
29 lines
471 B
Properties
29 lines
471 B
Properties
## 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
|
|
|
|
VERSION = 1.0.0
|
|
|
|
USE_DELTA = false
|
|
VERSION_DELTA =
|
|
|
|
CODENAME = beiping
|
|
|
|
# dependencies
|
|
|
|
lib_spotbugs_v = 4.7.3
|
|
lib_scalamodule_xml_v = 2.2.0
|
|
|
|
lib_messiva_v = 0.1.1
|
|
lib_resourcetools_v = 0.2.2
|
|
|
|
lib_javatelegramapi_v = 6.2.0
|
|
|
|
lib_okhttp_v = 4.11.0
|
|
lib_gson_v = 2.10.1
|
|
|
|
lib_scalatest_v = 3.2.17
|