Yes, I'm working on preparing multicommunities, which includes the anonymous homepage feature.
I haven't removed those options. I'm hoping I can get that feature ready for the next release. I have a somewhat working proof of concept implementation ready and I have a few ideas to improve it.
If you want to follow the progress you can check out this PR: #209
Yes, I'm currently waiting for an approval.
Not necessarily. I want to make a contest where people can submit their work for the new icon.
It will replace the old app.
In the future, I would love to integrate other platforms to the app, including Kbin. However, right now the API calls in Infinity (for Reddit/Lemmy) are all over the place in static methods. It works great for one platform, but it's not very good for multiple. I want to replace this with some fancy classes and an interface, so that new platforms can be added by implementing just one class with a specific API.
I have an open MR for it on Gitlab. However, I'm still trying to figure out how to do reproducible builds.
It seems like I forgot to change the version number in the build system 😢
Currently, there is no page to show you the list of communities (other than your subscriptions/blocks). However, I plan to implement something similar to this one soon.
I also want to add an instance view page that will show the list of communities for that specific instance as well.