-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGES.txt
74 lines (47 loc) · 1.37 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
v0.3.0, 2017-10-23
features:
* move to 'requests' =)
* add ability to set timeout to PushwooshClient
bugfixes:
* add missed dev requirements: six
v0.2.1, 2016-04-25
features:
* added GetTagsCommand
bugfixes:
* properly decode response
v0.2.0, 2015-10-16
features:
* added support for Python 3
* added tox
* added ChromeNotificationMixin
bugfixes:
* fixed setup.py issues. change distutils to setuptools. Oops...
v0.1.1, 2014-09-18
changes:
* removed version from setup.py
* asserts replaced by exceptions
* added logging to pypushwoosh.client
* CreateMessageCommand is splitted to CreateMessageForApplicationCommand, CreateMessageForApplicationGroupCommand
features:
* added DateTagFilter, DaysTagFilter, BooleanTagFilter
* added tag filters by application
* added api references documentation
bugfixes:
* fixed bug in FilteredNotificationMixin
* added missed wp_backcontent property to WindowsPhoneNotificationMixin
* added missed BlackBerryNotificationMixin
* fixed valid_operand_for_operator
v0.1.0, 2014-06-18
* Implemented Synchronous Client
* Implemented command:
CreateMessage
DeleteMessageCommand
CreateTargetedMessage
CompileFilter
RegisterDeviceCommand
UnregisterDeviceCommand
SetTagsCommand
SetBadgeCommand
PushStatCommand
GetNearestZoneCommand
* Implemented Filters from Advanced Tags Guide. Please see: docs/filters_guide.txt