Skip to content

Tags: blacktop/xpost

Tags

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
chore(deps): bump deps

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: add per-provider request validation

Add Validate(Request) to the Poster interface and implement it for Mastodon, Twitter and Bluesky to enforce platform
length limits (character/grapheme checks). Dispatch now validates all posters before sending any posts, prints
validation failures, and returns a joined error to prevent partial posting. Add github.com/rivo/uniseg for grapheme
counting.

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: append link to status text in Mastodon and Twitter posts

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: bluesky not link-afying links

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Update README.md

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
chore: add initial code