summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grunfink2025-09-13 09:53:05 +0200
committerGravatar grunfink2025-09-13 09:53:05 +0200
commit851ecabfbf2981f5e727f78cfeb45d0581803f4c (patch)
treeb82f81cb0baac0c032bfffd77ef0b7832dca5aec
parentUpdated documentation. (diff)
downloadpenes-snac2-851ecabfbf2981f5e727f78cfeb45d0581803f4c.tar.gz
penes-snac2-851ecabfbf2981f5e727f78cfeb45d0581803f4c.tar.xz
penes-snac2-851ecabfbf2981f5e727f78cfeb45d0581803f4c.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 298df5d..c1c4531 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,10 +2,12 @@
2 2
3## UNRELEASED 3## UNRELEASED
4 4
5Fixed a nasty bug that incorrectly deleted private local posts in certain cases.
6
7After receiving a follow confirmation, a bunch of posts from that account are requested and inserted into the timeline as context. 5After receiving a follow confirmation, a bunch of posts from that account are requested and inserted into the timeline as context.
8 6
7Continuously failing instances are marked as broken after a given number of days (see `snac(8)` on how to tune this counter). Incoming activity from any of these instances resets the counter.
8
9Fixed a nasty bug that incorrectly deleted private local posts in certain cases.
10
9Scheduled posts can now be sent from the command line (see `snac(1)` for more information on how to do it). 11Scheduled posts can now be sent from the command line (see `snac(1)` for more information on how to do it).
10 12
11Docker: add timezone, new examples for building and complete Swarm mode stack with Traefik (contributed by daltux). 13Docker: add timezone, new examples for building and complete Swarm mode stack with Traefik (contributed by daltux).