Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Releases: docker/kitematic

v0.12.0

27 Jul 20:58
Compare
Choose a tag to compare

New

  • Added ContainerID to the General tab of containers - Thanks to @ClemMakesApps
  • Changed animation of running container to 5x (fixes CPU usage) - Thanks to @ruurd
  • Checkboxes can now be selected by their labels
  • Port publishing and associated click-through are now properly updatable
  • Windows now uses proper named pipe

Bug Fixes

  • Fixed Docker CLI opening the wrong terminal
  • Removed wrong dependencies on Ubuntu build
  • Fixed ZIP creation for Ubuntu build
  • Fixed duplicate key warnings in the console
  • Fixed extra HTTP headers on container settings link
  • Kitematic will now honor the DOCKER_CERT_PATH and MACHINE_STORAGE_PATH set in env thanks to @thomasdarimont for the fixes
  • Debian package should not show errors in install thanks to @sbacic
  • Fixed windows error after Docker for Windows Beta20 update

v0.12.0-RC5

26 Jul 19:08
Compare
Choose a tag to compare
v0.12.0-RC5 Pre-release
Pre-release

New

  • Checkboxes can now be selected by their labels
  • Port publishing and associated click-through are now properly updatable
  • Windows now uses proper named pipe

Bug Fixes

  • Fixed extra HTTP headers on container settings link
  • Kitematic will now honor the DOCKER_CERT_PATH and MACHINE_STORAGE_PATH set in env thanks to @thomasdarimont for the fixes
  • Debian package should not show errors in install thanks to @sbacic
  • Fixed windows error after Docker for Windows Beta20 update

v0.10.5

27 May 22:36
Compare
Choose a tag to compare

Big change for this release of Kitematic:

  • Added Ubuntu Linux Installer support 🎉
  • Ubuntu/Debian x64 is the current target, but source code allows creation of RPM as well

Fixes:

  • Warning from Electron and deprecated api patched
  • Clicking the 'exec' into a container now works as it should on windows

v0.10.4

26 May 22:24
Compare
Choose a tag to compare

Updates in this release:

  • Support for adding custom ports even if the container didn't expose them
  • Ability to run a container in privileged mode
  • Fixed issue where links couldn't be clicked in the ports tab
  • Fixed unknown error when selecting an image with no latest tag

v0.10.3

10 May 19:23
Compare
Choose a tag to compare

This release includes a few bug fixes and enhancements, including the following:

  • Docker for Mac/Windows native support
  • Updated http endpoints (docker.local is now localhost on the Mac)
  • Test pass as expected
  • Windows release can be created from windows
  • Windows quit closes the proper windows thanks to @alexandrev

v0.10.2

13 Apr 19:14
Compare
Choose a tag to compare

This release includes a few bug fixes and enhancements, including the following:

  • Docker for Mac native support
  • Ability to work with Local Images (new tab next to 'My Repo')
  • Cleaner event listener
  • Container list refresh in View menu and keyboard shortcut cmd+R

v0.10.1

06 Apr 22:18
Compare
Choose a tag to compare
  • Removed old comments
  • Added native support for Docker for Mac
  • Added support for iTerm 2.9+

v0.10.0

04 Feb 18:26
Compare
Choose a tag to compare
  • Fixed bug where window size would not be preserved on Windows
  • Better Docker Hub URLs when browsing images

v0.9.6

19 Jan 03:42
Compare
Choose a tag to compare
  • Fixed bug where the VirtualBox VM would be deleted if it Kitematic was started while it was in an error state.

v0.9.5.1

12 Jan 22:32
Compare
Choose a tag to compare
  • Updated electron to the latest stable version
  • Removed warnings from deprecated calls
  • Fixed entrypoint/cmd bug
  • Fixed port sync issues when containers are removed