0.5.0-beta - Users suspensions, Letter avatars
Release of beta version 0.5.0.
Skipped 0.4.0 due to amount of fixes in the mentioned release.
This version includes users suspensions feature, letter avatars, many dark mode UI fixes and improvements as well as many app fixes.
The full raw changelog can be seen here.
This version DOES REQUIRE changes if updating from the older version, please check this for more.
How to update
- Download the sources
- Backup your
.env
file - Replace old Feedbacky files with new sources
- Replace
.env
file with your backed.env
file - Apply any necessary changes to
.env
if required by the release - Run clean build with
docker-compose build
inside project folder - Run app with
docker-compose up
after successful build