Display (local) server version in Admin UI

It would be nice if the running server version could be displayed somewhere in the UI. It would save me some time if I need help or when y’all start yelling about upgrading :wink:

If you don’t keep the original filename (I don’t!), getting the version number from cmd line can be done with:

~# unzip -p BlynkServer.jar META-INF/MANIFEST.MF

Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven 3.5.0
Built-By: doom369
Build-Jdk: 9.0.1
Build-By: Blynk Inc.
Build-Number: 0.30.3-SNAPSHOT
Main-Class: cc.blynk.server.launcher.ServerLauncher

An extra feature - logout button?

1 Like

I 2nd this idea!!!.. But i would like to see it in the App as well. Perhaps along with a project’s running version of Library… saves me always putting Blynk.virtualWrite(Vx, BLYNK_VERSION); in all my projects.

1 Like

I think we need at least a 3rd and 4th also :expressionless:

Though I’m too late but I 2nd the idea, too.
Mostly the logout button will be great. Please consider.