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:
2
2
3
3
<see Git checking messages for history>
4
4
5
- 6.0.1 2020/xx/xx
5
+ 6.1.0 2020/10/31
6
6
- MSS: reworked how C functions are initialised
7
7
- Mac: reduce the number of function calls
8
8
- Mac: support macOS Big Sur (fixes #178)
9
9
- tests: expand Python versions to 3.9 and 3.10
10
10
- tests: fix macOS intepreter not found on Travis-CI
11
11
- tests: fix test_entry_point() when there are several monitors
12
- - :heart: contributors: @
13
12
14
13
6.0.0 2020/06/30
15
14
- 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 )
2
2
==================
3
3
4
+ darwin.py
5
+ ---------
6
+ - Added ``CFUNCTIONS ``
4
7
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.
5
17
6
18
7
19
6.0.0 (2020-06-30)
Original file line number Diff line number Diff line change 27
27
# built documents.
28
28
#
29
29
# The short X.Y version.
30
- version = "6.0.1 "
30
+ version = "6.1.0 "
31
31
32
32
# The full version, including alpha/beta/rc tags.
33
33
release = "latest"
Original file line number Diff line number Diff line change 12
12
from .exception import ScreenShotError
13
13
from .factory import mss
14
14
15
- __version__ = "6.0.1 "
15
+ __version__ = "6.1.0 "
16
16
__author__ = "Mickaël 'Tiger-222' Schoentgen"
17
17
__copyright__ = """
18
18
Copyright (c) 2013-2020, Mickaël 'Tiger-222' Schoentgen
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = mss
3
- version = 6.0.1
3
+ version = 6.1.0
4
4
author = Mickaël ' Tiger-222' Schoentgen
5
5
6
6
description = 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