New feature 2: The server-wide "About" pages now show in limited federation mode.
Limited federation is a Mastodon feature that hides things like profile pages and directories etc from other servers, plus lets you make an allow-list for federation. This is good, but it also hid your server's "About" page. That's where important information like your Code of Conduct goes, and it makes sense to show that to everyone.
New feature 3: The "compose" box no longer has keyboard focus when you load the web client.
Auto-focusing this assumes that you are likely to make a post as soon as you load the page. This often isn't true, and it means that keyboard shortcut users have to tab out before beginning to navigate. Thanks to @raboof for the PR and @weirdwriter for a quick screen reader consultation.
https://github.com/hometown-fork/hometown/pull/1156