Lemmy v0.7.40 Pre-Release (2020-08-05)

We’ve added a lot in this pre-release:

  • New post sorts Active (previously called hot), and Hot. Active shows posts with recent comments, hot shows highly ranked posts.
  • Customizeable site icon and banner, user icon and banner, and community icon and banner.
  • Added user preferred names / display names, bios, and cakedays.
  • User settings are now shared across browsers (a page refresh will pick up changes).
  • Visual / Audio captchas through the lemmy API.
  • Lots of UI prettiness.
  • Lots of bug fixes.
  • Lots of additional translations.
  • Lots of federation prepping / additions / refactors.

This release removes the need for you to have a pictrs nginx route (the requests are now routed through lemmy directly). Follow the upgrade instructions below to replace your nginx with the new one.

Upgrading

With Ansible:

# run these commands locally
git pull
cd ansible
ansible-playbook lemmy.yml

With manual Docker installation:

# run these commands on your server
cd /lemmy
wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/ansible/templates/nginx.conf
# Replace the {{ vars }}
sudo mv nginx.conf /etc/nginx/sites-enabled/lemmy.conf
sudo nginx -s reload
wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/docker-compose.yml
sudo docker-compose up -d
  • @wraptile
    link
    14 years ago

    Honestly the community banner and icon are pretty awful.

    I played around with my community and there’s no way to make it look good and not waste space. It should have been extension of original banner, the one with “lemmy, communities, create post” etc the way reddit does it. Now we have two completely pointless banners that take almost half of a screen.

    • @Freeplay
      link
      2
      edit-2
      3 years ago

      deleted by creator

    • DessalinesOPMA
      link
      14 years ago

      I’m not sure what 2 banners. There’s a navbar, and a banner, and reddit doesn’t mix the two either. Yours probably looks strange because you’re using a really tall banner.

      • @wraptile
        link
        04 years ago

        Navbar is a banner. The difference is only in semantics but from UI perspective its the same. Community banner and icon should be integrated with “navbar” like reddit does it.

        I switched to smaller banner however icon doesn’t scale. Nevertheless I find the new layout is definitely a big step back.

        As per pre-release thread people did recommend expanding sidebar instead as banners are just silly waste of space and I think that’s should have been done instead.