From 90a959cb858711ea1dd9a802a4f86991abc1c904 Mon Sep 17 00:00:00 2001 From: default Date: Sat, 16 Nov 2024 07:26:44 +0100 Subject: Updated TODO. --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 619364c..5054b1f 100644 --- a/TODO.md +++ b/TODO.md @@ -357,3 +357,7 @@ Fix a crash when posting from the links browser (2.63, 2024-11-08T15:57:25+0100) Fix some repeated images in Lemmy posts (2.63, 2024-11-08T15:57:25+0100). Fix a crash when posting an image from the tooot mobile app (2.63, 2024-11-11T19:42:11+0100). + +Fix some URL proxying (2.64, 2024-11-16T07:26:23+0100). + +Allow underscores in hashtags (2.64, 2024-11-16T07:26:23+0100). -- cgit v1.2.3 From 0858f57d8a17aac6c2ca7fc2fc6b7008486293fe Mon Sep 17 00:00:00 2001 From: default Date: Sun, 17 Nov 2024 10:09:41 +0100 Subject: Updated TODO. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 5054b1f..5e0a302 100644 --- a/TODO.md +++ b/TODO.md @@ -16,6 +16,8 @@ Important: deleting a follower should do more that just delete the object, see h ## Wishlist +Add a pidfile. + Implement Proxying for Media Links to Enhance User Privacy (see https://codeberg.org/grunfink/snac2/issues/219 for more information). Consider showing only posts by the account owner (not full trees) (see https://codeberg.org/grunfink/snac2/issues/217 for more information). -- cgit v1.2.3 From ec5ba68d00a5db05f61f539a6cde9d9906388e83 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 17 Nov 2024 10:21:51 +0100 Subject: Updated TODO. --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 5e0a302..0d8c64d 100644 --- a/TODO.md +++ b/TODO.md @@ -16,8 +16,6 @@ Important: deleting a follower should do more that just delete the object, see h ## Wishlist -Add a pidfile. - Implement Proxying for Media Links to Enhance User Privacy (see https://codeberg.org/grunfink/snac2/issues/219 for more information). Consider showing only posts by the account owner (not full trees) (see https://codeberg.org/grunfink/snac2/issues/217 for more information). @@ -363,3 +361,5 @@ Fix a crash when posting an image from the tooot mobile app (2.63, 2024-11-11T19 Fix some URL proxying (2.64, 2024-11-16T07:26:23+0100). Allow underscores in hashtags (2.64, 2024-11-16T07:26:23+0100). + +Add a pidfile (2.64, 2024-11-17T10:21:29+0100). -- cgit v1.2.3 From 4daacf6b9d60b6fc9fedbbf634ed1c9490095ba1 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 18 Nov 2024 20:38:30 +0100 Subject: Updated TODO. --- TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 0d8c64d..0f2cbd0 100644 --- a/TODO.md +++ b/TODO.md @@ -16,10 +16,6 @@ Important: deleting a follower should do more that just delete the object, see h ## Wishlist -Implement Proxying for Media Links to Enhance User Privacy (see https://codeberg.org/grunfink/snac2/issues/219 for more information). - -Consider showing only posts by the account owner (not full trees) (see https://codeberg.org/grunfink/snac2/issues/217 for more information). - Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information). The instance timeline should also show boosts from users. @@ -363,3 +359,7 @@ Fix some URL proxying (2.64, 2024-11-16T07:26:23+0100). Allow underscores in hashtags (2.64, 2024-11-16T07:26:23+0100). Add a pidfile (2.64, 2024-11-17T10:21:29+0100). + +Implement Proxying for Media Links to Enhance User Privacy (see https://codeberg.org/grunfink/snac2/issues/219 for more information) (2024-11-18T20:36:39+0100). + +Consider showing only posts by the account owner (not full trees) (see https://codeberg.org/grunfink/snac2/issues/217 for more information) (2024-11-18T20:36:39+0100). -- cgit v1.2.3