Sourced from aganders3/headless-gui's releases.
Version 2.0 is not a major change, but it is technically breaking as the default virtual screen size has changed. If you are not relying heavily on the virtual screen size or bit depth you are probably safe to just update. If you want to update and keep the old default, set
xvfb-screen-size: "1024x768x16"
.What's Changed
- Add screen size configuration, update default by
@aganders3
in aganders3/headless-gui#9- Bump
@babel/traverse
from 7.20.1 to 7.23.2 by@dependabot
in aganders3/headless-gui#8Full Changelog: https://github.com/aganders3/headless-gui/compare/v1...v2.0
Version 1.2
What's Changed
- Bump json5 from 1.0.1 to 1.0.2 by
@dependabot
in aganders3/headless-gui#3- Add shell input by
@aganders3
in aganders3/headless-gui#5New Contributors
@dependabot
made their first contribution in aganders3/headless-gui#3Full Changelog: https://github.com/aganders3/headless-gui/compare/v1...v1.2
v1.1
What's Changed
- Add working directory input by
@aganders3
in aganders3/headless-gui#2New Contributors
@aganders3
made their first contribution in aganders3/headless-gui#2Full Changelog: https://github.com/aganders3/headless-gui/compare/v1...v1.1