Releases: mdmintz/sbVirtualDisplay
Releases · mdmintz/sbVirtualDisplay
1.4.0 - Adopt `pyproject.toml` structure
Adopt pyproject.toml
structure
- Adopt pyproject.toml structure
--> This adaptssbvirtualdisplay
to usepyproject.toml
as a build system
--> This also drops support for Python 3.7
1.3.1 - Fix incorrect xauth check in AbstractDisplay
Fix incorrect xauth check in AbstractDisplay
1.3.0 - Upgrade Python
Upgrade Python
- Drop support for Python 2.7 and Python 3.6
- The minimum Python version is now 3.7
1.2.0 - Add a context manager format
Add a context manager format
Example:
with Display(visible=0, size=(1440, 1880)):
# Run browser tests in a headless environment
...
This resolves #5
1.1.1 - Some Refactoring
Some Refactoring
- Some refactoring.
- Drop support for Python 3.5.
- Add official support for Python 3.10, 3.11, and 3.12.
- Refresh optional Python dependencies.