Skip to content

Commit

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

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

## [7.1.3](https://github.com/mviereck/x11docker/releases/tag/v7.1.3) - 2022-03-02
### Fixed
- `-g, --gpu`: Fix parsing for `-g`(no optional argument).
[(#419)](https://github.com/mviereck/x11docker/issues/419)
- `--backend=proot`: fix `--interactive`.

## [7.1.2](https://github.com/mviereck/x11docker/releases/tag/v7.1.1) - 2022-03-01
## [7.1.2](https://github.com/mviereck/x11docker/releases/tag/v7.1.2) - 2022-03-01
### Fixed
- `--share`: Mount Docker volumes (regression fix).
[(#419)](https://github.com/mviereck/x11docker/issues/419)
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.3-beta-1"
Version="7.1.3"

# --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 d85faba

Please sign in to comment.