Skip to content

Releases: skyportlabs/panel

v0.2.2

22 Sep 09:29
Compare
Choose a tag to compare

What's Changed

  • It is now possible to open udp/tcp ports just by specifying the ports as default. by @luccabassoli in #87

  • Add Polish translation in #88

  • email.js tls fix by @NotMinhDucGamingTV in #89

  • Added missing attribute "pl" in lang/pl/lang.json by @Fafikk in #93

  • Add api for reset, and other thing by @achul123 in #94

  • Theme switcher got added

  • Some improvments on the frontend and backend side

  • You can now remove nodes

  • And a lot of other tiny fixes / features

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

09 Aug 18:55
Compare
Choose a tag to compare

It's an update, not much to say

Changelog: v0.2.0...v0.2.1

v0.2.0

04 Aug 01:20
Compare
Choose a tag to compare

We have all successfully built a panel and daemon that has reached parity with/or exceeds Pterodactyl's features but with a completely different codebase and in Node.js

Unlike any other panel, we have a well made plugins system to make expanding the panel and building addons easier - updates to the Panel will not break any plugins made

There is also now an ecosystem of products for Skyport with multiple dashboards for hosts now being available

v0.2.0 of the Panel and Daemon is now available

v0.2.0-beta1

30 Jul 14:22
Compare
Choose a tag to compare

What's Changed

  • Added the archives to Panel by @privt00 in #65
  • Automate ws/s connections for instance console & statistics by @CR072 in #66
  • Added Database system to panel by @privt00 in #67
  • Fixed After Created Node go to /admin/nodes?err=none by @mtq4 in #68
  • ⚡ Add loop in user creation script by @wesamdev in #69
  • Added After Instance is created and redirected to ?err=none Show The … by @mtq4 in #70
  • Added ?err=EDITED after editing the node by @mtq4 in #71
  • Update nodes.ejs by @mtq4 in #72
  • Added Console.log and ?err=CREATED by @mtq4 in #73
  • Nothing Just Some Few improvements by @mtq4 in #74
  • Update instance.ejs -- Fixed websocket over https by @vicefusebox in #75
  • Update instances.ejs -- fixed status over https by @vicefusebox in #76

New Contributors

Full Changelog: 0.1.0-beta7...0.2.0-beta1

v0.1.0-beta7

20 Jul 16:36
489312b
Compare
Choose a tag to compare

What's Changed

  • Added Subusers system and Register system by @privt00 in #45
  • Fixed plugin manager by @privt00 in #49
  • view instance for admin & update api by @achul123 in #50
  • ⚡ Add check email function and fix by @wesamdev in #52
  • Update api / Semi-fix See all instance / add perms if admin to see instances by @achul123 in #54
  • Automatic Plugin Sidebars Detection by @kanetjuh in #53
  • just some dev things like live reload and also changed so it redirects you to the last page you visited on the back button on plugins dashboard by @privt00 in #55
  • Updated some packages, Added an simple CLI, Refactored the settings by @privt00 in #57
  • Update For 0.1.0-beta7 by @ismamilahi in #58
  • Commit by @thatdevwolfy in #51
  • Revert "Commit" by @SamCoThePuggo in #60
  • "ENTER" auth support by @kanetjuh in #59

New Contributors

Full Changelog: 0.1.0-beta6...0.1.0-beta7

v0.1.0-beta6

10 Jul 19:01
Compare
Choose a tag to compare

This fixes and issue with configuring skyportd and starting skyportd

v0.1.0-beta5

10 Jul 15:04
Compare
Choose a tag to compare
  • Major backend refactor on the Panel, all of the Instance routes are no longer just shoved into 1 file
  • We implemented the backend for Archives and Edit Instance
  • Import Image, View Image and other Image related updates
  • Improvements to UI

No changes should be required after updating from Beta 4 to Beta 5

v0.1.0-beta4

09 Jul 21:22
Compare
Choose a tag to compare
  • New Plugins system (by @tfcprivt) - this allows you to add custom pages, routes and code without modifying the Panel itself. Documentation on this will be available soon
  • New auth system for skyportd - instead of manually settings keys, you now have a configure command that can be used to configure the Daemon
  • There have been some UI changes and a lot of backend changes that aren't mentioned here as well

After updating, you'll need to reconfigure your node(s)

v0.1.0-beta3

09 Jul 13:46
Compare
Choose a tag to compare
  • More information has been added to the Console page (IP address, image, disk usage)
  • File manager V2: new search system, mass actions and context menu
  • More UI updates

There haven't been many backend updates in this one, today we've been refining the UI and working on the docs

v0.1.0-beta2

08 Jul 23:44
Compare
Choose a tag to compare

We've completely refactored how Images work and released multiple new docker images:

  • quay.io/skyport/java:21
  • quay.io/skyport/node:lts
  • quay.io/skyport/python:lts

Skyport will has a new Image format, will set variables and can download install files (ex. a server.jar file), I would like to thank @tfcprivt for helping with this

Paper, Spigot, Node.js, Python images are stable and finished now, feel free to use them (possibly would be fine in production)

⚠️ You will need to re-seed the Panel and Daemon, please use npm run seed after updating, and recreate your instances