Skip to content

v5.4.0

Compare
Choose a tag to compare
@mviereck mviereck released this 08 Feb 11:35
· 974 commits to master since this release

5.4.0 - 2019-02-08

Added

  • --pull [=ask|yes|no|always]: New option to allow/deny docker pull. (#109)
  • --limit[=FACTOR]: New option to restrict RAM and CPU usage.
  • --border: New option to draw a colored border into --xpra windows.
    Helps to distinguish between host and container applications. (#91)
  • --xtest, --xcomposite: Experimental options to enable X extensions
    XTEST and COMPOSITE. Might be removed in later releases. (#117)

Changed

  • Copy /etc/skel/. in container to HOME if HOME is empty.
  • Changed shebang #! /bin/bash to #! /usr/bin/env bash for portability. (#83)
  • Allow interactive docker pull in terminal only. Do not start additional
    X terminal. (#109)
  • Prefer starting terminal to ask for root password. Use additional X terminal
    only as a fallback. (#109)

Fixed

  • API FIX: Preserve quoting in image command correctly.
    Image commands like sh -c 'ls && pwd' previously failed.
    Instead 'ls && pwd' sort of worked although it is weird.
    Now sh -c 'ls && pwd' works as intended and 'ls && pwd' fails. (#112)
  • -t, --tty: Long option was not parsed.
  • docker-for-win: Fixed IP check. (#102)
  • docker-for-win: Make sure container is terminated. (#106)
  • docker-for-win: --interactive: Use winpty wrapper. (#87)
  • MSYS2/Cygwin: Always use X over IP to serve e.g. Xvfb.exe, too. (#123)
  • --update: Fixed sed parsing error for excerpt of CHANGELOG.md.