Skip to content

Releases: mdmintz/sbVirtualDisplay

1.3.0 - Upgrade Python

08 Nov 05:28
49dc5a3
Compare
Choose a tag to compare

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

06 Feb 05:13
cc5fe0a
Compare
Choose a tag to compare

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

29 Nov 02:31
8239041
Compare
Choose a tag to compare

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.

1.1.0 - Refactoring

12 Apr 22:20
d22e783
Compare
Choose a tag to compare

Initial Release

17 Jul 16:36
Compare
Choose a tag to compare

Initial Release