summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/TODO.md b/TODO.md
index 07308e9..2c20057 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,16 +8,10 @@ Add web interface for the list of people being followed.
8 8
9Implement hashtags. 9Implement hashtags.
10 10
11Make local likes / announces more visible.
12
13Implement bulleted lists. 11Implement bulleted lists.
14 12
15Shorten HTML labels.
16
17## Wishlist 13## Wishlist
18 14
19Implement notification by email of private messages.
20
21Implement HTTP caches (If-None-Match / ETag). 15Implement HTTP caches (If-None-Match / ETag).
22 16
23The 'history' pages are now just monthly snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. delete a post because it will be there in the history forever. 17The 'history' pages are now just monthly snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. delete a post because it will be there in the history forever.
@@ -171,3 +165,7 @@ Implement the s/ (static) path (2022-10-11T08:52:09+0200).
171Implement image upload (2022-10-16T20:08:16+0200). 165Implement image upload (2022-10-16T20:08:16+0200).
172 166
173Implement the :emojis: in actor names and messages (2022-10-17T12:12:58+0200). 167Implement the :emojis: in actor names and messages (2022-10-17T12:12:58+0200).
168
169Implement notification by email of private messages (2022-10-28T21:17:27+0200).
170
171Make local likes / announces more visible (2022-10-28T21:18:41+0200).