snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 3bdc484206836e33a19321f18847f422a906f050
parent 5de1a9ce0cbdda0ded72a51660130327636eb699
Author: default <nobody@localhost>
Date:   Sat, 19 Aug 2023 09:31:20 +0200

Merge branch 'master' of triptico.com:git/snac2

Diffstat:
MRELEASE_NOTES.md | 10++++++++++
Msnac.h | 2+-
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -1,5 +1,15 @@ # Release Notes +## 2.41 + +Show inline `Link` objects that are image, audio or video media. + +The history in the public page is returned in reverse chronological order. + +Mastodon API: minor fixes. + +Be more strict when serving note objects. + ## 2.40 Announces (boosts) can now be disabled/reenabled on a per-people basis (to limit those boost-trigger-happy friends from flooding your timeline). This is operated from the people page. diff --git a/snac.h b/snac.h @@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ -#define VERSION "2.40" +#define VERSION "2.41-dev" #define USER_AGENT "snac/" VERSION