Skip to content

Releases: MineTrax/minetrax

5.1.0

15 Apr 14:00
Compare
Choose a tag to compare

What's Changed

  1. Revamp Social Authentication Feature. (View linked accounts in Edit Profile -> Linked Social)
  2. 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).
  3. Revamp notifications for better management. Check (Edit Profile -> Notification Preferences). Also all notification are now enabled by default.
  4. Added ability to run MineTrax in Docker container with compose, check https://minetrax.github.io/docs/installation/setup-web-docker
  5. Other Bug fixes.

Upgrade Guide

Below are some additional steps required after you complete the upgrade guide.

  1. Add these new .environment variables to your .env file at the end.
DISCORD_BOT_TOKEN=
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0

21 Mar 21:38
f94b5e6
Compare
Choose a tag to compare

What's Changed

  • Feat: Staff Recruitment System v1 by @Xinecraft in #341
  • Add ability to hide player country with .env HIDE_COUNTRY_FOR_PRIVACY
  • Bug fixes in custom forms.
  • More other fixes.

Upgrade Guide

Below are some additional steps required after you complete the upgrade guide.

  1. Add these new .environment variables to your .env file at the end.
HIDE_COUNTRY_FOR_PRIVACY=false
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

Full Changelog: 4.5.0...5.0.0

4.5.0

14 Mar 17:24
Compare
Choose a tag to compare

What's New

  1. Ability to delete a player statistics (intel).
  2. Add more socials.
  3. Minor fixes.

For Theme Dev:

Minor changes to these frontend file:

  1. resources/default/js/Components/Icon.vue
  2. resources/default/js/Pages/Admin/PlayerIntel/PlayersList.vue
  3. resources/default/js/Pages/Admin/Setting/GeneralSetting.vue
  4. resources/default/js/Pages/Dashboard.vue
  5. resources/default/js/Shared/SocialChannelBox.vue

Full Changelog: 4.4.0...4.5.0

4.4.0

11 Mar 01:43
Compare
Choose a tag to compare

What's Changed

  • Feat: Little better way to develop theme for less conflict by @Xinecraft in #333

Full Changelog: 4.3.0...4.4.0

4.3.0

10 Mar 10:10
Compare
Choose a tag to compare

What's New

  • Added support for custom themes.
  • Added docs regarding development of themes.
  • Fix UI of social login.

Upgrade Guide

Below are some additional steps required after you complete the upgrade guide.

  1. Add these new .environment variables to your .env file at the end.
APP_THEME=default
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

📢 Docs:

📢 Developer Docs:

Full Changelog: 4.2.0...4.3.0

4.2.0

08 Mar 13:36
Compare
Choose a tag to compare

What's New

  • Archive Custom Form Submissions.
  • Ability to disable registration using email and password (for those who want only social auth).
  • Bug fixes and improvements in Intel data.

Upgrade Guide

Below are some additional steps required after you complete the upgrade guide.

  1. Add these new .environment variables to your .env file at the end.
DISABLE_EMAIL_PASSWORD_AUTH=false
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

Full Changelog: 4.1.0...4.2.0

4.1.0

25 Feb 10:18
Compare
Choose a tag to compare

What's Changed

  • Improved UI of News page to look better.
  • Added Language Switcher feature.
  • Added SEO Settings. (you can add title, favicon etc)
  • Other minor fixes.

Upgrade Guide

Below are some additional steps required after you complete the upgrade guide.

  1. Add these new .environment variables to your .env file at the end.
AVAILABLE_LOCALES=en,es,ru,sk,de,pl,uk,hi,it,zh-hk,zh-cn,ja
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

Full Changelog: 4.0.0...4.1.0

4.0.0

11 Feb 18:30
5cf6fd8
Compare
Choose a tag to compare

What's Changed

  • Add SkinsRestorer support. Avatar will get detected using it if present.
  • Ability to change player skin from website.
  • Link reminder bug fix.
  • Other minor fixes.

Upgrade Guide (optional)

Below are some additional steps required after you complete the upgrade guide.

  1. Add these new .environment variables to your .env file at the end.
PLAYER_SKIN_CHANGER_ENABLED=true
PLAYER_SKIN_CHANGER_COOLDOWN_IN_SECONDS=60
  1. Run sh update.sh (Confirm with Y if it ask you to override).
  2. Done!

Full Changelog: 3.6.0...4.0.0

3.6.0

03 Feb 09:58
Compare
Choose a tag to compare

Added

  1. Custom Form Intel/Analytics (like google form do with charts)

Fixes

  1. Allow special characters in custom form name.
  2. Other fixes related to custom form.

Full Changelog: 3.5.0...3.6.0

3.5.0

12 Jan 15:00
Compare
Choose a tag to compare

Added

  1. added Japanese language to local folder by @dusty01534 in #301
  2. Feature: Custom Form by @Xinecraft in #300

Fixes

  1. Improved loading speed of web. Initial load will get better.
  2. Fix other reported bugs.

New Contributors

Full Changelog: 3.4.0...3.5.0