Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-16 | Bump version to v0.4.8v0.4.8 | jaseg | 1 | -1/+1 | |
2020-07-15 | added "python_requires" | YoSTEALTH | 1 | -0/+1 | |
people are installing this package in python2 and running into issues of syntax error which is only used in pyhon3.5, thus the need of `python_requires` | |||||
2020-07-12 | Bump version to v0.4.7v0.4.7 | jaseg | 1 | -1/+1 | |
2020-04-05 | Version v0.4.6v0.4.6 | jaseg | 1 | -1/+1 | |
2020-04-05 | Make tests run headless using xvfbwrapper | jaseg | 1 | -0/+2 | |
2019-12-04 | Version 0.4.5v0.4.5 | jaseg | 1 | -1/+1 | |
2019-12-03 | Version 0.4.4v0.4.4 | jaseg | 1 | -1/+1 | |
2019-12-02 | Version 0.4.2v0.4.2 | jaseg | 1 | -1/+1 | |
2019-12-01 | Version 0.4.1v0.4.1 | jaseg | 1 | -1/+1 | |
2019-11-26 | Bump version to v0.4.0v0.4.0 | jaseg | 1 | -1/+1 | |
This change breaks the key binding API. Old code has to be modified to add the new "char" parameter: old: player = mpv.MPV() @player.key_binding('Q') def binding(state, name): print('blep') new: player = mpv.MPV() @player.key_binding('Q') def binding(state, name, char): # <<< here print('blep') | |||||
2019-11-10 | Version 0.3.10v0.3.10 | jaseg | 1 | -1/+1 | |
2018-07-25 | Version 0.3.9v0.3.9 | jaseg | 1 | -1/+1 | |
2017-12-24 | Bump version to v0.3.8v0.3.8 | jaseg | 1 | -1/+1 | |
2017-12-05 | v0.3.7: Remove windows classifiers since nobody tests this on windows | jaseg | 1 | -3/+1 | |
2017-09-19 | Bump version to 0.3.6v0.3.6 | jaseg | 1 | -1/+1 | |
2017-09-14 | Version 0.3.5v0.3.5 | jaseg | 1 | -1/+1 | |
2017-08-23 | Version 0.3.4v0.3.4 | jaseg | 1 | -1/+1 | |
2017-08-20 | Bump version to 0.3.3v0.3.3 | jaseg | 1 | -1/+1 | |
2017-08-06 | setup.py: Add pillow extra dependency | jaseg | 1 | -0/+3 | |
2017-08-06 | Bump version to 0.3.2v0.3.2 | jaseg | 1 | -1/+1 | |
2017-08-06 | Bump version to 0.3.1v0.3.1 | jaseg | 1 | -1/+1 | |
2017-08-03 | Bump version to 0.3.0v0.3.0 | jaseg | 1 | -1/+1 | |
2017-08-03 | Bump version to 0.2.9v0.2.9 | jaseg | 1 | -1/+1 | |
2017-08-02 | Bump version to 0.2.8v0.2.8 | jaseg | 1 | -1/+1 | |
2017-07-23 | Bump version to 0.2.7v0.2.7 | jaseg | 1 | -1/+1 | |
2017-07-13 | Bump version to 0.2.6v0.2.6 | jaseg | 1 | -1/+1 | |
2017-07-05 | setup.py: Small syntax fixes | jaseg | 1 | -3/+3 | |
2017-07-05 | Bump version to 0.2.5 | jaseg | 1 | -1/+1 | |
...because I acciditially pushed test code to pypi -.- | |||||
2017-07-03 | setup.py: Bump version to 0.2.4v0.2.4 | jaseg | 1 | -1/+1 | |
2017-05-26 | Relase 0.2.3: Include Python 3.5 in package metadata | jaseg | 1 | -1/+2 | |
2017-05-26 | Release 0.2.2v0.2.2 | jaseg | 1 | -1/+1 | |
2017-05-26 | README: rst syntax fix because I can't rst | jaseg | 1 | -1/+1 | |
2017-05-26 | Fix for pypi submission | jaseg | 1 | -3/+18 | |
2017-05-07 | Update setup.py with correct license version | jaseg | 1 | -1/+1 | |
2014-08-10 | Initial commit | jaseg | 1 | -0/+13 | |