this post was submitted on 28 Jun 2025
3 points (100.0% liked)

Tesseract

127 readers
3 users here now

Tesseract: An Advanced Lemmy Client

The goal of Tesseract is to address as many things in Lemmy that annoy me as I can. I also trawl various "is there any way to [blank] in Lemmy?" posts to get feature ideas. Both of those lists are pretty extensive, so Tesseract has accumulated quite a few features.

Github: https://github.com/asimons04/Tesseract/

Hosted / Demo Instance: https://tesseract.dubvee.org/

Note that the hosted instance defaults to Lemmy World, but it is unlocked to be able to connect to any Lemmy server.

Announcements, support, and guidance for the Tesseract UI.

All instance rules apply here. Beyond that, just be civil and constructive.

founded 2 years ago
MODERATORS
3
1.4.40 Released (dubvee.org)
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]
 

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
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here