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.

Major Changes

This version fixes the problem of comment context not loading properly. It also fixes a couple other bugs.

Support development

@dessalines and @nutomic are working full-time on Lemmy to integrate community contributions, fix bugs, optimize performance and much more. This work is funded exclusively through donations.

If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider donating to support its development. No one likes recurring donations, but they’ve proven to be the only way that open-source software like Lemmy can stay independent and alive.

Upgrade instructions

Follow the upgrade instructions for ansible or docker. There are no config or API changes with this release.

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

  • Avid Amoeba
    link
    fedilink
    English
    79
    edit-2
    1 year ago

    Support development

    I’ve subscribed monthly, if you can afford it, you should too!

    There’s no present danger of making the development team rich enough to dismantle the capitalist state. The funding is yet to reach normal subsistence level. You can see the sums collected in each of the platforms.

  • @[email protected]
    link
    fedilink
    English
    201 year ago

    Feature request: an option to aggregate all comments of crossposted posts. It would save manually going through each crosspost

  • @JoeKrogan
    link
    English
    191 year ago

    🥳 Thanks to all involved.

  • glibg10b
    link
    fedilink
    English
    19
    edit-2
    1 year ago

    Does anyone else have an issue where the browser back button causes Lemmy to go back twice?

    In other words, if you click “next” at the bottom of your feed, open a post and press the back button, does it return to the original page?

    Or, if you choose a sort, open a post and press the back button, does the sort get reverted?

    It started happening to me in 0.18.3, but I don’t want to file a report if I’m the only one experiencing this

      • glibg10b
        link
        fedilink
        English
        11 year ago

        Oh, so It’s not just me. I’ll do what I can to find the cause

    • @[email protected]
      link
      fedilink
      English
      21 year ago

      Still happens to me on chrome with the webpage. I’m using Sync almost exclusively now and it doesn’t have this bug.

    • @[email protected]
      link
      fedilink
      English
      2
      edit-2
      1 year ago

      I tried it and if I click next, I go to page 2. Then I open a post and click the back button on the browser. And then I’m back on page 2, as expected.

      Also tried to switch sorting method and it remembers the sorting method when I go back from a post as expected.

      I think probably you have some plugin that is interfering. Try with another browser or a clean browser profile.

      • glibg10b
        link
        fedilink
        English
        11 year ago

        I can reproduce it on Android in Firefox Nightly, but not in incognito mode (even while logged in). It happens in Chromium as well, including in incognito mode

        In Firefox, I’ve tried disabling all add-ons and tracking protection and clearing cache and cookies, to no avail

        I could test on other phones and operating systems, but I don’t really want to spend more time on this. It’s not that big of an issue for me

        • @[email protected]
          link
          fedilink
          English
          11 year ago

          Hmm. That’s really weird. Hopefully someone else in this thread can test also so we get more info.

  • teft
    link
    fedilink
    English
    151 year ago

    This version fixes the problem of comment context not loading properly.

    Thank Stallman. You guys rock!

    • [email protected]
      link
      fedilink
      English
      61 year ago

      thanks for the arm builds, I am currently using masquernya/lemmy-arm64.git for arm builds. How do you handle the lemmy-translations update in your build pipeline for lemmy-ui?

      I do not see you doing the following, or did I miss something

      # manual updates
      cd lemmy-translations/;
      git checkout "$TRANSLATION_COMMIT" || exit 1;
      
      

      also do you have to trigger the build manually when a new lemmy version is out ?

      • Jonny
        link
        fedilink
        English
        3
        edit-2
        1 year ago

        Hi, Thanks for the hints, and yes I have to trigger the pipeline by editing and commiting the Version information here

        do I really need

        cd lemmy-translations/;
        git checkout "$TRANSLATION_COMMIT" || exit 1;
        

        even if I have

        git submodule init
        git submodule update
        

        See here and here

        • @[email protected]M
          link
          fedilink
          English
          31 year ago

          You can run git submodule update, then it will pull the same translations as specified in the lemmy repo. Or run git submodule update --remote, then it will pull the latest commit from lemmy-translations.

          • Jonny
            link
            fedilink
            English
            31 year ago

            Thanks, so my pipeline should be fine in the sense that it uses the commit of the submodule, stored in the version tagged lemmy commit

        • [email protected]
          link
          fedilink
          English
          01 year ago

          I just tested it, submodule init+update pulls the latest commit of submodules, this could be different from the commit used in the tagged release version

          • Jonny
            link
            fedilink
            English
            11 year ago

            Thanks, I’ll have a look at it, but if you’re faster I’m happy about a PR :)

  • @thantik
    link
    English
    101 year ago

    Could we get some more feature parity in the old.lemmy by chance? There’s no ability to block users, and you should be able to block a group without going into it first. (Let’s give you an example here. You don’t wanna see horse porn. It shows up in /c/ALL. You have to… VISIT the horse porn group, in order to block it…)

    • DessalinesOPM
      link
      fedilink
      English
      251 year ago

      That’s developed by a third party so you’ll have to ask them.

      You can block users / communities in lemmy-ui by going to their profile.

      • Ech
        link
        fedilink
        English
        41 year ago

        You can block users / communities in lemmy-ui by going to their profile.

        I’m not the user you’re responding to and don’t use the ui they’re talking about, but going to those profiles can be more upsetting than the original comment or post, especially if it’s set up with large images or gifs. It’d be a lot nicer if blocking could be done from other places, too.

        • DessalinesOPM
          link
          fedilink
          English
          9
          edit-2
          1 year ago

          You can also block / report them from their comments / posts.

          • Ech
            link
            fedilink
            English
            31 year ago

            Ah, I see that for users now. Thanks! Would still be nice to be able to block communities from afar, too, fwiw.

  • @[email protected]
    link
    fedilink
    English
    71 year ago

    Is it just me or is lemmy-ui broken in 0.18.4 docker image? When I upgraded my instance, the UI was not loading properly.

    • Nix
      link
      fedilink
      English
      101 year ago

      After upgrading it usually takes a couple minutes to work. After refreshing it should work again