Skip to content

Commit

Permalink
v7.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Mar 27, 2022
1 parent 0d575c1 commit 720743d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Project website: https://github.com/mviereck/x11docker

## [Unreleased]
## [7.1.4](https://github.com/mviereck/x11docker/releases/tag/v7.1.4) - 2022-03-27
### Added
- `--xc=BACKEND`: Optional argument to choose backend for X container.
### Fixed
Expand All @@ -15,7 +15,7 @@ Project website: https://github.com/mviereck/x11docker
- `--scale`: Fix for `--xpra*` (regression).
- `--share`: MS Windows: fix parsing of partition pathes like `/mnt/c`.
[(#424)](https://github.com/mviereck/x11docker/issues/424)
- `--xc`: do not use on console.
- `--xc`: do not use on console (affected `--weston-*`).

## [7.1.3](https://github.com/mviereck/x11docker/releases/tag/v7.1.3) - 2022-03-02
### Fixed
Expand Down
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ x11docker ToDo notes
- --init except systemd possible?
- clean /tmp
- how to disable old binds? issue e.g. with/without --home, --share

- --tty should not fall back to X (seen with --gpu)

- kata: add new runtime for nerdctl io.containerd.kata.v2

Expand Down
2 changes: 1 addition & 1 deletion x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Run 'x11docker --help' or scroll down to read usage information.
# More documentation at: https://github.com/mviereck/x11docker

Version="7.1.4-beta-8"
Version="7.1.4"

# --enforce-i: Enforce running in interactive mode to allow commands tty and weston-launch in special setups.
grep -q -- "--enforce-i" <<< "$*" && case $- in
Expand Down

0 comments on commit 720743d

Please sign in to comment.