v1.3.0
Features
Report a toot or account
You can now report accounts and toots. Press "…" on either a toot or an account, choose "Report," then fill out the form to report any number of recent toots from that account. You can also forward the report to remote moderators.
- feat: report an account or toots
#1016
Mute notifications
When muting an account, you can now choose whether or not to mute notifications (which essentially acts as an invisible block).
- feat: allow muting notifications when muting
#1013
Moved accounts
When an account has moved, you'll now see a notice on their profile saying that the account is moved.
- feat: add "accout has moved" banner
#1032
Bugfixes
Static Node server
To better match how the pinafore.social production server actually runs, node server.js is now a static Express server with some minor routing logic. This should result in fewer inconsistencies between self-hosting and pinafore.social.
- fix: use static server for
node server.js#1041
a11y: keyboard shortcuts correctly set focus
Using the j/k or ↓/↑ keys to move up and down the timeline will now correctly set the focus on the highlighted toot. The focus style no longer changes the background, but instead adds a standard focus outline.
- fix: j/k shortcuts correctly set active element
#1028
keyboard shortcuts for pinned toots work
You can now use j/k or ↓/↑ to cycle through pinned toots as well as regular toots.
- fix: fix keyboard shortcuts for pinned toots
#1033
Video posters work now
"Poster" placeholder images for <video>s were broken in the media dialog, but they're fixed now.
Fixed a bug where pinned toots wouldn't appear sometimes
- fix: fix pinned toots not in IDB
#1040