nutomic

joined 2 years ago
 

Just a small bugfix release:

  • Add missing registration application form to signup page
  • Cache requests to Lemmy backend

https://github.com/LemmyNet/lemmyBB/releases/tag/0.2.2

1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

A new LemmyBB version is available! The main features are:

  • Admins and mods can remove posts
  • Badges for admins, mods and banned users
  • Moderation log
  • All pages have a title now
  • New feature to build LemmyBB with embedded Lemmy, in a single binary
  • Various bug fixes and improvements

This new version requires Lemmy 0.17.0 or higher. When upgrading, make sure to follow the Lemmy upgrade instructions, particularly the PostgreSQL upgrade. To upgrade with Docker installation, simply change the image in docker-compose.yml to lemmynet/lemmybb:0.2.1 and run docker-compose up -d. In case of manual installation, checkout the git tag 0.2.1, run cargo build --release and deploy the resulting binary. It is also recommended to increase the rate limits, because LemmyBB makes more requests than lemmy-ui. To do this, visit /admin in lemmy-ui and change the values for "Message rate limit" and "Search rate limit" to a high number like 9999.

Full changelog

 

Hello everyone, I published a new release candidate for lemmyBB which includes a number of moderation features and upgrades Lemmy to version 0.17. It is already deployed on fedibb.ml and also available for installation on other instances. Please give it a try and report any bugs.

https://github.com/LemmyNet/lemmyBB/releases/tag/0.2.0-rc4

 

I noticed that federation was broken on fedibb.ml, because Activitypub requests were not properly forwarded to the Lemmy backend. This fixes the problem so it is strongly encouraged to upgrade. It also includes many other bug fixes, see the commit log for details.

To upgrade, go into your Lemmybb installation folder and run docker-compose pull && docker-compose up -d.