Skip to content

Releases: BoboTiG/python-mss

1.0.1

05 Jan 07:21
Compare
Choose a tag to compare
1.0.1 Pre-release
Pre-release
  • MSS: fix #7, libpng warning (ignoring bad filter type)

1.0.0

05 Jan 07:22
Compare
Choose a tag to compare
  • 🐍 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 of XFree()
  • Linux: optimizations of get_pixels()
  • Windows: huge optimization of get_pixels()

0.1.1

05 Jan 07:24
Compare
Choose a tag to compare
  • little code review
  • add doc/TESTING
  • remove Bonus section from README.rst
  • tests: remove test-linux binary
  • Linux: fix monitor count

0.1.0

05 Jan 07:25
Compare
Choose a tag to compare
  • fix code with YAPF tool
  • better tests and examples
  • Linux: fully functional using Xrandr library
  • Linux: code purgation (no more XML files to parse)

0.0.8

05 Jan 07:26
Compare
Choose a tag to compare
  • 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

05 Jan 07:27
Compare
Choose a tag to compare
  • MSS: fix path where screenshots are saved

0.0.6

05 Jan 07:29
Compare
Choose a tag to compare
  • 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

0.0.5

05 Jan 07:29
Compare
Choose a tag to compare
  • MSS: code simplified
  • Windows: few optimizations into _arrange()

0.0.4

05 Jan 07:30
Compare
Choose a tag to compare
  • Linux: use of memoization => huge time/operations gains

0.0.3

05 Jan 07:30
Compare
Choose a tag to compare
  • MSS: remove PNG filters
  • MSS: remove ext argument, using only PNG
  • MSS: do not overwrite existing image files
  • MSS: few optimizations into png()
  • Linux: few optimizations into get_pixels()