summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorGravatar Giacomo Tesio2024-12-05 22:53:40 +0100
committerGravatar Giacomo Tesio2024-12-05 22:53:40 +0100
commitbd74ffda5b25cc07e8d559815e027c8dab3b9d73 (patch)
tree00725a5d5f53ed421b923de6fc1892c58815cc16 /TODO.md
parentMakefile: enable static compilation with musl (diff)
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-bd74ffda5b25cc07e8d559815e027c8dab3b9d73.tar.gz
snac2-bd74ffda5b25cc07e8d559815e027c8dab3b9d73.tar.xz
snac2-bd74ffda5b25cc07e8d559815e027c8dab3b9d73.zip
Merge branch 'master' into build-with-musl
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 619364c..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
16 16
17## Wishlist 17## Wishlist
18 18
19Implement Proxying for Media Links to Enhance User Privacy (see https://codeberg.org/grunfink/snac2/issues/219 for more information).
20
21Consider showing only posts by the account owner (not full trees) (see https://codeberg.org/grunfink/snac2/issues/217 for more information).
22
23Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information). 19Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information).
24 20
25The instance timeline should also show boosts from users. 21The instance timeline should also show boosts from users.
@@ -357,3 +353,13 @@ Fix a crash when posting from the links browser (2.63, 2024-11-08T15:57:25+0100)
357Fix some repeated images in Lemmy posts (2.63, 2024-11-08T15:57:25+0100). 353Fix some repeated images in Lemmy posts (2.63, 2024-11-08T15:57:25+0100).
358 354
359Fix a crash when posting an image from the tooot mobile app (2.63, 2024-11-11T19:42:11+0100). 355Fix a crash when posting an image from the tooot mobile app (2.63, 2024-11-11T19:42:11+0100).
356
357Fix some URL proxying (2.64, 2024-11-16T07:26:23+0100).
358
359Allow underscores in hashtags (2.64, 2024-11-16T07:26:23+0100).
360
361Add a pidfile (2.64, 2024-11-17T10:21:29+0100).
362
363Implement 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).
364
365Consider 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).