| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-03-14 | 2.1 kB | |
| v8.1 source code.tar.gz | 2025-03-14 | 1.4 MB | |
| v8.1 source code.zip | 2025-03-14 | 1.5 MB | |
| Totals: 3 Items | 2.9 MB | 0 | |
Notable changes
as2:- Add new
set_contentfunction to help keepcontentandcontentMapin sync. to_as1: support integer secondsduration, which is non-standard but sent by some AP implementations, eg Funkwhale.link_tags: addclass="hashtag"for hashtag (Tag,Hashtag) tags (bridgy-fed/#1634).bluesky:- Translate Bluesky
app.bsky.feed.post#tagsto/from AS1tags([snarfed/bridgy-fed#1394](https://github.com/snarfed/bridgy-fed/issues/1394)). - Add
authkwarg toBlueskyconstructor to pass through as custom auth object torequests.get/post. from_as1:- Bug fix for generating external embeds: convert HTML
content/summaryto plain textdescription(bridgy-fed#1615). - Don't add
app.bsky.feed.post#tagsthat are overmaxGraphemes(64). - Add new
raise_kwarg to raiseValueErrorif a required object (eg the target of a like or repost) can't be fetched via ATProto. - Bug fix: ignore
inReplyTofor DMs. - Don't convert HTML links in
contentwith bad URLs to#linkfacets.
- Bug fix for generating external embeds: convert HTML
to_as1:- Bug fix: HTML-escape
<and>characters, while preserving facet indices, so that they don't disappear (snarfed/bridgy-fed#1144).
- Bug fix: HTML-escape
preview/create:- Add support for follows.
to_external_embed: bug fix: handle compositeurlfield.mastodon:preview/create:- Add support for follows.
nostr:- Add new
Nostr.deletemethod. - Add new
signfunction. source:Source.postprocess_object: relax mention text matching withmentions=True, ignore server part of webfinger addresses.- Add new
get_followsandget_followersmethods, implement in Mastodon and Bluesky.