Releases: rajch/voxel-dockerclient
Version 0.4.2
Some more user interface improvements have been made. In particular, most dialog boxes now have proper keyboard focus when brought up.
The version of xterm.js has been upgraded.
Container logs display has been improved. There is also a shortcut key: L.
Version 0.4.1
A lot of vulnerable dependencies have been updated to non-vulnerable ones. However, we remain dependent on vulnerable versions of three.js.
The axios module has been dropped in favour of the fetch API for REST calls.
Some minor improvements have been made to dialogs in the user interface.
Version 0.4.0
Added a rudimentary authentication/authorisation scheme.
Version 0.3.0
Replaced the nginx-based server with a custom server written in Go.
Version 0.2.0
Implements the equivalents of docker logs
and docker attach
, with a full-fledged terminal in the browser.
Version 0.1.0
Implements the equivalents of docker ps
, docker inspect
, docker start
, docker stop
, docker top
, docker rm
and docker create
.