I learned that the next update will be early this week and version 18.0 is going to be skipped. But apart from users telling everyone that it has been updated, is there a way to check for yourself which version it is? Like an ‘about Lemmy’ or something?
At the bottom of the page, it says something like “BE 0.17.4”. BE means BackEnd, in this case that would be Lemmy.
deleted by creator
At the bottom of every lemmy page you can see the server version and UI version used by the instance. On the github releases page you can follow the server releases. For the UI there aren’t releases, but the versions are tagged so you can follow that. Hope this helps!
Thank you, i should have thought of scrolling to the bottom :-) And thank you for the link to the releases page, very helpful!
To see what version your instance is on, scroll to the very bottom of the page on web. To see what the latest released version is (that your instance may not have updated to yet), visit https://github.com/LemmyNet/lemmy/releases.
Thanks!
When I look at all and sort by new it pushes posts down like I’m in a twitch chat with hundreds of people replying.
Someone told me the latest update makes that not happen, so that’s one way to know.
Install Jerboa on your phone. Once it stops working, that means Lemmy has been updated.
The software will get “released”. You can check this on github: https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md
Each instance will update when they update. You can see your instances version by scrolling to the very bottom of a static page. It’s the number after BE:
You can check other instances by clicking instances (updated daily on each instance) or go to: https://the-federation.info/platform/73
How does that work if you install Lemmy in a docker, do I not have to manually change the docker image to the new one?
I’m trying to install Lemmy and I am confused on how to configure the docker images for starters :-)
You do have to manually change the image tag. That’s how it works.
Or you can set it to :latest tag and keep recreating the container occasionally, but that’s not recommended.