Releases: BoboTiG/python-mss
Releases · BoboTiG/python-mss
1.0.1
1.0.0
- 🐍 Python 2.6 to 3.5 ready
- code purgation and review, no more debug informations
- delete
--debug
argument - MSS: fix #5, add a shortcut to take automatically use the proper MSS class
- MSS: few optimizations into
save_img()
- Mac: remove rotation from informations returned by
enum_display_monitors()
- Linux: fix object has no attribute
display
into__del__
- Linux: use of
XDestroyImage()
instead ofXFree()
- Linux: optimizations of
get_pixels()
- Windows: huge optimization of
get_pixels()
0.1.1
0.1.0
0.0.8
- new contributors: @sergey-vin, @thehesiod
- MSS: fix #3, filename's dir is not used when saving
- MSS: fix
E713 test for membership should be 'not in'
- MSS: raise an exception for unimplemented methods
- Windows: fix #4, robustness to
MSSWindows.get_pixels
0.0.7
0.0.6
- new contributor: @sametmax
- PEP8 compliant
- Python 3.4 ready
- review module structure to fit the "Code Like a Pythonista: Idiomatic Python"
- refactoring of all
enum_display_monitors()
methods - fix misspellings using
codespell
tool - possibility to append
--debug
to the command line - better way to manage output filenames (
callback
) - several fixes here and there, code refactoring
- MSS: moved into a
MSS:save_img()
method - Linux: add XFCE4 support