Skip to content

Releases: rajch/voxel-dockerclient

Version 0.4.2

26 Jul 02:12
Compare
Choose a tag to compare

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

19 Jul 14:34
Compare
Choose a tag to compare

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

08 May 08:24
Compare
Choose a tag to compare

Added a rudimentary authentication/authorisation scheme.

Version 0.3.0

08 May 08:23
Compare
Choose a tag to compare

Replaced the nginx-based server with a custom server written in Go.

Version 0.2.0

20 Jan 14:24
Compare
Choose a tag to compare

Implements the equivalents of docker logs and docker attach, with a full-fledged terminal in the browser.

Version 0.1.0

30 Dec 05:12
Compare
Choose a tag to compare

Implements the equivalents of docker ps, docker inspect, docker start, docker stop, docker top, docker rm and docker create.