Skip to content

Commit a4d4050

Browse files
author
BoboTiG
committed
Version 1.0.0
1 parent 672a5b9 commit a4d4050

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/CHANGELOG

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ History:
33
<see Git checkin messages for history>
44

55
devel 201y/mm/dd
6+
-
7+
8+
1.0.0 2015/04/16
69
- Python 2.6 to 3.5 ready
7-
- code purgation and review, more debug informations
10+
- code purgation and review, no more debug informations
811
- delete --debug argument
912
- fix #5: add a shortcut to take automatically use the proper MSS class
1013
- MSS: few optimizations into save_img()
1114
- MSSMac: remove rotation from informations returned by enum_display_monitors()
1215
- MSSLinux: fix object has no attribute 'display' into __del__
1316
- MSSLinux: use of XDestroyImage() instead of XFree()
14-
- MSSLinux: few optimizations into get_pixels()
17+
- MSSLinux: optimizations of get_pixels()
1518
- MSSWindows: huge optimization of get_pixels()
1619

1720
0.1.1 2015/04/10

mss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from __future__ import (unicode_literals, print_function)
1515

16-
__version__ = '0.1.1'
16+
__version__ = '1.0.0'
1717
__author__ = "Mickaël 'Tiger-222' Schoentgen"
1818
__copyright__ = '''
1919
Copyright (c) 2013-2015, Mickaël 'Tiger-222' Schoentgen

0 commit comments

Comments
 (0)