Releases: lexandro/dockery
Bootstrapping and preparation for hosted app mode
Add: add search for container diff
Add: commit container as image (initial version, with basic validations)
Add: Extend saved configuration scope with extra data. Version, etc...
Add: announce the chrome app change from packaged to hosted
Add: release notes to about/first run of new version
Add: Add bootstrapping page to the app during the startup
Add: login into the docker hub and/or insecure private repo(s)
Add: info about cors config pre/post 1.18
Fix: removed $promise and $removed properties from the pure json view in containerDetails
Container linking and small fixes
Add: link containers in Create
Add: show links in container details
Add: release notes to about
Fix: Create container on/off switch changed from radio to checkbox
Fix: CSS/colspan on Repository view
Fix: Xterm.js css wasn't imported
Search/Pull images
- Add: image search/pull (from the public repo)
- Add: copyright when released or published (xterm.js, json-formatter)
- Add: version info
- Add: remove button/entry to images list
- Add: clear finished tasks
- Fix: clicking on image in container list causes error (need to load all images into the rootscope)
- Fix: scrolling in window not enabled as chrome app
Containers in image details
0.2.7 Finishing 0.2.7
Enhancing image details screen
0.2.6
- Add: tag list to the image details
- Fix: show image name in the image details
- Fix: use image ID in container list link, because the 'namespace/repo:tag' is forwarding to wrong place
0.2.5
- Add: container details/volumes-from (get volume from other containers)
- Add: privileged containers should show warning color in details or maybe in the lists too
- Add: display privileged container on container details page
- Add: mark privileged containers on container list page
- Add: Show environment variables on container details page
Filtering in lists
0.2.4 Implementing filtering in container and image lists
Container/Image list ordering
- Container/Image list ordering
- Bugfixes