This release has no new killer features included, just a couple of small enhancements:

Now tunXten doesn’t show a message box when it discovers an already running instance, it just tells this instance to reveal itself, this is how it looks like:

Another useful improvement – the connection log status bar now shows sent/received bytes count using human-friendly byte multiples:

And one more new feature worth mentioning is here to help system administrators in deployment tasks: it is now possible to define one-time parameters in an OpenVPN .ini file.
For example, an admin wants to preconfigure some config so that it would show the pinned window only on the first start, and allow a user to change the window location/pinned state afterwards. To do so, it’s necessary to append .initial suffix to an .ini key name, in this case it will look like this:

window.initial=<width>x<height>+<x>+<y>

This value will be used only on the application first start.