Skip to content

Releases: LemmyNet/lemmy

v0.9.1 Release

29 Jan 18:42
Compare
Choose a tag to compare
v0.9.1 Release Pre-release
Pre-release
Version 0.9.1

v0.9.0 Release

25 Jan 03:51
Compare
Choose a tag to compare

v0.8.0 Release

20 Oct 13:40
Compare
Choose a tag to compare

v0.7.40 Pre-Release

05 Aug 18:32
Compare
Choose a tag to compare
v0.7.40 Pre-Release Pre-release
Pre-release

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

v0.7.12

07 Jul 15:44
Compare
Choose a tag to compare
v0.7.12 Pre-release
Pre-release

Upgraded DB caching.

v0.7.0 Release

23 Jun 17:47
Compare
Choose a tag to compare

Lemmy v0.7.0 Release (2020-06-23)

This release replaces pictshare
with pict-rs, which improves performance
and security.

Overall, since our last major release in January (v0.6.0), we have closed over
100 issues!

  • Site-wide list of recent comments
  • Reconnecting websockets
  • Many more themes, including a default light one.
  • Expandable embeds for post links (and thumbnails), from
    iframely
  • Better icons
  • Emoji autocomplete to post and message bodies, and an Emoji Picker
  • Post body now searchable
  • Community title and description is now searchable
  • Simplified cross-posts
  • Better documentation
  • LOTS more languages
  • Lots of bugs squashed
  • And more ...

Upgrading

Before starting the upgrade, make sure that you have a working backup of your
database and image files. See our
documentation
for backup instructions.

With Ansible:

# deploy with ansible from your local lemmy git repo
git pull
cd ansible
ansible-playbook lemmy.yml
# connect via ssh to run the migration script
ssh your-server
cd /lemmy/
wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/migrate-pictshare-to-pictrs.bash
chmod +x migrate-pictshare-to-pictrs.bash
sudo ./migrate-pictshare-to-pictrs.bash

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
wget https://raw.githubusercontent.com/LemmyNet/lemmy/master/docker/prod/migrate-pictshare-to-pictrs.bash
chmod +x migrate-pictshare-to-pictrs.bash
sudo bash migrate-pictshare-to-pictrs.bash

Note: After upgrading, all users need to reload the page, then logout and
login again, so that images are loaded correctly.

v0.6.62

17 May 23:46
Compare
Choose a tag to compare
v0.6.62 Pre-release
Pre-release
Version v0.6.62

v0.6.59

11 May 23:13
Compare
Choose a tag to compare
v0.6.59 Pre-release
Pre-release
Version v0.6.59

v0.6.56

03 May 21:36
Compare
Choose a tag to compare
v0.6.56 Pre-release
Pre-release
Version v0.6.56

v0.6.55

27 Apr 13:12
Compare
Choose a tag to compare
v0.6.55 Pre-release
Pre-release
Version v0.6.55