Skip to content

Releases: MythicalLTD/MythicalDash

v3.2.2-Nexus

25 Jul 09:48

Choose a tag to compare

v3.2.2-Nexus

Bug Fixes

  • WebServers logs are not uploading if the file was empty!
  • Fixed server slot buy
  • Fixed a bug with permissions
  • Server max limit config into actions.php
  • Fix duplicate settings bug

Enhancements

  • None

Breaking Changes

  • None

3.2.1-nexus

21 Jul 11:54

Choose a tag to compare

v3.2.1-Nexus

Bug Fixes

  • Fixed Pterodactyl login authentication
  • Resolved server import functionality issues
  • Addressed servers not loading after import process
  • Corrected license server check to handle missing HTTPS protocol
  • Improved panel communication handling
  • Fixed Linkvertise coin reward inconsistency issue
  • Added missing translation strings
  • Corrected CSS typing errors
  • Fixed the afk area :)

Enhancements

  • Plugin-registered commands now appear in help menu
  • Added ability to modify SEO tags
  • Implemented CLI commands for modifying settings values
  • Added CLI functionality to read all system settings
  • New documentation for plugin development

Breaking Changes

  • Removed automatic admin privileges for first user due to security concerns

3.2.0-nexus

16 Jul 13:08

Choose a tag to compare

v3.2.0-Nexus

Bug Fixes

  • Fixed missing translations in ticket component
  • Reverted Vite MPA (Multi-Page Application) configuration changes
  • Enhanced type safety in Register.php to prevent null reference and type coercion errors
  • Improved error handling for Discord API callbacks to prevent warnings and fatal errors
  • Added session null check in PermissionMiddleware.php to prevent fatal errors
  • Fixed user-character matching for user IDs above 100
  • Removed unnecessary component rendering in background layers
  • Resolved VIP-only flag initialization issues
  • Fixed user deletion functionality in dashboard
  • Resolved server deletion issues
  • Fixed plugin settings encryption system

Enhancements

  • Implemented comprehensive validation on both frontend and backend for Pterodactyl panel inputs
  • Added automatic server cleanup on renewal expiration
  • Enhanced user verification logic for Pterodactyl integration
  • Added server deployment status visibility for users
  • Implemented server deletion capability during deployment phase
  • Improved initialization command functionality
  • Added command to clear license cache
  • Introduced URL-based plugin installation support

Breaking Changes

  • Telemetry controls moved to plugin system (UI controls removed)
  • Advanced customization features restricted to premium users

Updates

Frontend:

  • Updated @tailwindcss/vite to 4.1.11
  • Updated @types/node to 24.0.13
  • Updated @vitejs/plugin-vue-jsx to 5.0.1
  • Updated lucide-vue-next to 0.525.0
  • Updated oxlint to 1.6.0
  • Updated prettier to 3.6.2
  • Updated sweetalert2 to 11.22.2
  • Updated tailwindcss to 4.1.11
  • Updated vite to 7.0.4
  • Updated vite-plugin-oxlint to 1.4.0
  • Updated vue-i18n to 11.1.9
  • Updated vue-tsc to 3.0.1

Backend:

  • Updated friendsofphp/php-cs-fixer to v3.82.2
  • Updated myclabs/deep-copy to 1.13.3
  • Updated phpunit/phpunit to 11.5.27
  • Updated stripe/stripe-php to v17.4.0
  • Updated symfony/console to v7.3.1
  • Updated symfony/yaml to v7.3.1

3.1.0-remastered

26 Jun 12:25

Choose a tag to compare

v3-remastered 1.1.0

Bug Fixes

  • Fixed an issue where the bridge plugin's saving path was null.
  • Resolved Undefined array key "author_name" error.
  • Addressed PHP Fatal error: Uncaught TypeError: MythicalDash\Chat\User\User::getTokenFromUUID(): Argument #1 ($uuid) must be of type string, null given, called in /var/www/mythicaldash-v3/backend/app/Api/User/Auth/Register.php on line 160.
  • Ensured servers are properly deleted when an account is removed (Admin area).
  • Removed problematic caches that caused delays and permission errors.
  • Defaulted IP to 127.0.0.1 for improved reliability.
  • Corrected translation issues on server page components.
  • Fixed missing translations in profile dropdown components.
  • Ensured user images are deleted from the image hosting bridge upon user deletion.
  • Resolved various cache-related bugs.
  • Simplified Composer requirements for easier setup.
  • Improved compliance with PSR-4 standards.
  • Resolved /api/user/images/embed/toggle returning 404!
  • Resolved a bug where fallback locale will not load!

New Features

  • Major performance optimizations for a faster experience.
  • Complete UI rebranding for a modern look.
  • Added documentation for updating SEO tags.
  • Introduced a UI Customizer for personalized user experiences.
  • Preloader now runs on CSR instead of SSR.
  • Redesigned Terms of Service and Privacy Policy pages.
  • Users must now accept Terms and Privacy Policy during registration.
  • Support Center visibility now depends on the presence of a Discord server.
  • Updated the ticket list page component.
  • Added terms acceptance requirement to the server creation page.
  • Integrated Google Ads (GADS) support.
  • Enabled self-service account deletion.
  • Added the ability to change resource views.
  • The first registered user is now always granted admin privileges.
  • Introduced a new user lookup page.
  • Completely rewrote the permission system.
  • Implemented a new permission-based system (..*).
  • Added support for VIP Nodes/Eggs (requires userextra.vip permission).
  • Migrated to the blazing-fast OXLINT formatter.

Features Removed

  • Removed the test email feature from the admin area.
  • Enabled the use of external links for Privacy Policy and Terms of Service.
  • Moved some security mitigations from reflect to strict mode.

3.0.0.4-remastered

17 May 19:45

Choose a tag to compare

Bugs Fixed:

  • BUG: Fixed coins adding bugs!
  • BUG: Port defined but not used!
  • BUG: Fix data not loading on settings init if the data is not a json!
  • BUG: Fix translations missing in some places!

Features Added:

  • Feature: Added image hosting support to MythicalDash!
  • Feature: Frontend is now included into release!

Features Removed:

3.0.0.2-remastered

02 May 22:45

Choose a tag to compare

v3-remastered 1.0.0.2

Bugs Fixed:

  • BUG: Fixed a bug where telemetry will fail if log is bigger than 250!
  • BUG: Fixed a small bug with crons running in the main thread!
  • BUG: Cli was trying to set a header!
  • BUG: Fixed renewals running every s
  • BUG: Fixed Mail spam bugs
  • BUG: Fixed a bug where social media icons are over the search bar

Features Added:

  • Feature: Plugins can now create cli commands!
  • Feature: Plugins can now create cron jobs!
  • Feature: Plugin export function! (You can now export plugins)
  • Feature: Plugin install function! (Now you can install plugins)
  • Feature: Plugins can now use onPluginInstall and onPluginUninstall!
  • Feature: Added translations for German
  • Feature: Added translations for Spanish
  • Feature: Added translations for Mandarin
  • Feature: Added a password generator on register form.
  • Feature: Added a username generator on the register form.
  • Feature: Added a email suggestion on the register form
  • Feature: Added new cloud system for logs
  • Feature: Added new license key system
  • Feature: Removed unused files
  • Feature: Debug logs are not saved anymore if the app is built into production
  • Feature: Better telemetry sending
  • Feature: License Keys are now required to use the app
  • Feature: You can now create plugins via the cli!
  • Feature: Better MythicalZero logic!
  • Feature: You can now take snapshots!
  • Feature: You can now list snapshots!
  • Feature: You can now revert from snapshots!
  • Feature: You can now delete snapshots!
  • Feature: Plugins can hook into backups!
  • Feature: Daily backups of the instance!
  • Feature: Added a health page!
  • Feature: Add a option to upload logs from health page!
  • Feature: MythicalCloud (Upload,Download,List,Purge) your backups in the cloud!

Features Removed:

  • Ability to use the dashboard with no license
  • Ability to change the license key in the settings
  • Ability to disable telemetry for non paid people

Full Changelog: 3.0.0.1-remastered...3.0.0.2-remastered

V3-Remastered 1.0.0.1

22 Apr 00:00

Choose a tag to compare

v3-remastered 1.0.0.1

Bugs Fixed:

  • BUG: Fixed the discord link button
  • BUG: Linkvertise gives you 2k coins :)
  • BUG: Can't install with .env missing
  • BUG: Plugins were loaded before db connection

Futures Added:

  • FUTURE: New php mythicaldash logs command! :)
  • FUTURE: Added renewal future
  • FUTURE: More settings for referrals
  • FUTURE: Now you can see the server build logs
  • FUTURE: Language selector
  • FUTURE: Added French translation thanks to @raphrapide100
  • FUTURE: Added Romanian translation thanks to @NaysKutzu

Futures Removed:

  • REMOVED: MythicalCloud Backups (TEMP)

V3-Remastered 1.0.0

17 Apr 23:17

Choose a tag to compare

PUSH

-> GO

3.2.3

23 Aug 20:40

Choose a tag to compare

-> Fix XSS
-> Added logger for pterodactyl connections error
-> Removed non used files
-> Added first files back
-> Logs show to health page
-> Fixed some bugs

3.2.2

26 May 13:56

Choose a tag to compare

What's Changed

-> Rename Meteor to Heliactyl 14 by
-> Fixed issue with leaderboards
-> Update the links from demo page
-> Update readme
-> Made it clear for new dash installs how you get admin
-> Fixed bug on user delete
-> Fixed the login and register page design
-> Added nice tools inside the dash
-> Disabled Update Checker
-> Optimized Old code## New Contributors

Full Changelog: 3.2.1...3.2.2