- 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
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