Releases: SpriteOvO/closely
Releases · SpriteOvO/closely
v0.1.19
Changes
- [Telegram] Wait then retry if rate limited.
- [Telegram] Split message sending for more than 10 media.
- [bilibili.space] Recognize and handle
RICH_TEXT_NODE_TYPE_VIEW_PICTURE
. - [bilibili.space] Recognize and handle
RICH_TEXT_NODE_TYPE_GOODS
. - Extend request timeout to 3 minutes.
- Apply clippy for lints
needless_lifetimes
andelided_named_lifetimes
.
v0.1.18
Changes
- [Telegram] Support sending live image as preview.
- [bilibili.space] Handle rich text nodes.
- [bilibili.space] Handle the missing title as content.
- [bilibili.space] Filter out posts that may be fans-only.
- [bilibili.space] Remove major URL if it has a module URL.
- [bilibili.space] Recognize and handle
RICH_TEXT_NODE_TYPE_BV
. - [QQ] Fix message id type to signed 64-bit integer
- Support styled source content.
- Remove
RepostFrom::Legacy
. - Move platform implementations under
platform
module. - Bump dependencies to the latest.
v0.1.17
v0.1.16
Changes
- [Twitter] Recognize boolean value for card.
- [Twitter] Don't warn if the card doesn't contain any image value at all.
- [Twitter] Dedup media entity indices.
- [QQ] Don't launch
lagrange
sub-process, just connect it. - Return error if sending request timeout.
v0.1.15
v0.1.14
v0.1.13
v0.1.12
v0.1.11
Changes
- [Telegram] Mark repost part as quote entity
- [Telegram] Allow specifying a global token and eliding token in notify
- [bilibili.video] Add support for the source platform
- [bilibili.live] Support title change notification
- [bilibili] Rename config field
uid
touser_id
- Represent source platforms by name instead of URL
- Organize platform source files into their respective directories
- Move platform config structs to their respective source files
- Launch headless Chrome without sandbox for running as root