summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-08-19 09:31:20 +0200
committerGravatar default2023-08-19 09:31:20 +0200
commit3bdc484206836e33a19321f18847f422a906f050 (patch)
tree7cffb3f86047e63c527fd29f0ed90eab814dd8a5
parentRewritten history_get() prototype to match static_get(). (diff)
parentBumped version. (diff)
downloadsnac2-3bdc484206836e33a19321f18847f422a906f050.tar.gz
snac2-3bdc484206836e33a19321f18847f422a906f050.tar.xz
snac2-3bdc484206836e33a19321f18847f422a906f050.zip
Merge branch 'master' of triptico.com:git/snac2
-rw-r--r--RELEASE_NOTES.md10
-rw-r--r--snac.h2
2 files changed, 11 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 719d34b..eb68d39 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,15 @@
1# Release Notes 1# Release Notes
2 2
3## 2.41
4
5Show inline `Link` objects that are image, audio or video media.
6
7The history in the public page is returned in reverse chronological order.
8
9Mastodon API: minor fixes.
10
11Be more strict when serving note objects.
12
3## 2.40 13## 2.40
4 14
5Announces (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. 15Announces (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
index 84a023d..8df5fb4 100644
--- a/snac.h
+++ b/snac.h
@@ -1,7 +1,7 @@
1/* snac - A simple, minimalistic ActivityPub instance */ 1/* snac - A simple, minimalistic ActivityPub instance */
2/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ 2/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */
3 3
4#define VERSION "2.40" 4#define VERSION "2.41-dev"
5 5
6#define USER_AGENT "snac/" VERSION 6#define USER_AGENT "snac/" VERSION
7 7