1.4.9
Bugfixes
- [179a4f6b] Disabled accidental hashtag badge-ification on post titles
- [6635fba2] Ignore pre-linked hashtags during regex pre-processing
- [b14e11b1] Bugfix/enhancement: Support ‘foreign’ hashtags that are already linked to outside sources
- [93355eb0] Fixed weird post css inheritance putting 2rem margins (1 top, 1 bottom) on details > summary elements.
- [048c1963] Add
noreferrer
to links - [76e64610] Fix bug when closing image upload modal via “X” button, current image and alt text not reset.
- [904d21fe] Only collapse bot comments (if enabled) on
/post
pages rather than everywhere. - [91598f6c] Add step to Dockerfile to clear npm cache after installing runtime deps (image size ballooned up by 200 MB after
file-type
updated and requiredstrtok3
as a runtime dependency; 99.9% of that was just npm cache). - [f3451a14] Enhancement/Change: Removed
capitalize
class from modal title element.
Changes
- [c2cc4b70] Re-wrote User->Blocks page to better keep blocks in sync with UI state for reactivity purposes
- [774192b8] [ad197935] Hide users from blocked instances.
New Features
Instance Blocking is More Powerful
a.k.a Instance blocking works like it should at the API level.
When you block an instance in Lemmy, what you’re really doing is basically blocking all communities on that instance. You will still see posts to communities on other instances from users of the blocked one, and you will also still see them in the comments.
Not anymore (unless you like it like that).
There’s a new option (disabled by default) under Settings -> Filtering -> Hide Users From Blocked Instances
that will let you hide any content by users from a blocked instance.
Like the “Hide Posts/Comments From New Accounts” filtering option, there are some different behaviors / safety mechanisms for mods/admins:
Even with the option enabled, content will still be shown under the following conditions:
- You are a moderator of a community and the post/comment is to that community
- You are a local administator, and the post/comment is to a community local to your instance
The comment counts will not reflect the hidden ones (similar to when you’ve blocked a user, you’ll see a higher count than is actually present).
Docker Tags:
ghcr.io/asimons04/tesseract:1.4.9
ghcr.io/asimons04/tesseract:latest
ghcr.io/asimons04/tesseract:v1.4.9
Note: If you downvoted the 1.4.8 release notes, maybe indicate why and I can address that, yeah?
I’ve scored something like -7 on some test post on my local test community, and I was like “what are you guys even doing here, I’m just trying to fix my instance!! it’s not my fault Lemmy upgrades like to break your database!”
I usually set my test community to NSFW which seems to help. At least, the subscribe bots have left it alone when that’s set (sometimes I have to turn nsfw off for other tests).