File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,18 @@ History:
3
3
<see Git checkin messages for history>
4
4
5
5
devel 201y/mm/dd
6
+ -
7
+
8
+ 1.0.0 2015/04/16
6
9
- Python 2.6 to 3.5 ready
7
- - code purgation and review, more debug informations
10
+ - code purgation and review, no more debug informations
8
11
- delete --debug argument
9
12
- fix #5: add a shortcut to take automatically use the proper MSS class
10
13
- MSS: few optimizations into save_img()
11
14
- MSSMac: remove rotation from informations returned by enum_display_monitors()
12
15
- MSSLinux: fix object has no attribute 'display' into __del__
13
16
- MSSLinux: use of XDestroyImage() instead of XFree()
14
- - MSSLinux: few optimizations into get_pixels()
17
+ - MSSLinux: optimizations of get_pixels()
15
18
- MSSWindows: huge optimization of get_pixels()
16
19
17
20
0.1.1 2015/04/10
Original file line number Diff line number Diff line change 13
13
14
14
from __future__ import (unicode_literals , print_function )
15
15
16
- __version__ = '0.1.1 '
16
+ __version__ = '1.0.0 '
17
17
__author__ = "Mickaël 'Tiger-222' Schoentgen"
18
18
__copyright__ = '''
19
19
Copyright (c) 2013-2015, Mickaël 'Tiger-222' Schoentgen
You can’t perform that action at this time.
0 commit comments