File tree Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ History:
22
33<see Git checking messages for history>
44
5- 6.0.1 2020/xx/xx
5+ 6.1.0 2020/10/31
66 - MSS: reworked how C functions are initialised
77 - Mac: reduce the number of function calls
88 - Mac: support macOS Big Sur (fixes #178)
99 - tests: expand Python versions to 3.9 and 3.10
1010 - tests: fix macOS intepreter not found on Travis-CI
1111 - tests: fix test_entry_point() when there are several monitors
12- - :heart: contributors: @
1312
14136.0.0 2020/06/30
1514 - removed usage of deprecated "license_file" option for "license_files"
Original file line number Diff line number Diff line change 1- 6.0.1 (2020-xx-xx )
1+ 6.1.0 (2020-10-31 )
22==================
33
4+ darwin.py
5+ ---------
6+ - Added ``CFUNCTIONS ``
47
8+ linux.py
9+ --------
10+ - Added ``CFUNCTIONS ``
11+
12+ windows.py
13+ ----------
14+ - Added ``CFUNCTIONS ``
15+ - Added ``MONITORNUMPROC ``
16+ - Removed ``MSS.monitorenumproc ``. Use ``MONITORNUMPROC `` instead.
517
618
7196.0.0 (2020-06-30)
Original file line number Diff line number Diff line change 2727# built documents.
2828#
2929# The short X.Y version.
30- version = "6.0.1 "
30+ version = "6.1.0 "
3131
3232# The full version, including alpha/beta/rc tags.
3333release = "latest"
Original file line number Diff line number Diff line change 1212from .exception import ScreenShotError
1313from .factory import mss
1414
15- __version__ = "6.0.1 "
15+ __version__ = "6.1.0 "
1616__author__ = "Mickaël 'Tiger-222' Schoentgen"
1717__copyright__ = """
1818 Copyright (c) 2013-2020, Mickaël 'Tiger-222' Schoentgen
Original file line number Diff line number Diff line change 11[metadata]
22name = mss
3- version = 6.0.1
3+ version = 6.1.0
44author = Mickaël ' Tiger-222' Schoentgen
5566description = An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
You can’t perform that action at this time.
0 commit comments