Threadverse Apps

54 readers
2 users here now

Overview:

The place to discuss Lemmy, Mbin and Piefed apps.


founded 2 weeks ago
MODERATORS
1
 
 

This community was created to be more inclusive of all the platforms that follow the same link aggregator format.

2
 
 

cross-posted from: https://lemmy.ml/post/28296989

What is Lemmy?

Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.

Changes

This release fixes a security vulnerability which allows an attacker to delete images uploaded by other users. You can read the details in the security advisory. Thanks to @Nothing4You for discovering and fixing it.

A new donation dialog is shown to users once per year, to help fund Lemmy development.

There are also various backports from the development branch. Importantly the "Private instance" setting can now be used with federation enabled. This way only logged-in users can browse posts and comments, which stops AI crawlers from overloading the server. Also moderators can now view votes in the post/comment options.

Backend

  • Remove unnecessary pictrs purge calls (#5566)
  • Donation dialog (#5559)
  • Send out email after registration denied, email confirmed (#5553)
  • Change private instance setting to allow federation (#5530)
  • Proxy post.url if it is an image (#5545)
  • When creating community copy allowed languages from creator profile (#5490)
  • Include image alt text in post search (#5449)
  • Add config option to enable json logging (#5471, #5557)
  • Embed images in RSS feeds (#5488)
  • Fix federation of sticky posts (#5593)
  • Deleted user shouldnt break federation outbox (#5443, #5573)
  • Fix some image embeds by escaping alt text (#5506)
  • Properly federate distinguish comment (#5586)
  • Increase default registration rate limit to 10 per hour (#5600)
  • Remove debug ratelimit being used in production (#5551)

Frontend

  • Implement donation dialog (#3034)
  • Hide images in private message reports (#3053)
  • Dont render images in private message (#3043)
  • Changed checkbox text "Only moderators can post to this community" from legend to label on the Create Community page (#3046)
  • Trigger toast error on community request failure (#3045)
  • Add local link next to fedilink on posts (#3033)
  • Add banned badges to post and comment listings (#3030)
  • Linkify user @ mentions (#3029)
  • Adding ability for mods to view votes. (#3027)
  • Upvote, downvote, view source, and favorite icons become larger when pressed to improve visibility on grayscale screens (#2960)
  • Improve colour contrast of the mini-overlay in the top right corner of link or image post thumbnails (#2961)
  • Improve screenreader accessibility by adding a main element to more pages (issue #2891) (#2944)
  • Using input group for allowed and block instance buttons. (#2905)
  • Moving totp and delete account settings into their own cards. (#2907)
  • Hide NSFW field for create post form, for NSFW communities. (#2887)
  • Modify the logic for appending the URL after uploading an image, placing the image URL after the cursor. (#2804)

Upgrade instructions

There are no breaking changes with this release.

Follow the upgrade instructions for ansible or docker.

If you need help with the upgrade, you can ask in our support forum or on the Matrix Chat.

Thanks to everyone

We'd like to thank our many contributors and users of Lemmy for coding, translating, testing, and helping find and fix bugs. We're glad many people find it useful and enjoyable enough to contribute.

Support development

We are able to develop Lemmy as an open source platform free of tracking and ads thanks to the generosity of our users. Once a year we ask you to consider donating to support our work. Financial security allows us to continue maintaining and improving the platform. If you’d like to make a one-time or recurring donation simply use the links below. Thank you for using Lemmy.

Nutomic and Dessalines, Lemmy Developers

3
 
 

cross-posted from: https://lemmy.world/post/27755119

Hello Lemmy. I just released a new Lemmy client for iOS. I'm still working on a few key features (background notifications, word block filters, i18n, community creation and moderation, plus a few other random things). I hope to have them complete soon. If you have the time, please take a look and let me know how I can make it better: Maliki Issues.

I want to release this app for Android, but Google requires that I have 12 Android testers. Anyone up for that?

4
 
 

cross-posted from: https://vger.social/post/15192818

Hey there!

I just published Voyager's new promo site at https://getvoyager.app/. This site is intended to be an easy way to share the app with your friends and family. Let me know what you think! I'm hoping to roll out a couple more improvements to user onboarding soon™️, so stay tuned.

In other news, I hope you like the latest app update! ICYMI: the video player was significantly revamped, you can now upload videos (assuming lemmy instance support: keep reading...), and Android users can now long press links to preview the url, as well as for share/copy/open options.

https://github.com/aeharding/voyager/releases/tag/2.26.0

Speaking of videos: If you've ever wondered why videos sometimes fail to play in iOS, it's because many Lemmy instances are misconfigured. Please share this site I just published with your Lemmy admin to help debug issues: https://aeharding.github.io/lemmy-streaming Around 50% of instances are misconfigured 😳 so I really appreciate your help on getting the word out to admins! 🫡

5
 
 

cross-posted from: https://lemmy.world/post/26921774

The focus of this release is to add support for importing/exporting tables from the database of the app.

A lot of preferences/data, especially those that allow you to add to a list, are built on top of tables. Tables allows the app to scale better when lists can grow very long. Some features that use tables include drafts and bookmarked communities.

Currently while the app allows users to import/export settings, the app does not give the user any way to import/export anything backed by tables. This means not everything can be carried over by importing/exporting settings.

This release aims to give users a way to preview the database within the app and export them and import them with a high level of configurability.

This feature is a prerequisite of a larger feature which will be announced later.

Full changelog

  • Add support to import/export app data that is stored in tables.
  • Improve performance of "mark posts as read on scroll".
  • Improve general scroll performance on the post feed screen.
  • Updated community search result to show the full community name with instance.
  • Remove malformed markdown fix which tried to correct malformed headlines by inserting a space between '#' and text if there wasn't one.
  • Change open instance behavior. If the instance opened does not match the current account, the guest account is used automatically. This is to prevent the app from getting into a weird state.
  • Fix a bug where links do not open correctly if the default browser app is Firefox.
  • Fix a bug where the post feed header does not update when switching instances.
  • Fix a bug where rate limit errors are not recognized correctly.
  • Fix a bug where "mark posts as read on scroll" doesn't mark a post as read if the height of the post is taller than the screen.
  • Fix a bug where the thumbnail shown in the "Save for later" bottom sheet do not update when a new image is chosen to replace an older one.

Update

Some more bug fixes to come:

  • Fix a bug where the thumbnail shown in the "Save for later" bottom sheet do not update when a new image is chosen to replace an older one.
  • Improve general scroll performance on the post feed screen.

Update 2

Releasing the changes in the last update as v1.58.1.

Update 3

Conducting some user-agent testing. Releasing as v1.58.2.

  • Add setting to change the app's user-agent.

Update 4

More fixes incoming:

  • Fix a bug in full post layouts where blurred NSFW images are sometimes not shown.
  • Fix a bug in full post layouts where NSFW posts can cause content to jump as they are loaded in.
  • Fix a bug where blurred NSFW images are not shown for videos.
  • Fix a bug where "Prefer full size image" for certain layouts was not respected and was always on.
  • Fix a bug where posts in the post feed would jump around if "Prefer full size image" was on.
  • Fix a bug where some posts do not have a "preview" button when using the list style layouts.
  • Fix card shadow being clipped on user info screen.
  • More optimizations in the post feed/post screen.

Update 5

Releasing new changes as v1.58.3

Update 6

Big update here which should both improve performance and also lessen the effects of rate limiting issues. These changes will be released as v1.58.4.

  • Optimized network calls in the critical sections of the app.
6
 
 

cross-posted from: https://lemmy.ml/post/27244086

Try it!

If you already have either the iOS or the Mac app it should prompt you to update. You can relaunch the Mac app to trigger the prompt.

Changes

  • Add setting to hide read posts in feed
  • Fix comments not showing up after submitting
  • Fix bug where saved posts feed was only showing posts local to your server
  • Refresh inbox tab more frequently
  • Cache user profiles
  • Improve performance of post feeds (most noticeable on iOS)
  • Fix dark mode flicker
  • Fix youtube embeds where video ID contains dashes
  • Increase the sizing of the login form to make it to use

Appreciate all the feedback so far!

I'm struggling a little to get the performance I want on iOS. I'm curious if anyone is using an older iPhone. I would love to hear if you think the app feels snappy enough or if there's room for improvement. If you could leave a comment or DM me with the phone your using and what you think.

7