Commit graph

26 commits

Author SHA1 Message Date
jaseg
3d61558714 Bump version to v0.4.0
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-26 12:26:58 +01:00
jaseg
4f69531721 Version 0.3.10 2019-11-10 16:31:58 +01:00
jaseg
8ba7d27e79 Version 0.3.9 2018-07-25 12:08:59 +02:00
jaseg
092707259b Bump version to v0.3.8 2017-12-24 22:46:22 +01:00
jaseg
c2616054a1 v0.3.7: Remove windows classifiers since nobody tests this on windows 2017-12-05 13:34:09 +01:00
jaseg
70a639bd7d Bump version to 0.3.6 2017-09-19 12:12:13 +02:00
jaseg
4ebf4e1c37 Version 0.3.5 2017-09-14 12:09:04 +02:00
jaseg
a1eeaffe14 Version 0.3.4 2017-08-23 09:08:24 +02:00
jaseg
14783b2193 Bump version to 0.3.3 2017-08-20 23:38:33 +02:00
jaseg
2eeddcda05 setup.py: Add pillow extra dependency 2017-08-06 22:27:42 +02:00
jaseg
968277652a Bump version to 0.3.2 2017-08-06 21:46:08 +02:00
jaseg
96e8ca390a Bump version to 0.3.1 2017-08-06 21:16:48 +02:00
jaseg
740643cd83 Bump version to 0.3.0 2017-08-03 12:40:07 +02:00
jaseg
8771490c8e Bump version to 0.2.9 2017-08-03 01:45:24 +02:00
jaseg
5b3dedc309 Bump version to 0.2.8 2017-08-02 10:48:18 +02:00
jaseg
1fa874db37 Bump version to 0.2.7 2017-07-23 14:45:06 +02:00
jaseg
4972dd1e6d Bump version to 0.2.6 2017-07-13 00:40:31 +02:00
jaseg
cb0cfd07c9 setup.py: Small syntax fixes 2017-07-05 11:50:00 +02:00
jaseg
e84ad601c3 Bump version to 0.2.5
...because I acciditially pushed test code to pypi -.-
2017-07-05 11:36:11 +02:00
jaseg
4e477b694e setup.py: Bump version to 0.2.4 2017-07-03 22:24:55 +02:00
jaseg
c34d94a081 Relase 0.2.3: Include Python 3.5 in package metadata 2017-05-26 18:02:30 +02:00
jaseg
027b25d693 Release 0.2.2 2017-05-26 14:18:31 +02:00
jaseg
3fa1b62d4d README: rst syntax fix because I can't rst 2017-05-26 14:17:30 +02:00
jaseg
87c007cc4d Fix for pypi submission 2017-05-26 13:24:18 +02:00
jaseg
56f3210494 Update setup.py with correct license version 2017-05-07 16:03:59 +02:00
jaseg
9b68b0866e Initial commit 2014-08-10 23:27:26 +02:00