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

+7 -2
+5
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.2.0 - 2025-09-14 4 + 5 + * Adds `--alt-texts` to pass images alt texts from the CLI 6 + * Adds possibility to post image(s) without text 7 + 3 8 ## 1.1.4 - 2025-09-14 4 9 5 10 * Adds support for Pyhton 3.14
+1 -1
pyproject.toml
··· 1 1 [project] 2 2 name = "not-my-ex" 3 - version = "1.1.4" 3 + version = "1.2.0" 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.1.4" 454 + version = "1.2.0" 455 455 source = { editable = "." } 456 456 dependencies = [ 457 457 { name = "aiofiles" },