- add coeur config debugMode
- currently controls if set the cache time in inline queries
- can be enabled by `--debug-run`
- change old `--debug -d` startup param (which means enable debug logging) to `--verbose-logging --verbose`
- set the new `--debug -d` as the combined of `--debug-run` and `--verbose-logging`
- deprecated `--dbg`, currently, it still works as old behavior (like `--verbose`)
- change Log.exceptionLog(throwable) to an extension method throwable.toLogString in UseThrowable
- added SimpleCommandManager as the backend of both MornyCommandManager and UniMeowCommandManager
- added Request().execute and Request().unsafeExecute() extensions.
- change all the request execute using those extensions.
- change some method with infix keyword.
- change MornyTrusted methods using User/Chat object instead of a bare id.
- update scala to 3.4.0-RC4 and fix infix warnings.
- add HTTP server backend
- with configurable listening port
- default is 30179
- cannot disable it yet
- with UI service with a 523 image
- with simple RESTful API service
- add basic tstickers-api
- now can only get and output binary content without file-type tagging or converting
-