5.1.0
What's Changed
- Revamp Social Authentication Feature. (View linked accounts in
Edit Profile -> Linked Social
) - Add Discord Notifications (You will need to add Bot on ur server for it), Check for setup https://minetrax.github.io/docs/web/discord-integration (if u already have 0Auth done you should only follow the Bot part).
- Revamp notifications for better management. Check (
Edit Profile -> Notification Preferences
). Also all notification are now enabled by default. - Added ability to run MineTrax in Docker container with compose, check https://minetrax.github.io/docs/installation/setup-web-docker
- Other Bug fixes.
Upgrade Guide
Below are some additional steps required after you complete the upgrade guide.
- Add these new .environment variables to your .env file at the end.
DISCORD_BOT_TOKEN=
- Run
sh update.sh
(Confirm with Y if it ask you to override). - Done!
New Contributors
Full Changelog: 5.0.0...5.1.0