Morny 2.0.0-alpha20*(XINZHENG)
Pre-release
Pre-release
-
Separated project to subprojects
morny-system-lib
that includes Telegram related bot framework classesmorny-coeur
that includes all Morny's features implementation codes
-
Add module
morny.cron
- Add command
/create_cron_message
, currently can only do a parsing CRON.
- Add command
-
Cha
/on
command now can triggered by justo
in private chat. (not command/o
, just plain texto
) -
Del old ServerModuleLoader implementation
- Add a new module loader that will read file
morny-modules.list
to load modules
- Add a new module loader that will read file
-
Add exception catch for every module events. Now module's exceptions will not directly crash the whole event thread which caused unexpected Coeur fatal exception.
- Fix MedicationTimer's onExit event handler will failed when MedicationTimer is not enabled.
-
Delete coeur startup params
-ob
and--outdated-block
-
Add coeur startup params
--skip-login
, now not implemented yet.