Skip to content

Morny v1.2.0*XIONGAN

Compare
Choose a tag to compare
@Eyre-S Eyre-S released this 18 Oct 09:54
· 55 commits to master since this release
69e9459

url-encode in new /encrypt

added algorithms urlencoder / urldecoder (with some aliases) to command /encrypt.

urlencoder and urldecoder allows only text input, will not process files. They use UTF-8 as the default encoding.

And also add new alias /enc for /encrypt.

b23.tv links support

Now, Share Tool Bilibili supports share the b23.tv share link and b23.tv video link.

Tracking information in b23.tv will not be sent or stored or cached for protect your privacy. We only use the video id in it to let you can share the video to others.

The video p(part) param parser is also optimized that can parse the p param inside the useless (tracking) params for support getting video part information from b23.tv links or others.

Changes for self-hosted or developers

EventListener have been changed from receiving Update to receiving EventEnv contains Update and other information. There's also a new thing you can do using EventEnv is use provide and consume to reuse some custom data from earlier listener to later listeners.

Add two new log level, and add a new log formatter.

The new log formatter now can echo the human-readable time using system time zone.

And the new log level is:

  • NOTICE notice, is slightly higher level than INFO, means there's some information on morny (but not the coeur), mostly, nothing to be worried.
  • ATTION attention, is higher than level NOTICE but lower than level WARN, usually means there's some unusual things happened in the morny, not much important than the coeur level WARN things which might break something, but still worthy to take attention.