Not really a lot new in this release, mostly just some bugfixes and polish.The only new "feature" is that it now indicates to the user if the instance is operating in "private" mode. Other than that, it's just some fine-tuning. Apologies for the delay in getting such a small release pushed out, but life has been hectic (to say the least) for the last few weeks and time hasn't been something I've had a surplus of lately.
Bugfixes
- Don't add comment text to conversation line button tooltip if comment is hidden.
- Check if comment_view.comment.content is undefined before setting the text to it. Only shows up in console log as an error, so it's non-breaking but still annoying
- Remove gap in post heading button bar where the "Moderation" button would be if the user is not a mod
- Fixed "Hide Deleted Posts" filter. It's a holdover from the 0.18.x days and recently, you can only see your own deleted posts. The filter was hitting the safety check to not hide your own content before this rule fired, so there's now an exception above the "post is from self" check.
- Inspect alt text for keywords in post filtering
- Fix feed not returning to correct post when return back from clicking into it (if open in modal/new tab is not enabled)
- Community icon in post view modal no longer scrunches with long post titles
- Post view modal was not wrapping the community icon with the proxy URL
Changes
- When collapsing a comment thread, if the top portion of the thread that's being collapsed is outside the viewport, scroll it into view. If that part of the thread is already in the viwport, don't scroll and leave it where it is.
- Add time to expiry date when showing temp bans in modlog
- Reduce padding in modal contents on smaller viewport screens
Private Instance Support
If "Private Instance" is enabled, all API-based routes will only show a banner informing the user that the instance is private. This has links to both login and signup pages.
Filtering
- Refactored post keyword filtering to be a bit more efficient
- Add ability to filter NSFW posts (works in addition to NSFW blur)
- Add ability to filter posts from bot accounts (without blocking them entirely)
- This is mutually exclusive with the "Collapse Bot Comments" filter option. Technically they can both work at the same time, but it's a lot of redundant clicking to reveal the content or even see who it is, so the settings are configured so one being enabled will disable the other.
Tags
ghcr.io/asimons04/tesseract:v1.4.40
ghcr.io/asimons04/tesseract:latest