This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
Releases: docker/kitematic
Releases · docker/kitematic
v0.12.0
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
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
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
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
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
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