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_content
function to help keepcontent
andcontentMap
in 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#tags
to/from AS1tags
([snarfed/bridgy-fed#1394](https://github.com/snarfed/bridgy-fed/issues/1394)). - Add
auth
kwarg toBluesky
constructor to pass through as custom auth object torequests.get
/post
. from_as1
:- Bug fix for generating external embeds: convert HTML
content
/summary
to plain textdescription
(bridgy-fed#1615). - Don't add
app.bsky.feed.post#tags
that are overmaxGraphemes
(64). - Add new
raise_
kwarg to raiseValueError
if a required object (eg the target of a like or repost) can't be fetched via ATProto. - Bug fix: ignore
inReplyTo
for DMs. - Don't convert HTML links in
content
with bad URLs to#link
facets.
- 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 compositeurl
field.mastodon
:preview
/create
:- Add support for follows.
nostr
:- Add new
Nostr.delete
method. - Add new
sign
function. source
:Source.postprocess_object
: relax mention text matching withmentions=True
, ignore server part of webfinger addresses.- Add new
get_follows
andget_followers
methods, implement in Mastodon and Bluesky.