In anticipation of Lemmy's upcoming 0.19 release, and to work out any final issues, we're going to deploy a test release on lemmy.ml within the next few days.

We're doing this testing on lemmy.ml only, so that we can encounter any issues before the release, and to make sure the upgrade process is smooth for other production servers.

Some of the following will happen during the process:

  • Apps will likely break (only for lemmy.ml)
  • Lemmy.ml may experience some downtime for the upgrade to complete (ideally no more than an hour).
  • If anything goes wrong, we may have to restore from a database backup, meaning content made in between backups may be lost.

If all goes well, we'll have an official announcement for the release after this testing period.

I apologize for the difficulties this might cause. At most this will be a week of hair-pulling, but its vital that we catch any issues before telling other servers to upgrade.

  • ipkpjersi@lemmy.ml
    ·
    edit-2
    7 months ago

    Honestly, I have some problems with this update (and some things I'm super happy about too of course), I hope my feedback is seen so the problems can be made aware:

    1. I'm not a fan of new comments having yellow, the contrast is poor at least on darkly-compact and it just looks weird and out of place. I'd suggest maybe making them a slightly lighter or darker shade of the existing color to make them stand out, not an entirely different color.
    2. It seems the main page/posts pagination uses pageCursor instead of page number now, whereas profiles still use page number. Using pageCursor is an SEO downgrade and usability downgrade, it's a weird decision IMO if that was intentional and not a bug.
    3. I think I might have run into a bug, Lemmy no longer seems to save my upvotes or something. When I upvote some posts on the main page/posts list, even if I wait a few seconds, or 10 seconds or even 30 seconds, when I refresh my upvotes are gone. This one seems fixed now? Nevermind, it's broken again, very weird.
    4. With "Top Day" sorting, there used to be multiple pages of posts, now sometimes I don't even get a full page of posts: https://i.imgur.com/4LiZzJG.png (it looks like it's showing posts from only one community, I have it set to subscribed communities but I'm literally subscribed to like 50 different communities) but other times I get one full page of posts plus multiple other posts which is how it always behaved before 0.19. Since it seems to be inconsistent, I'm thinking that's a bug.

    I would probably suggest on holding off on releasing 0.19 for now, it does seem like a really large release so it might be better to make sure it's fully polished and ready to go.

    I'm super glad upvoting comments doesn't discard the comment you're writing, that's a huge improvement. I also see import/export settings, that's super awesome, I absolutely love features like this!

    Thank you for your hard work, Lemmy is such a cool platform.

      • ipkpjersi@lemmy.ml
        ·
        7 months ago

        Awesome, glad to hear those issues are aware of! Best of luck with fixing them, it does sound like a challenging bug.

        For the new comments having yellow being poor contrast, is that something that could still be fixed? It seems to be really poor contrast and hard on the eyes, a couple of my friends noticed this too.

        For the pageCursor not using page number, is that intentional or could it be fixed to use page number again?

        • nutomic@lemmy.mlM
          ·
          7 months ago

          I opened an issue about it: https://github.com/LemmyNet/lemmy-ui/issues/2264

          The change to cursor is intentional, it improves server performance: https://github.com/LemmyNet/lemmy/pull/3872