File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
Project website: https://github.com/mviereck/x11docker
8
8
9
- ## [ Unreleased ]
9
+ ## [ 7.1.4 ] ( https://github.com/mviereck/x11docker/releases/tag/v7.1.4 ) - 2022-03-27
10
10
### Added
11
11
- ` --xc=BACKEND ` : Optional argument to choose backend for X container.
12
12
### Fixed
@@ -15,7 +15,7 @@ Project website: https://github.com/mviereck/x11docker
15
15
- ` --scale ` : Fix for ` --xpra* ` (regression).
16
16
- ` --share ` : MS Windows: fix parsing of partition pathes like ` /mnt/c ` .
17
17
[ (#424 )] ( https://github.com/mviereck/x11docker/issues/424 )
18
- - ` --xc ` : do not use on console.
18
+ - ` --xc ` : do not use on console (affected ` --weston-* ` ) .
19
19
20
20
## [ 7.1.3] ( https://github.com/mviereck/x11docker/releases/tag/v7.1.3 ) - 2022-03-02
21
21
### Fixed
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ x11docker ToDo notes
22
22
- --init except systemd possible?
23
23
- clean /tmp
24
24
- how to disable old binds? issue e.g. with/without --home, --share
25
-
26
- - --tty should not fall back to X (seen with --gpu)
27
25
28
26
- kata: add new runtime for nerdctl io.containerd.kata.v2
29
27
Original file line number Diff line number Diff line change 11
11
# Run 'x11docker --help' or scroll down to read usage information.
12
12
# More documentation at: https://github.com/mviereck/x11docker
13
13
14
- Version=" 7.1.4-beta-8 "
14
+ Version=" 7.1.4"
15
15
16
16
# --enforce-i: Enforce running in interactive mode to allow commands tty and weston-launch in special setups.
17
17
grep -q -- " --enforce-i" <<< " $*" && case $- in
You can’t perform that action at this time.
0 commit comments