mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Merge branch 'master' of triptico.com:git/snac2
This commit is contained in:
commit
3bdc484206
2 changed files with 11 additions and 1 deletions
|
@ -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.
|
||||
|
|
2
snac.h
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue