this post was submitted on 17 Apr 2025
10 points (100.0% liked)

Tesseract

110 readers
2 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
10
1.4.37 Released (dubvee.org)
submitted 3 weeks ago* (last edited 3 weeks ago) by ptz@dubvee.org to c/tesseract@dubvee.org
 

1.4.37

Apologies for the rapid release cycle this week. I'm taking advantage of the rare overlap in free time and motivation and trying to knock out all the low-hanging fruit as far as bugs and annoyances go plus incorporate feedback from the prior releases. The smaller, faster releases also help prevent me from getting too deep into feature creep.

Minor update with bugfixes, UI polish and, at least for now, the removal of a few rarely-used post views (they're rarely used and incompatible with the rewrite to the post body component).

Bugfixes

Changes

Post Action Buttons

On desktop post action buttons are now in a single row. On mobile and smaller-width desktop, the actiom buttons reflow to two rows as they were in the previous release. This makes better use of the available space as well as making the post header slightly more compact.

Post Body Previews in Feed

The post body has been re-implemented in the feed. This fixes issue 35 as well as provides a better-looking post preview.

Instead of a dumb substring from 0 to postBodyPreviewLength of the pre-rendered post body text, it now renders the body in full and conditionally limits the height of the container. This ensures the content is rendered correctly when collapsed as well as being cleaner, better looking, and more responsive.

Removed Unused View Modes

Due to the architectural change of the post body component (as well as lack of use), the "Reader", "Ultra-Compact", "More-Compact", and "Compacter" view modes have been removed. They would have required re-implementation from scratch anyway, so I just got rid of them. If there is demand, or you want any of those back, let me know, and I can re-introduce them using the new post body render method.

If your view was set to any of those, it will now migrate it to "wide-compact" which is the closest remaining view.

Removed Settings:

  • Post Body Preview Length (No longer needed/used)
  • Post View Mode options (no longer compatible without fully re-implementing):
    • Compacter
    • More Compact
    • Ultra-Compact
    • Reader

Tags

  • ghcr.io/asimons04/tesseract:1.4.37
  • ghcr.io/asimons04/tesseract:v1.4.37
  • ghcr.io/asimons04/tesseract:latest
you are viewing a single comment's thread
view the rest of the comments
[–] Catoblepas@lemmy.blahaj.zone 1 points 3 weeks ago (6 children)

I’m not sure if this is because I’m not doing something properly or if this is broken, but is anyone else having problems viewing alt text? I have it enabled in settings.

[–] ptz@dubvee.org 2 points 3 weeks ago (5 children)

It only shows the alt text as a caption for images in markdown, not post images. Is that what you're (not) seeing?

[–] Catoblepas@lemmy.blahaj.zone 1 points 2 weeks ago (4 children)

Yep, I think that’s what I wasn’t understanding, thanks! Is alt text for posts planned for the future? It confused me that I could add alt text to post images but not view them 😅

[–] ptz@dubvee.org 2 points 2 weeks ago (1 children)

Is alt text [as caption] for posts planned for the future?

It can be, sure.

[–] Catoblepas@lemmy.blahaj.zone 2 points 2 weeks ago (1 children)

That’s probably the only feature from Voyager that I actually miss! I know I’m not the only one with bad eyesight so I’m sure it would help others too. Thanks for the response 🫶

[–] ptz@dubvee.org 2 points 2 weeks ago (1 children)

Done. Will include in 1.4.38 when I release it. Not sure when; this is the first change in that branch.

[–] Catoblepas@lemmy.blahaj.zone 2 points 2 weeks ago

Thanks so much!

load more comments (2 replies)
load more comments (2 replies)
load more comments (2 replies)