Skip to content

Releases: mesacarlos/WebConsole

WebConsole v2.8

28 Jul 17:10
Compare
Choose a tag to compare

Changelog:

  • Fixed TPS not working sometimes. (Thanks to @LOLYAYDEV !)
  • Upgrade client dependencies.

WebConsole v2.7

25 Jul 09:39
Compare
Choose a tag to compare

Changelog:

  • Fixes related to colors on console. Minecraft version 1.20.5 seem to have changed the way colors are represented. With this fix, colors are back!

Important notes about this version:

  • It is required to update both client and server (plugin .jar file) to have this problem fixed.

WebConsole v2.6

21 Jul 10:56
Compare
Choose a tag to compare

Changelog:

  • Add 1.20.5 and 1.20.6 compatibility. See #150
    Thanks to @LOLYAYDEV for this fix!

Important notes about this version:

  • Client does not change. This version only updates the .jar file.

WebConsole v2.5

25 Sep 19:46
Compare
Choose a tag to compare

Changelog:

  • Brand new Angular client. See #88

Wanna help translating this new client? Cool! English version of the client translation can be found here. Contributions are greatly appreciated!

Important notes about this version:

  • It is required in this new client version to host it using a web server (Apache, nginx, IIS, etc.) If you want to keep using the client locally either use solutions like XAMPP or keep using v2.4 (Fully compatible with v2.5).
  • Server plugin (.jar file) keeps unchanged and is equivalent to v2.4.

WebConsole v2.5 BETA

17 Jun 20:59
Compare
Choose a tag to compare
WebConsole v2.5 BETA Pre-release
Pre-release

Changelog:

  • Brand new Angular client. See #88

Wanna help translating this new client? Cool! English version of the client translation can be found here. Contributions are greatly appreciated!

Assets not downloadable from GitHub. Please download latest version from Jenkins.

WebConsole v2.4

23 Apr 10:39
c5799af
Compare
Choose a tag to compare

Changelog:

  • Added Polskie translation to server and client (Thanks to @gpewojan1 !)
  • Added TPS to client

WebConsole v2.3

11 Dec 15:22
Compare
Choose a tag to compare

Changelog:

  • Added Japanese translation to server and client (Thanks to @kuroneko6423 !)
  • Bump Log4j to 2.15.0 due to security issues.
  • Load a JSON containing all the saved connections into the client 8efd97b

WebConsole v2.2

21 Aug 12:54
Compare
Choose a tag to compare

Changelog:

  • Added a whitelist/blacklist to the config file. Now you can set a list of commands for the admin users inside your config. config.yml will auto-update with the new section. Whitelist is disabled by default. Thanks to @awesomemoder316 !

WebConsole v2.1

05 Dec 12:48
Compare
Choose a tag to compare

Changelog:

  • Added a random-generated token to improve security. When a user connects and logs in to the server, the server will generate and send a random identifier to the client. The client will need to send this token to the server on every command. This prevents IP spoofing. This also means that from now on messages sent by the client are no longer a String like "LOGIN" or "EXEC", instead they will be a JSON String.

WebConsole v2.0 Revision 3

28 Nov 18:42
Compare
Choose a tag to compare

Minor improvements to last version. As always, revisions only update the client, the plugin (server) is kept almost unchanged and fully compatible with the rest of v2.0 clients.

Changelog:

  • Solved bug (RAM usage info was incorrect #58 thanks to @olidem00)
  • Added validation to the "add server" form