๐Ÿ Tiny CLI to post simultaneously to Mastodon and Bluesky
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

v1.2.2

+5 -1
+4
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.2.2 - 2025-11-27 4 + 5 + * Fixes event loop affecting Python 3.14 6 + 3 7 ## 1.2.1 - 2025-11-26 4 8 5 9 * Uses `aspectRatio` so embed images looks better on Bluesky
+1 -1
pyproject.toml
··· 1 1 [project] 2 2 name = "not-my-ex" 3 - version = "1.2.1" 3 + version = "1.2.2" 4 4 description = "Tiny CLI to post simultaneously to Mastodon and Bluesky" 5 5 authors = [{name = "Eduardo Cuducos", email = "4732915+cuducos@users.noreply.github.com"}] 6 6 license = {file = "LICENSE"}