- 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
-