Skip to content

Releases: mesacarlos/WebConsole

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

WebConsole v2.0 Revision 2

25 Sep 17:20
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:

  • Translated both plugin and client to Turkish.

WebConsole v2.0 Revision 1

26 Aug 19:56
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:

  • Translated both plugin and client to Korean.

WebConsole v2.0

22 Jun 19:43
Compare
Choose a tag to compare

READ BEFORE UPDATE: This update changes the structure of your config.yml. You need to move your password from it's current place (password field) to the new admin: section inside passwords:. Check out README.md for a detailed explanation. If you are installing this plugin for the first time in your server, this advice does not apply to you.

Changelog:

  • Now you can create more than one user.
  • You can now create read-only users (viewers).
  • Solved problem with duplicated time when reading latest.log.
  • Bug fixes.