New Features
Crosspost viewing support
When Voyager detects a crosspost, it will now automatically render it in the UI. This makes it quick and easy to see # of comments and post score of the crossposted content. It also makes it much easier to navigate to the original post!
It's also supported in compact mode!

If you don't like this behavior, you can disable it in Settings -> Appearance -> Embed Crossposts
.

In an upcoming release, I will add support for crossposting to a community.
Lastly, I've improved some code and functionality around blurring images. Now, URL embed images will not blur when you navigate to the post details.
Ban users from community
Voyager now supports banning/unbanning users from a community. You can specify time banned, reason, and whether to remove user content.
Mods: Let me know what you think!
Embedded media in comments can now be fullscreen
Before, embedded media in comments was limited to 200px wide. Now, the constraint is 200px tall. This means images can now go to full width (if less than 200px tall).
The 200px tall constraint ensures comments don't spam/clutter the comment tree.
What's Changed
- Switch inline comment media constraint from width to height by @aeharding in #1138
- Fix moderator username overflow by @aeharding in #1139
- Add embedded crosspost by @aeharding in #1143
- Add ban user from community by @aeharding in #1140
Full Changelog: 1.32.7...1.33.0