๐Ÿ 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.1

+7 -3
+5 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.2.1 - 2025-11-26 4 + 5 + * Uses `aspectRatio` so embed images looks better on Bluesky 6 + 3 7 ## 1.2.0 - 2025-09-14 4 8 5 9 * Adds `--alt-texts` to pass images alt texts from the CLI ··· 7 11 8 12 ## 1.1.4 - 2025-09-14 9 13 10 - * Adds support for Pyhton 3.14 14 + * Adds support for Python 3.14 11 15 * Drops support for Python 3.9 (end of life in 17 days)
+1 -1
pyproject.toml
··· 1 1 [project] 2 2 name = "not-my-ex" 3 - version = "1.2.0" 3 + version = "1.2.1" 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"}
+1 -1
uv.lock
··· 451 451 452 452 [[package]] 453 453 name = "not-my-ex" 454 - version = "1.2.0" 454 + version = "1.2.1" 455 455 source = { editable = "." } 456 456 dependencies = [ 457 457 { name = "aiofiles" },