diff --git a/README.md b/README.md index e2f206068..9c3b0dd2e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Hometown is launching with a few key differences from Mastodon. * Local only posting (aka posts that never federate) * Accepting more content types "natively", like in-line reading of full articles (behind a cut for length) -* Better list management +* Better list management (not implemented yet but will come in the first release) * Some accessibility features set to default Those are the only changes! They are pretty minor in terms of the source code involved, but they drastically change the experience of being on Mastodon. I'll explain each of these in more detail now. @@ -67,6 +67,8 @@ My first plan is to introduce a new kind of _exclusive list_. Right now if you a Or another case: I might have all the blogs I read in one list, but I only check it on Saturdays when I have time to read things. In that case I don't want updates from those blogs clogging up my home timeline. +> This is not yet implemented but will be available in the first release. + ## Better accessibility defaults Look, right now this pretty much just means that we underline hyperlinks by default. I'm of course open to implementing other obviously beneficial accessibilty defaults that Mastodon itself doesn't implement.