Compare commits

...

3 Commits

Author SHA1 Message Date
default 86626e5b56 Version 2.51 RELEASED. 2024-04-04 10:13:06 +02:00
default 685a1fb9cc Updated TODO. 2024-04-04 05:50:05 +02:00
default 1ddf1d54ee Updated TODO. 2024-04-04 05:41:09 +02:00
2 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,8 @@ Important: deleting a follower should do more that just delete the object, see h
## Wishlist
Implement `Group`-like accounts (i.e. an actor that boosts to their followers all posts that mention it).
Integrate "Ability to federate with hidden networks" see https://codeberg.org/grunfink/snac2/issues/93
Integrate "Added handling for International Domain Names" PR https://codeberg.org/grunfink/snac2/pulls/104
@ -24,7 +26,7 @@ Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl`
Add more CSS classes according to https://comam.es/snac/grunfink/p/1705598619.090050
Add support for /share?text=tt&website=url (whatever it is).
Add support for /share?text=tt&website=url (whatever it is, see https://mastodonshare.com/ for details).
Add support for /authorize_interaction (whatever it is).

2
snac.h
View File

@ -1,7 +1,7 @@
/* snac - A simple, minimalistic ActivityPub instance */
/* copyright (c) 2022 - 2024 grunfink et al. / MIT license */
#define VERSION "2.51-dev"
#define VERSION "2.51"
#define USER_AGENT "snac/" VERSION