From 8156e4f03fd730facdee8c5910b8ec810dc5835c Mon Sep 17 00:00:00 2001 From: default Date: Tue, 28 Jan 2025 08:18:11 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 23a2a17..b9f953d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,13 @@ # Release Notes +## UNRELEASED + +Notifications are now shown in a more compact way (i.e. all reactions are shown just above your post, instead of repeating the post *ad nauseam* for every reaction). + +New command-line option `unmute` to, well, no-longer-mute an actor. + +The private timeline now includes a mark between new posts and "already seen" ones. + ## 2.69 "Yin/Yang of Love" Added support for subscribing to LitePub (Pleroma-style) Fediverse Relays like e.g. https://fedi-relay.gyptazy.com to improve federation. See `snac(8)` (the Administrator Manual) for more information on how to use this feature. -- cgit v1.2.3 From e5d1fe433cdeaf4d65e13d660a7a7db696c763a9 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 30 Jan 2025 16:15:22 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b9f953d..b895801 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,7 +6,9 @@ Notifications are now shown in a more compact way (i.e. all reactions are shown New command-line option `unmute` to, well, no-longer-mute an actor. -The private timeline now includes a mark between new posts and "already seen" ones. +The private timeline now includes an approximate mark between new posts and "already seen" ones. + +Fixed a spurious 404 error in the instance root URL for some configurations. ## 2.69 "Yin/Yang of Love" -- cgit v1.2.3 From d0c81d35cefd5ce9ba6b2c6fd0bf3091011959b5 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 31 Jan 2025 09:10:16 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b895801..337a29a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## UNRELEASED +## 2.70 Notifications are now shown in a more compact way (i.e. all reactions are shown just above your post, instead of repeating the post *ad nauseam* for every reaction). -- cgit v1.2.3 From e1e4c0ca1ade524eb6d2585215c0b028ffaf5a8b Mon Sep 17 00:00:00 2001 From: default Date: Tue, 4 Feb 2025 13:56:08 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 337a29a..0623f23 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Release Notes +## UNRELEASED + +Fixed memory leak (contributed by inz). + +Fixed crash. + ## 2.70 Notifications are now shown in a more compact way (i.e. all reactions are shown just above your post, instead of repeating the post *ad nauseam* for every reaction). -- cgit v1.2.3 From d80985746719d54ef0a63bc51c05adedb537b394 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 4 Feb 2025 15:09:13 +0100 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0623f23..f39a912 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## UNRELEASED +## 2.71 Fixed memory leak (contributed by inz). -- cgit v1.2.3