Skip to content

Releases: pteroca-com/panel

v0.5.1

07 May 18:45
f3098cb

Choose a tag to compare

[0.5.1] - 2025-05-07

Fixed

  • Fixed a bug on the balance top‑up page that threw an error whenever the entered amount exceeded the available balance.

v0.5.0

05 May 16:46
d656a99

Choose a tag to compare

[0.5.0] - 2025-05-05

Added

  • Added server port (allocation) management interface.
  • Added server backup management functionality.
  • Added server database management functionality.
  • Added support for assigning different prices to different billing periods.
  • Added order finalization page with product configurator.
  • Added voucher system (balance top-up and discount codes).
  • Added the ability to edit the build configuration of existing servers.
  • Added support for Dutch (nl) and Swiss German (de_CH) languages.
    Thanks to @Ninin06 and @brainshead from Crowdin.
  • Added new filters to CRUD listings.
  • Added deprecation notices limited to dev environment only.

Changed

  • Updated color scheme with minor visual improvements.
  • Updated README.md with latest project information.

Fixed

  • Fixed a JavaScript error on the server variable edit page that occurred in certain language versions.
  • Fixed an issue where incorrect allocation count was set during server creation.

v0.4.4

26 Mar 18:55
76b8d66

Choose a tag to compare

[0.4.4] - 2025-03-26

Added

  • Added TRUSTED_PROXIES environment variable to specify trusted proxies for Symfony.
  • Added DISABLE_CSRF environment variable to allow disabling CSRF protection.

Fixed

  • Fixed an issue where the user with USER_ROLE could not access server console.

v0.4.3

24 Mar 16:58
7c4c1b7

Choose a tag to compare

[0.4.3] - 2025-03-24

Added

  • Introduced a new app:update-system command to automate project updates.
  • Added configuration options to enable/disable dark mode and specify a default mode.

Changed

  • Refined default theme colors for dark mode.
  • Minor CSS changes in the default theme for improved layout consistency.

Fixed

  • Resolved an issue preventing emails from being sent.
  • Addressed a bug that caused Stripe payments to fail.

v0.4.2

17 Mar 18:06
d6be162

Choose a tag to compare

[0.4.2] - 2025-03-17

Added

  • Introduced a web wizard for the initial setup. The CLI setup remains available as an alternative.
  • Added a CLI notification when attempting to create a user with an email address that already exists in Pterodactyl.

Changed

  • The Pterodactyl Client API Key is no longer required to access server management pages.

Fixed

  • Resolved an issue with logging in the production environment.

v0.4.1

10 Mar 16:35
19f91eb

Choose a tag to compare

[0.4.1] - 2025-03-10

Added

  • Added titles to all pages.
  • Implemented a loading spinner when sending requests on the server management page.
  • Added a confirmation prompt in the user creation command for creating a user without a Pterodactyl Client API key.
  • Added database indexes to improve performance.

Changed

  • Updated UI styling.
  • Redesigned the product creation page.
  • Modified theme loading behavior to fall back to the default view if a custom theme view is not found.

Fixed

  • Refactored and cleaned up the codebase.
  • Fixed JavaScript console errors.
  • Resolved responsive design issues on the servers list page.
  • Fixed styling issues in the responsive header.
  • Updated functions to remove deprecated dependencies.
  • Resolved issues with server activity logs details layout.

v0.4.0

20 Feb 15:32
aec9349

Choose a tag to compare

[0.4.0] - 2025-02-20

Added

  • Descriptions are now displayed for each setting when editing.
  • Automatic server renewal has been introduced.
  • Users can now upload an avatar in profile settings.
  • A configuration option has been added to specify the number of days after which suspended (unpaid) servers are removed.
  • SSO login support has been implemented for the Pterodactyl plugin.
  • An option to enable or disable SSO login for the Pterodactyl panel has been introduced.
  • Custom templates can now be created and uploaded.
  • Several buttons in the default template now feature icons.
  • A command for generating new templates has been added.
  • Hindi has been added as a supported language.

Changed

  • The Settings tab has been redesigned and is now divided into five categories.
  • Settings are now displayed in a structured order.
  • JavaScript files controlling the panel’s behavior have been moved into dedicated JS files, making them dependent on the selected template.

Fixed

  • Missing translations have been added.

v0.3.3

10 Feb 17:02
df70dd1

Choose a tag to compare

[0.3.3] - 2025-02-10

Changed

  • Default color scheme is now set to light mode.

Fixed

  • Fixed cache issue in the app:configure-system command.

v0.3.2

02 Feb 15:26
de3826c

Choose a tag to compare

[0.3.2] - 2025-02-02

Added

  • Added a new command to change the user's password via CLI.
  • Added a new language: Russian (thanks to @Futuraura for the translation).
  • Added discord link in the admin overview page (as a support link).

Changed

  • Improved error handling during user registration.

Fixed

  • Cache issue with the current version of the application.

v0.3.1

28 Jan 18:24
dd41834

Choose a tag to compare

[0.3.1] - 2025-01-28

Added

  • Added a role confirmation prompt to the user creation command.
  • Added banner files to products.
  • Added validation rules for updating server variables.

Changed

  • Improved error handling during user creation via CLI.
  • Enhanced error handling when updating server variables.
  • Updated translations for the "Add Balance" button.
  • Revised the README.md file.

Fixed

  • Fixed an issue where missing images caused empty spaces to appear.
  • Resolved a bug with email translations.
  • Blocked access to the registration page for logged-in users.
  • Corrected a layout issue by separating product images from banners.